diff --git a/qemu/tests/cpu_hotplug.py b/qemu/tests/cpu_hotplug.py index 33cdc4e3b7192f75216a92127f882abc3042893e..fb71874a81dfc9e64a5885e171818307a77a40e0 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 bda4b2ba444f2eb43d8daf56279f190e5c3fa0d8..011b65b1ac0d35f4e3b5366777ea7c3347530f8c 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 59f0462e66498637e0709f559c5637b4e21afadb..29b80d513b6bbf4cf28d85f00e47fa7716611cbc 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 0f327ee405c4e4f59f6496d993ec23849cc99855..5cac4e5f81f1ac5a20791bdbe9aa4d7e085113f2 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 c7edcd29bb7a0e4e66cb63b8d8e079ea8acf8431..be849a091665b589430c5321fdcfe224777ad075 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 e2ea405d238fdd5a3745f6493ab5acf18c15623d..ad877c8e5207ec526f0a774652be046d624b4ffa 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 332e61d99a472dd01f1ea773782a0b8ec167bbfd..c987878fc12ec77ca9486312d4b9ced9a091f7df 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 6abe42067958c1bbfeb513128aef93575d9973c1..c4503c69baaa7bdff7f77a2014ccb722e63cffa5 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 7c5bb39cb2152597381254a28b9ae3d0193d8dc6..b5e1bceef3f63f7e8969471f719042dd9a06b93e 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 b25c3ceabae1d5c7635d9f66040251a060594e9a..1221fe922ca82648e750180a4c166e727eb9f615 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 6b2309c55d3c8f9ebead17a8665a5272b916dd1c..92acf10878eb26ef30812277c7952cb7896ff166 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 41b58643ec285e74d221af7a0599239a6d04838e..17df938b1b80f97e9941af03ba937ea91f30890a 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 284ecffd4dfa66c7d30f3ba7e8cbabf1d54bbcfe..499caa85a962b25b1a6168c68e2724840f7ca494 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 13335c901e2031eade65f6e9f32e42d543c5630d..18ad761c8c00c8f9cf62924c67d1bae27a16c9dc 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 7b4cc8a65d0d276c57afc1d2464dc172974f851a..ec89edcb2c9b10579c01900651a8b741779e04d8 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 9f33dc6ff858d0b7261ca2ab1eb890b1ff120ec3..b40bb35020e28b5da1111756bec0f40f1a5370c4 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 33ce607d1c1b5b189bdc4428b03c3296827de1d7..0781cc42a7befd8bceca88fed930cee7ca42708c 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 f9852a5fbe8b8303f9bf7b93e3410ea26cd67def..b41c3b53ef0109862eb57781739c9fe9cac314ce 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 62fcc9cddd1a31ba9802096398705a4a968878b5..2e82404a9b6cd0484085ef6f5f5232317191192b 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 08cb0ebb4e6d88714a5040e4562cd0cf922bdd21..7c1c21042c7a6ee6915454033dd3fd1bbd04e85b 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 c7194480679260da406e32fead2e106ebb2b5eb9..0ad5f2978f1bec75c1a4bf17c8d294b131fddbc8 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 06ca38e4e2b44e6c3aa0fa559dfb70daab07f757..abd9d9455e75c904374359d760b66bc1bf888eb4 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 d984ef18179646d54dd051d08f2d2e959a89bfcb..c21290e7486d38f07665bb9e5914c987a3bf51c0 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 19c4f879007738642423970055ecdf920df3e468..cc254f9a49638f48c7a64e03f07ddd8294697053 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 68090fc370348c7fad24a60e357942c438ebfb79..4453ac1fd37c7033a79fb56d7f23f2ebcdcfa959 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 12008a2541b0e6e0acd788970d325276b9abbc12..375330aaf618f5e20a23a9cb889346bd51afd5fd 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 4354eec2ad6cfcb48c36f862f147540b55d77297..0f7ef1d00739ece86933caea50b6071cde3da2aa 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 c1422127138ad294277b29b70e2abee1d52e26a3..f34a2af6dd8696ba9b4667124f5fab4d613c0e5a 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 696f116df9ea936c1d54ea9ab743560a2dd6a0ce..d872343b8cdf8c86c6dc3aa9c0029cd1ddc10c77 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 2d685a52bd7aaea3e0b559c05dd0f5c69e2c5baf..92d1b08ee729557ca9c3f716281642a7845c173b 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 926b9df85fb1993074c67a16f95a90db86f980f8..4e560d4770f1bfc5a03717d42083e2f42de36af2 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 e413700d7538482cd7174340693ae2dd73877a4f..a72fe722852dde82e76018f3e11c48b4f9044892 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 a64e69bc5198cb525ba8839113c234278a7c6186..5ea89242adf645cfe75e8361869f9be1c232de81 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 7e07d3088fcf8a808826ca781a427dbb7e72d3e4..3dfaf5ef5bd5bad7744d06c7a6dd9bda3c5a1e80 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 a15a0aabba692e3075e05dca6f79acc77a3d5cd3..97fc27d01662e7d43cdb43aecb3c247db2ad2053 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 e0e46fce75a9542bac3e93710ea23b9dd08e4e3c..ee05069ddebe80df3c3fe0b8d35f4f0827f60325 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 9c908f545a2da9a49817e099404f63fc16f16c78..61689def261aa4a3eb3b36daa3255d0819fdf7b9 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 8511304f510053522b668a6b54d86b0cbbd188e5..5239f288f3f9a7fed0b6919329de60c3fdd27402 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 08649acfb812e0e2fa14babece87012333235d97..f439af3375bbebee3112749ce10cdc43415c4f4f 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 3260fb75153aa4d68645ce4a924e1743decf3be4..0dbd90744649565f45342a31997529fa9fa84fac 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 568e5ea2d9428afa5a9d9f4d944bff8236b006fc..57282da881ea3ccd4bdef431cffc095995f1765a 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. """