- 04 10月, 2013 11 次提交
-
-
由 Pavel Hrdina 提交于
The shutoff tests need to have the guest in offline state. Adding this option ensure that the guest will be offline before test starts. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Feng Yang 提交于
This test cover some device assignment feature test case Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
sr_iov_hotunplug.py is not only used by sr-iov test case. So rename it as pci_hotunplug.py 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>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Every now and then we sneak a try/except/finally block in the code, even though it's 2.4 illegal. Let's fix it. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 9月, 2013 8 次提交
-
-
由 Li Yang 提交于
Add 'timeout' parameter to join() function of BackgroundTest class in virttest/utils_test.py, set default value to 600s. Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Jiří Župka 提交于
test: guest_suspend guest_pause_resume Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
kernel_extra_params = " ..." Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
adds hwclock and makes date more precisely. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
It tries login over serial interface and don't waste time with trying logging over net interface. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Xiaoqing Wei 提交于
Otherwise, unattended_install will generate an iso but try to use a floppy, causing the test to fail. Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
- 25 9月, 2013 1 次提交
-
-
由 Lukáš Doktor 提交于
Kdump
-
- 24 9月, 2013 10 次提交
-
-
由 Yunping Zheng 提交于
When send nic_del_cmd by human monitor.send_args_cmd, the param "convert" means whether we should convert a command in the format "command params value" to a proper format that QEMU would accept. Therefore, its value has to be True rather than False. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
1). add step that reboot guest when it recover from s3/s4 2). update workaround_eject_time from 0s to 5s Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
systemd add new udev rule to prevent media eject, this commit will disabled the udev rules before cdrom test to avoid test failed; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Xu Tian 提交于
New test to mirroring block device to nfs server/iscsi disk Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xiaoqing Wei 提交于
This one is pretty much identical to the SP2 xml unattended file, so just reuse it. Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Feng Yang 提交于
some kernel msg makes autotest confusing: "Password: mtrr: type mismatch for c0000000,1000000 old: uncachable new: write-combining" Then we may got error "Unhandled LoginAuthenticationError: Got username prompt twice" This update just want to make password and login prompt still works in this situation. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yiqiao Pu 提交于
Update the failed log for this test to make it more clear for people reading the test log. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
- 23 9月, 2013 2 次提交
- 22 9月, 2013 1 次提交
-
-
由 Yunping Zheng 提交于
Update kdump.conf to compress the memory on rhel5 guest, update logging.info to error.context. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
- 21 9月, 2013 7 次提交
-
-
由 Chris Evich 提交于
libvirt: add some tests for performance of libvirt.
-
由 Chris Evich 提交于
Sometimes file command retuns upper-case results and it's possible someone could configure a format w/ mixed case. Instead, be clear and always compare as lower-case. Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Li Yang 提交于
1. Instead of thread, use os.fork to create a new process, because we cannot get any exception in main process from another thread. 2. Add "try...finally" part at the end, because when test failed, config file won't be recovered. 3. Add 3 test cases for paused VM test. 4. Fix too many 'if' problem Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Satheesh Rajendran 提交于
Step 1: Get the virsh domiflist value. Step 2: Check for interface in xml file. Step 3: Check for type in xml file. Step 4: Check for model inside the guest and xml file. Step 5: Check for mac id inside the guest and xml file. Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
由 Satheesh Rajendran 提交于
Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
由 Yu Mingfei 提交于
The parameter "connect_uri" will effect vm's connect_uri. But it is not useful in remote testcases because what we need is remote_connect_uri which means connection from remote to local. And it shouldn't replace connect_uri of libvirt_vm, otherwise all operation to local vms will need authorization. Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-