autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

Memory hotplug support #2278

Closed xutian closed 9 years ago

xutian commented 9 years ago

ID: 1211916 1211917

xutian commented 9 years ago

[root@dhcp-10-29 virttest]# ../../../tools/scan_results.py Test Status Seconds Info


    (Result file: /root/test/autotest-devel/client/results/default/status)

virt.qemu.smp_2.4096m.repeat1.pre_test.Host_RHEL.7.2.qcow2.virtio_blk.up.virtio_net.Win7.x86_64.sp1.io-github-autotest-qemu.unattended_install.cdrom.extra_cdrom_ks.default_install.aio_native GOOD 931 completed successfully virt.qemu.smp_2.4096m.repeat1.run_test.Host_RHEL.7.2.qcow2.virtio_blk.up.virtio_net.Win7.x86_64.sp1.io-github-autotest-qemu.ping.default_ping GOOD 903 completed successfully virt.qemu.smp_2.4096m.repeat1.run_test.Host_RHEL.7.2.qcow2.virtio_blk.up.virtio_net.Win7.x86_64.sp1.io-github-autotest-qemu.ping.ext_host GOOD 903 completed successfully

lmr commented 9 years ago

Hi @xutian. As you might know, we're moving virt-test to avocado-vt, so I please ask you to consider re-implementing this functionality in the later. The new repo is:

https://github.com/avocado-framework/avocado-vt

Please keep in mind the following guidelines when creating the new PR:

1) Most of the time you can pick the patches of your original PR and merge them on a new branch with minimal changes. 3) Don't use autotest APIs, since we're moving away from using them. Please review the code and change things like utils.system -> process.system, utils.run -> process.run, so on and so forth.

Thanks, and I'm sorry for any inconveniences we might have caused your team.