- 16 11月, 2018 1 次提交
-
-
由 ybduan 提交于
1. vm.destroy is not a mandatory step when dd_test is executed directly. 2. If dd_test is called as subtest in some other tests, caller's following steps may be interrupted for vm has been destroyed. Signed-off-by: Nybduan <yduan@redhat.com>
-
- 13 11月, 2018 2 次提交
-
-
由 Qianqian Zhu 提交于
seabios_strict: add strict option on/off test
-
由 ybduan 提交于
Check boot result when strict is on/off Signed-off-by: Nybduan <yduan@redhat.com>
-
- 12 11月, 2018 1 次提交
-
-
由 Haotong Chen 提交于
live_snapshot_chain: Flush data to disk before running system_reset
-
- 09 11月, 2018 4 次提交
-
-
由 Ping Li 提交于
QMP command 'system_reset' is issued after creating files in the guest. The command has an effect similar to the physical reset button on a PC. But filesystems may be left in an unclean state which causes the loss of data. Run the command "sync" to flush the data to disk. Signed-off-by: NPing Li <pingl@redhat.com>
-
由 Xu Han 提交于
single_driver_install: Add tests for virtio input devices
-
由 Haotong Chen 提交于
added a qemu-img convert test
-
由 Haotong Chen 提交于
Verify it can successfully convert a enlarged snapshot. Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
- 07 11月, 2018 7 次提交
-
-
由 YongxueHong 提交于
iozone_windows: Delete "mem=2048" from iozone_windows.cfg
-
由 Peixiu Hou 提交于
iozone_windows cfg set mem=2048 before, but when the guest min memory large then 2G, like win2016 need min memory 4G, the job will be canceled. It's better that let the guest use automatic allocation mem value. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Qianqian Zhu 提交于
pci_devices: run "info qtree" after the guest boots up
-
由 Qianqian Zhu 提交于
qemu_option_check: python3 compatible, add e1000e, remove e1000
-
由 Xiyue Wang 提交于
1. fix python 3 compatible issue 2. add e1000e variant 3. remove e1000 for RHEL8 guest Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 Qianqian Zhu 提交于
multi_queues_test: fix TypeError for python3
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 06 11月, 2018 7 次提交
-
-
由 Qianqian Zhu 提交于
seabios.bin_file: Add new case for seabios
-
由 Qianqian Zhu 提交于
ethtool: fix python3 compatible issue
-
由 Qianqian Zhu 提交于
qmp_pmemsave: Decode process.system_output() to string
-
由 Xiyue Wang 提交于
Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 ybduan 提交于
Add bin file check for seabios Signed-off-by: Nybduan <yduan@redhat.com>
-
由 Qianqian Zhu 提交于
mutl_vms_nics: fix TypeError for python3
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 05 11月, 2018 4 次提交
-
-
由 Qianqian Zhu 提交于
balloon_hotplug: invoke simple_hotplug() to set bus under q35
-
由 Qianqian Zhu 提交于
nic_hotplug: python3 compatible, add e1000e, remove e1000
-
由 Yanan Fu 提交于
Signed-off-by: NYanan Fu <yfu@redhat.com>
-
由 Huan Xiong 提交于
QEMU "info qtree" output depends on information generated by guest firmware. One example is the bus number in PCI device address. QEMU retrieves it from the PCI configuration space of the bridge which creates the bus that a PCI device is attached to. So if test runs "info qtree" before firmware finishes initializing pci devices, its output can be incorrect. The current code works around this timing issue by sleeping 5 seconds. That is not reliable and doesn't work on my aarch64 system. So I'd suggest to change the test to not start until it verifies the guest has booted up. This will make the test execution time slightly longer but is reliable. Signed-off-by: NHuan Xiong <huan.xiong@hxt-semitech.com>
-
- 02 11月, 2018 5 次提交
-
-
由 Xu Han 提交于
balloon_small:Reset memory size to very small during runtime
-
由 Li Jin 提交于
1. Set very small value(10M) to windows guest, guest memory will keep still at a minimal working value. 2. Set a minimal boudary memory value to guests, guests can work normally even after reboot. Signed-off-by: NLi Jin <lijin@redhat.com>
-
由 Xu Han 提交于
qemu_guest_agent: add new guest agent case
-
由 Xiangchun Fu 提交于
1.frozen guest FS 2.send shutdown agent cmd to guest 3.send reboot agent cmd to guest 4.send fsthaw cmd to guest Signed-off-by: NXiangchun Fu <xfu@redhat.com>
-
由 Qianqian Zhu 提交于
Re-write code logic of checking results of network mq change
-
- 01 11月, 2018 8 次提交
-
-
由 Qianqian Zhu 提交于
uefi: check smbios info in uefi env
-
由 Qianqian Zhu 提交于
Jumbo: add ethernet check to see if support jumbo setting
-
由 Qianqian Zhu 提交于
timerdevice_boot: update test steps
-
由 Qianqian Zhu 提交于
Netperf: tweak configuration according whitepaper
-
由 Wenli Quan 提交于
1. add support for python3.6 2. decode process output to text 3. update linux netperf to latest 2.7.1 4. re-design the logic for getting server_ip/server_ctl/server_ctl_ip Signed-off-by: NWenli Quan <wquan@redhat.com>
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 Pei Zhang 提交于
1. Deprecate 'status' as a result condition for mq change function 2. Fix an function parameter error with using decode() Signed-off-by: NPei Zhang <pezhang@redhat.com>
-
由 YongxueHong 提交于
optmize block_hotplug_negative to support raw disk's hotplug
-
- 31 10月, 2018 1 次提交
-
-
由 Xiyue Wang 提交于
1. fix python3 compatible issue 2. add e1000e variant 3. remove e1000 for RHEL8 guest 4. remove useless parameter match_string in cfg file Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-