From: Mike Qiu <[email protected]> Currently, cpu arch and os related code in autotest just support X86, this will cause errors while run autotest in Power platform, especially in ppc64.
Add some config file and the api to make the platform check, so that it works both X86 and PowerPC, especially ppc64. Signed-off-by: Mike Qiu <[email protected]> Mike Qiu (5): virttest.utils_misc:add the API to get the hardware platform virttest.utils_misc:fix 'unknown' CPU for IBM Power architecture virttest.utils_misc:fix qemu-system-ppc64 cpu model list guest-os:add the fedora17 and 18 for ppc64 guest os support virt:Fix check_modules error for other arch qemu/get_started.py | 4 +++- shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg | 20 ++++++++++++++++++++ shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg | 21 +++++++++++++++++++++ virttest/base_installer.py | 5 +++-- virttest/standalone_test.py | 3 ++- virttest/utils_misc.py | 22 ++++++++++++++++++++-- 6 files changed, 69 insertions(+), 6 deletions(-) create mode 100644 shared/cfg/guest-os/Linux/Fedora/17.ppc64.cfg create mode 100644 shared/cfg/guest-os/Linux/Fedora/18.ppc64.cfg -- 1.7.7.6 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
