Currently, the acceptable qemu binary haven't include ppc64, add the ppc64 support.
Signed-off-by: Mike Qiu <[email protected]> --- virttest/qemu_installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virttest/qemu_installer.py b/virttest/qemu_installer.py index ada1ce3..1a780fe 100644 --- a/virttest/qemu_installer.py +++ b/virttest/qemu_installer.py @@ -25,7 +25,8 @@ class QEMUBaseInstaller(base_installer.BaseInstaller): # to the test directory # ACCEPTABLE_QEMU_BIN_NAMES = ['qemu-kvm', - 'qemu-system-x86_64'] + 'qemu-system-x86_64', + 'qemu-system-ppc64'] # # The default names for the binaries -- 1.7.10.1 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
