- 14 11月, 2013 1 次提交
-
-
由 Yiqiao Pu 提交于
The old method to get expect machine type can not fit machine type check for q35 and pc. So update it by get the machine type string from the output of qemu-kvm -M ?. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
- 12 11月, 2013 2 次提交
-
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 09 11月, 2013 2 次提交
-
-
由 Eduardo Habkost 提交于
The SVM feature leaf is known to change between versions because it was (incorrectly) non-zero even if SVM was disabled. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
- 08 11月, 2013 8 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
check guest clock drift less that $acceptable_offset after online/offline hotpluged vcpus; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 07 11月, 2013 2 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 06 11月, 2013 10 次提交
-
-
由 Yunping Zheng 提交于
This patch refactor the code base utils_netperf Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lukáš Doktor 提交于
add_devices_all occupied all ports even when the bus was used for another buses. This caused problems with occupied ports. This patch increases the first_port number of the upper bus with each inserted bus thus the bus could be plugged there. The drawback is that buses which has some buses inside will have those buses on the first addresses and the testing devices would not start with addr=0x0. On the other hand missing bus would also test that the bus is incapable of handling the first slot correctly. Additionally this patch adds wait_for_login() in order to verify that the VM booted correctly. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Feng Yang 提交于
First check that new hotpulged nic could get ip. Then try to access network with it. Disable the primary link(s) of guest before hotpulg. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Xiaoqing Wei 提交于
1) change dest_fname to "autoinst.xml", as most cfg used. 2) change autoyast_param from floppy to 'autoyast=device://fd0/autoinst.xml' for old SLES OS compatibility. 3) add kernel_params for all existing SLES Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Yunping Zheng 提交于
This patch make set_link test support guest nic operstate check, both guest nic boot with/without 'status' option. This patch also add guest nic operstate and guest network connecting check after reboot. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lukáš Doktor 提交于
This test boots VM with a define set of PCI devices and compares the qtree and internal representation. In the future this test should also check the operation system view of the devices (lspci or the windows equivalent) The testing setup is done via graphical representation of the setup. Note that the number of spaces is irelevant. The location is defined by the number of '->' characters. You can verify the setup in the test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Feng Yang 提交于
Correct image_cluster_size to cluster_size under convert test. RHEL.5 host do not support qed Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yunping Zheng 提交于
This patch add general openflow rules set(drop, normal) test for arp, icmp, ip, tcp and udp Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
- 05 11月, 2013 15 次提交
-
-
由 Feng Yang 提交于
Current code always try to get netperf from link, but network may not accessible in some pc. As disscussed we can put netperf in shared/deps folder. This patch make it more configurable. We can set multi netperf links, web link, absolute path, relative path. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Current code always try to get netperf from shared/deps. This patch make it more configurable. We can set multi netperf links, web link, absolute path, relative path. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
This patch have us fix "TypeError: int() argument must be a string or a number, not 'NoneType'" error when queues parameter not set in config. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
We should use if disk to check whether disk list is empty Or this script will fail with following error: Traceback (most recent call last): File "/home/autotest/client/shared/test.py", line 426, in _exec _call_test_function(self.execute, *p_args, **p_dargs) File "/home/autotest/client/shared/test.py", line 853, in _call_test_function raise error.UnhandledTestFail(e) UnhandledTestFail: Unhandled IndexError: list index out of range [context: (run_migration_with_dst_problem)] Traceback (most recent call last): File "/home/autotest/client/shared/test.py", line 846, in _call_test_function return func(*args, **dargs) File "/home/autotest/client/shared/test.py", line 299, in execute postprocess_profiled_run, args, dargs) File "/home/autotest/client/shared/test.py", line 216, in _call_run_once *args, **dargs) File "/home/autotest/client/shared/test.py", line 322, in run_once_profiling self.run_once(*args, **dargs) File "/home/autotest/client/tests/virt/virt.py", line 136, in run_once run_func(self, params, env) File "/home/autotest/client/shared/error.py", line 138, in new_fn return fn(*args, **kwargs) File "/home/autotest/client/tests/virt/qemu/tests/migration_with_dst_problem.py", line 639, in run_migration_with_dst_problem tests_group() File "/home/autotest/client/tests/virt/qemu/tests/migration_with_dst_problem.py", line 53, in __new__ ret = self.test(*args, **kargs) File "/home/autotest/client/tests/virt/qemu/tests/migration_with_dst_problem.py", line 436, in test self.workload() File "/home/autotest/client/tests/virt/qemu/tests/migration_with_dst_problem.py", line 467, in workload disk_path_src = find_disk_vm(self.vm_guest, self.disk_serial_src) File "/home/autotest/client/tests/virt/qemu/tests/migration_with_dst_problem.py", line 148, in find_disk_vm return os.path.join(disk_path, disk[0]) IndexError: list index out of range Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
There is no /usr/lib/udev/rules.d in these guest. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
rhel host do not support extra_params += " -machine mem-merge=off". Change to extra_params += " -redhat-disable-KSM" Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yiqiao Pu 提交于
The output from qmp monitor for pci information is different from human monitor. This help the scripts run correctly with both qmp and human monitor. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Use get_stripped_output to remove the unreadable codes from the serial console output. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Current version make up a wrong list_nic_addr. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Swapna Krishnan 提交于
Signed-off-by: Swapna Krishnan (skrishna@redhat.com)
-
由 Jiří Župka 提交于
Check timedrift with suspend, hibernate, stop_continue tests. Makes Windows be able to suspend or hibernate it is necessary have installed all drivers and selected gpu with suspend and hibernation support. (tested with qxl and WinXP) Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
Makes debug more verbose. Clean code from preparation for windows tests. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
test: guest_suspend guest_pause_resume Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
steps: 1) start VM 2) hot-plug hot-unplug block dev 3) migrate 4) check VM conf: only (multihost_mig_tests=hotplug_disk_test).hotplug only (multihost_mig_tests=hotplug_disk_test).unplug Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Use the data_dir library to get a tmp directory for the multi_vms_file_transfer test. This way we can avoid placing things in /tmp, which might not be always safe, specially in newer Fedora hosts. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-