提交 a878e4b2 编写于 作者: L Lukáš Doktor

qemu.tests: Adjust tests to ppc64le

this patch only replaces 'ppc64' checks for 'ppc64' and 'ppc64le' checks.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 a20d9388
......@@ -106,7 +106,7 @@ def run(test, params, env):
if pci_model == "scsi" or pci_model == "scsi-hd":
if pci_model == "scsi":
pci_model = "scsi-disk"
if arch.ARCH == 'ppc64':
if arch.ARCH in ('ppc64', 'ppc64le'):
controller_model = "spapr-vscsi"
else:
controller_model = "lsi53c895a"
......
......@@ -135,7 +135,7 @@ def run(test, params, env):
if pci_model == "scsi":
pci_model = "scsi-disk"
if arch.ARCH == 'ppc64':
if arch.ARCH in ('ppc64', 'ppc64le'):
controller_model = "spapr-vscsi"
else:
controller_model = "lsi53c895a"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册