From 79cb1c4ba692d8e9e49cf379d84cb8d12ef6574e Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Fri, 28 Dec 2012 19:11:12 -0200 Subject: [PATCH] Change references from 'KVM test object -> QEMU test object' In order to be consistent with previous changes. Signed-off-by: Lucas Meneghel Rodrigues --- qemu/tests/cpu_hotplug.py | 2 +- qemu/tests/enospc.py | 2 +- qemu/tests/floppy.py | 2 +- qemu/tests/getfd.py | 2 +- qemu/tests/hdparm.py | 2 +- qemu/tests/nic_hotplug.py | 2 +- qemu/tests/pci_hotplug.py | 2 +- qemu/tests/physical_resources_check.py | 2 +- qemu/tests/qemu_iotests.py | 2 +- qemu/tests/smbios_table.py | 2 +- qemu/tests/sr_iov_hotplug.py | 2 +- qemu/tests/sr_iov_hotunplug.py | 2 +- qemu/tests/time_manage.py | 2 +- qemu/tests/timedrift.py | 2 +- qemu/tests/timedrift_with_migration.py | 2 +- qemu/tests/timedrift_with_reboot.py | 2 +- qemu/tests/timedrift_with_stop.py | 2 +- qemu/tests/unittest_kvmctl.py | 2 +- tests/ethtool.py | 2 +- tests/fullscreen_setup.py | 2 +- tests/guest_test.py | 2 +- tests/jumbo.py | 2 +- tests/mac_change.py | 2 +- tests/multicast.py | 2 +- tests/netperf.py | 2 +- tests/nic_promisc.py | 2 +- tests/nicdriver_unload.py | 2 +- tests/ping.py | 2 +- tests/pxe.py | 2 +- tests/rv_connect.py | 2 +- tests/rv_copyandpaste.py | 2 +- tests/rv_disconnect.py | 2 +- tests/rv_fullscreen.py | 2 +- tests/rv_input.py | 2 +- tests/rv_logging.py | 2 +- tests/softlockup.py | 2 +- tests/trans_hugepage.py | 2 +- tests/trans_hugepage_defrag.py | 2 +- tests/trans_hugepage_swapping.py | 2 +- tests/unattended_install.py | 4 ++-- tests/vlan.py | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/qemu/tests/cpu_hotplug.py b/qemu/tests/cpu_hotplug.py index 33cdc4e3..fb71874a 100644 --- a/qemu/tests/cpu_hotplug.py +++ b/qemu/tests/cpu_hotplug.py @@ -15,7 +15,7 @@ def run_cpu_hotplug(test, params, env): 4) Try to bring them online by writing 1 to the 'online' file inside that dir 5) Run the CPU Hotplug test suite shipped with autotest inside guest - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/enospc.py b/qemu/tests/enospc.py index bda4b2ba..011b65b1 100644 --- a/qemu/tests/enospc.py +++ b/qemu/tests/enospc.py @@ -107,7 +107,7 @@ def run_enospc(test, params, env): 5) Continue paused guest 6) Repeat step 3~5 several times - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/floppy.py b/qemu/tests/floppy.py index 59f0462e..29b80d51 100644 --- a/qemu/tests/floppy.py +++ b/qemu/tests/floppy.py @@ -15,7 +15,7 @@ def run_floppy(test, params, env): 4) Calculate md5sum value of a file and copy it into floppy. 5) Verify whether the md5sum does match. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/getfd.py b/qemu/tests/getfd.py index 0f327ee4..5cac4e5f 100644 --- a/qemu/tests/getfd.py +++ b/qemu/tests/getfd.py @@ -10,7 +10,7 @@ def run_getfd(test, params, env): 2) Pass file descriptors via getfd 3) Check if qemu process has a copy of the file descriptor - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/hdparm.py b/qemu/tests/hdparm.py index c7edcd29..be849a09 100644 --- a/qemu/tests/hdparm.py +++ b/qemu/tests/hdparm.py @@ -11,7 +11,7 @@ def run_hdparm(test, params, env): 3) Set/record parameters value of hard disk to high performance status. 4) Perform device/cache read timings then compare two results. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/nic_hotplug.py b/qemu/tests/nic_hotplug.py index e2ea405d..ad877c8e 100644 --- a/qemu/tests/nic_hotplug.py +++ b/qemu/tests/nic_hotplug.py @@ -23,7 +23,7 @@ def run_nic_hotplug(test, params, env): topology changes (that is, devices get added and removed) may cause random failures. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/pci_hotplug.py b/qemu/tests/pci_hotplug.py index 332e61d9..c987878f 100644 --- a/qemu/tests/pci_hotplug.py +++ b/qemu/tests/pci_hotplug.py @@ -15,7 +15,7 @@ def run_pci_hotplug(test, params, env): 5) Check whether the newly added PCI device works fine. 6) PCI delete the device, verify whether could remove the PCI device. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/physical_resources_check.py b/qemu/tests/physical_resources_check.py index 6abe4206..c4503c69 100644 --- a/qemu/tests/physical_resources_check.py +++ b/qemu/tests/physical_resources_check.py @@ -13,7 +13,7 @@ def run_physical_resources_check(test, params, env): to the VM (qemu command line) 3) Verify all MAC addresses for guest NICs - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/qemu_iotests.py b/qemu/tests/qemu_iotests.py index 7c5bb39c..b5e1bcee 100644 --- a/qemu/tests/qemu_iotests.py +++ b/qemu/tests/qemu_iotests.py @@ -13,7 +13,7 @@ def run_qemu_iotests(test, params, env): 3) Run test for the file format detected 4) Report any errors found to autotest - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/smbios_table.py b/qemu/tests/smbios_table.py index b25c3cea..1221fe92 100644 --- a/qemu/tests/smbios_table.py +++ b/qemu/tests/smbios_table.py @@ -10,7 +10,7 @@ def run_smbios_table(test, params, env): 1) Boot a guest with smbios options 2) verify if host bios options have been emulated - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/sr_iov_hotplug.py b/qemu/tests/sr_iov_hotplug.py index 6b2309c5..92acf108 100644 --- a/qemu/tests/sr_iov_hotplug.py +++ b/qemu/tests/sr_iov_hotplug.py @@ -17,7 +17,7 @@ def run_sr_iov_hotplug(test, params, env): 7) Check whether the newly added PCI device works fine. 8) Delete the device, verify whether could remove the sr-iov device. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/sr_iov_hotunplug.py b/qemu/tests/sr_iov_hotunplug.py index 41b58643..17df938b 100644 --- a/qemu/tests/sr_iov_hotunplug.py +++ b/qemu/tests/sr_iov_hotunplug.py @@ -12,7 +12,7 @@ def run_sr_iov_hotunplug(test, params, env): 3) Get the device id that want to unplug. 4) Delete the device, verify whether could remove the PCI device. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/qemu/tests/time_manage.py b/qemu/tests/time_manage.py index 284ecffd..499caa85 100644 --- a/qemu/tests/time_manage.py +++ b/qemu/tests/time_manage.py @@ -21,7 +21,7 @@ def run_time_manage(test, params, env): 7) Print the drift values for all sessions 8) TODO: Validate if the drift value has to be within defined value - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/timedrift.py b/qemu/tests/timedrift.py index 13335c90..18ad761c 100644 --- a/qemu/tests/timedrift.py +++ b/qemu/tests/timedrift.py @@ -18,7 +18,7 @@ def run_timedrift(test, params, env): If the drift after the rest period is higher than a user-specified value, fail. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/timedrift_with_migration.py b/qemu/tests/timedrift_with_migration.py index 7b4cc8a6..ec89edcb 100644 --- a/qemu/tests/timedrift_with_migration.py +++ b/qemu/tests/timedrift_with_migration.py @@ -13,7 +13,7 @@ def run_timedrift_with_migration(test, params, env): 4) Take a second time reading. 5) If the drift (in seconds) is higher than a user specified value, fail. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/timedrift_with_reboot.py b/qemu/tests/timedrift_with_reboot.py index 9f33dc6f..b40bb350 100644 --- a/qemu/tests/timedrift_with_reboot.py +++ b/qemu/tests/timedrift_with_reboot.py @@ -13,7 +13,7 @@ def run_timedrift_with_reboot(test, params, env): 4) Take a second time reading. 5) If the drift (in seconds) is higher than a user specified value, fail. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/timedrift_with_stop.py b/qemu/tests/timedrift_with_stop.py index 33ce607d..0781cc42 100644 --- a/qemu/tests/timedrift_with_stop.py +++ b/qemu/tests/timedrift_with_stop.py @@ -15,7 +15,7 @@ def run_timedrift_with_stop(test, params, env): 6) Take a second time reading. 7) If the drift (in seconds) is higher than a user specified value, fail. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/qemu/tests/unittest_kvmctl.py b/qemu/tests/unittest_kvmctl.py index f9852a5f..b41c3b53 100644 --- a/qemu/tests/unittest_kvmctl.py +++ b/qemu/tests/unittest_kvmctl.py @@ -9,7 +9,7 @@ def run_unittest_kvmctl(test, params, env): test case file to test various functions of the kvm kernel module. The output of all unit tests can be found in the test result dir. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/ethtool.py b/tests/ethtool.py index 62fcc9cd..2e82404a 100644 --- a/tests/ethtool.py +++ b/tests/ethtool.py @@ -15,7 +15,7 @@ def run_ethtool(test, params, env): 5) Check the return value. 6) Restore original configuration. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. diff --git a/tests/fullscreen_setup.py b/tests/fullscreen_setup.py index 08cb0ebb..7c1c2104 100644 --- a/tests/fullscreen_setup.py +++ b/tests/fullscreen_setup.py @@ -17,7 +17,7 @@ def run_fullscreen_setup(test, params, env): The plan is to support remote-viewer at first place - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/guest_test.py b/tests/guest_test.py index c7194480..0ad5f297 100644 --- a/tests/guest_test.py +++ b/tests/guest_test.py @@ -11,7 +11,7 @@ def run_guest_test(test, params, env): 3) Wait for script execution to complete. 4) Pass/fail according to exit status of script. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/tests/jumbo.py b/tests/jumbo.py index 06ca38e4..abd9d945 100644 --- a/tests/jumbo.py +++ b/tests/jumbo.py @@ -19,7 +19,7 @@ def run_jumbo(test, params, env): 9) Verify the path MTU. 10) Recover the MTU. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/mac_change.py b/tests/mac_change.py index d984ef18..c21290e7 100644 --- a/tests/mac_change.py +++ b/tests/mac_change.py @@ -11,7 +11,7 @@ def run_mac_change(test, params, env): 2) Set new mac in guest and regain new IP. 3) Re-log into guest with new MAC. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/multicast.py b/tests/multicast.py index 19c4f879..cc254f9a 100644 --- a/tests/multicast.py +++ b/tests/multicast.py @@ -14,7 +14,7 @@ def run_multicast(test, params, env): 4) Flood ping test with different size of packets. 5) Final ping test and check if lose packet. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/netperf.py b/tests/netperf.py index 68090fc3..4453ac1f 100644 --- a/tests/netperf.py +++ b/tests/netperf.py @@ -75,7 +75,7 @@ def run_netperf(test, params, env): 2) Prepare the test environment in server/client/host 3) Execute netperf tests, collect and analyze the results - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/nic_promisc.py b/tests/nic_promisc.py index 12008a25..375330aa 100644 --- a/tests/nic_promisc.py +++ b/tests/nic_promisc.py @@ -10,7 +10,7 @@ def run_nic_promisc(test, params, env): 2) Repeatedly enable/disable promiscuous mode in guest. 3) Transfer file from host to guest, and from guest to host in the same time - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/nicdriver_unload.py b/tests/nicdriver_unload.py index 4354eec2..0f7ef1d0 100644 --- a/tests/nicdriver_unload.py +++ b/tests/nicdriver_unload.py @@ -13,7 +13,7 @@ def run_nicdriver_unload(test, params, env): 4) Multi-session TCP transfer on test interface. 5) Check whether the test interface should still work. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/ping.py b/tests/ping.py index c1422127..f34a2af6 100644 --- a/tests/ping.py +++ b/tests/ping.py @@ -17,7 +17,7 @@ def run_ping(test, params, env): 1) Flood ping the guest. 2) Check if the network is still usable. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/pxe.py b/tests/pxe.py index 696f116d..d872343b 100644 --- a/tests/pxe.py +++ b/tests/pxe.py @@ -10,7 +10,7 @@ def run_pxe(test, params, env): 2) Wait for some seconds. 3) Check whether we could capture TFTP packets. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_connect.py b/tests/rv_connect.py index 2d685a52..92d1b08e 100644 --- a/tests/rv_connect.py +++ b/tests/rv_connect.py @@ -186,7 +186,7 @@ def run_rv_connect(test, params, env): The plan is to support remote-viewer at first place - @param test: KVM test object. @param params: Dictionary with the test parameters. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_copyandpaste.py b/tests/rv_copyandpaste.py index 926b9df8..4e560d47 100644 --- a/tests/rv_copyandpaste.py +++ b/tests/rv_copyandpaste.py @@ -938,7 +938,7 @@ def run_rv_copyandpaste(test, params, env): text_to_test: In config defines the text to copy, and if it is numeric it will copy that amount of textual data, which is generated by cb.py. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_disconnect.py b/tests/rv_disconnect.py index e413700d..a72fe722 100644 --- a/tests/rv_disconnect.py +++ b/tests/rv_disconnect.py @@ -10,7 +10,7 @@ def run_rv_disconnect(test, params, env): """ Tests disconnection of remote-viewer. - @param test: KVM test object. @param params: Dictionary with the test parameters. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_fullscreen.py b/tests/rv_fullscreen.py index a64e69bc..5ea89242 100644 --- a/tests/rv_fullscreen.py +++ b/tests/rv_fullscreen.py @@ -18,7 +18,7 @@ def run_rv_fullscreen(test, params, env): Positive test: full_screen param = yes, verify guest res = client res Negative test: full_screen param= no, verify guest res != client res - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_input.py b/tests/rv_input.py index 7e07d308..3dfaf5ef 100644 --- a/tests/rv_input.py +++ b/tests/rv_input.py @@ -266,7 +266,7 @@ def run_rv_input(test, params, env): Test for testing keyboard inputs through spice. Test depends on rv_connect test. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/rv_logging.py b/tests/rv_logging.py index a15a0aab..97fc27d0 100644 --- a/tests/rv_logging.py +++ b/tests/rv_logging.py @@ -16,7 +16,7 @@ def run_rv_logging(test, params, env): """ Tests the logging of remote-viewer - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/softlockup.py b/tests/softlockup.py index e0e46fce..ee05069d 100644 --- a/tests/softlockup.py +++ b/tests/softlockup.py @@ -12,7 +12,7 @@ def run_softlockup(test, params, env): 3) Run for a relatively long time length. ex: 12, 18 or 24 hours. 4) Output the test result and observe drift. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/trans_hugepage.py b/tests/trans_hugepage.py index 9c908f54..61689def 100644 --- a/tests/trans_hugepage.py +++ b/tests/trans_hugepage.py @@ -11,7 +11,7 @@ def run_trans_hugepage(test, params, env): 1) Smoke test 2) Stress test - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/tests/trans_hugepage_defrag.py b/tests/trans_hugepage_defrag.py index 8511304f..5239f288 100644 --- a/tests/trans_hugepage_defrag.py +++ b/tests/trans_hugepage_defrag.py @@ -17,7 +17,7 @@ def run_trans_hugepage_defrag(test, params, env): 6) Set the khugepaged do defrag 7) Use libhugetlbfs to allocated huge page compare the value - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/tests/trans_hugepage_swapping.py b/tests/trans_hugepage_swapping.py index 08649acf..f439af33 100644 --- a/tests/trans_hugepage_swapping.py +++ b/tests/trans_hugepage_swapping.py @@ -10,7 +10,7 @@ def run_trans_hugepage_swapping(test, params, env): KVM khugepage user side test: 1) Verify that the hugepages can be swapped in/out. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. @param env: Dictionary with the test environment. """ diff --git a/tests/unattended_install.py b/tests/unattended_install.py index 3260fb75..0dbd9074 100644 --- a/tests/unattended_install.py +++ b/tests/unattended_install.py @@ -112,7 +112,7 @@ class UnattendedInstallConfig(object): """ Sets class atributes from test parameters. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with test parameters. """ root_dir = data_dir.get_data_dir() @@ -791,7 +791,7 @@ def run_unattended_install(test, params, env): 1) Starts a VM with an appropriated setup to start an unattended OS install. 2) Wait until the install reports to the install watcher its end. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ diff --git a/tests/vlan.py b/tests/vlan.py index 568e5ea2..57282da8 100644 --- a/tests/vlan.py +++ b/tests/vlan.py @@ -15,7 +15,7 @@ def run_vlan(test, params, env): 5) Test maximal plumb/unplumb vlans. 6) Recover the vlan config. - @param test: KVM test object. + @param test: QEMU test object. @param params: Dictionary with the test parameters. @param env: Dictionary with test environment. """ -- GitLab