- 20 11月, 2018 2 次提交
-
-
由 Xiyue Wang 提交于
1. add support of e1000e 2. fix bug of python3 compatible Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 Qianqian Zhu 提交于
ctrl_vlan: add case to test 'ctrl_vlan' on linux and windows guest
-
- 19 11月, 2018 8 次提交
-
-
由 Haotong Chen 提交于
added a test checks thin write in qemu-img commit
-
由 YongxueHong 提交于
qemu.test: Update multi_disk related cases
-
由 Xueqiang Wei 提交于
(1) add case with_virtio_scsi_TMF (2) add windows support for case multi_lun (3) add windows support for case multi_scsiid_lun (4) add windows support for case multi_bus_scsiid_lun Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
-
由 Qianqian Zhu 提交于
netperf_stress: enable netperf test with vlan ip
-
由 Qianqian Zhu 提交于
boot_with_different_vectors: cannot find a str in session.cmd_output
-
由 Qianqian Zhu 提交于
hotplug_mem: fix hugepage issue for migration case
-
由 Qianqian Zhu 提交于
balloon_service: add param guest_compare_threshold
-
由 Qianqian Zhu 提交于
dd_test: remove destroy vm operation
-
- 16 11月, 2018 2 次提交
-
-
由 Xiyue Wang 提交于
1. should use findall to find a str in the output of session.cmd_output 2. match str changed from "IO-APIC-fasteoi" to "IO-APIC <?>-fasteoi" Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 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>
-
- 15 11月, 2018 2 次提交
-
-
由 Qianqian Zhu 提交于
Netperf: fix some issues
-
由 Qianqian Zhu 提交于
multi_queues_test: Add params for sub_test 'multi_vms_nics'
-
- 14 11月, 2018 4 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: cgroup: Allow 5% of extra pages when RSS only limit cgroup: Avoid counting RssShmem
-
由 Xu Han 提交于
virtio-win driver signtool check Test
-
由 Peixiu Hou 提交于
1. Boot a guest with latest virtio-win.iso and virtio-win.vfd. 2. Run signtool.exe to verify each driver '.sys', '.inf' and 'Wdf'file. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Qianqian Zhu 提交于
nvdimm: set vm_mem_limit to avoid vm mem larger than maxmem
-
- 13 11月, 2018 8 次提交
-
-
由 Wenli Quan 提交于
Signed-off-by: NWenli Quan <wquan@redhat.com>
-
由 Wenli Quan 提交于
Signed-off-by: NWenli Quan <wquan@redhat.com>
-
由 Wenli Quan 提交于
set jumbo frame to default when occurs test.error or test.fail with netperf.jumbo.host_guest test. Signed-off-by: NWenli Quan <wquan@redhat.com>
-
由 Qianqian Zhu 提交于
qemu_guest_agent: add test case for guest-file qga command
-
由 Qianqian Zhu 提交于
fio_perf: update fio version and fix python3 string issue
-
由 yama 提交于
The previous fio version is too old and cann't be compiled. Signed-off-by: Nyama <yama@redhat.com>
-
由 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 3 次提交
-
-
由 Yanan Fu 提交于
Signed-off-by: NYanan Fu <yfu@redhat.com>
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 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>
-
- 08 11月, 2018 3 次提交
-
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 Sitong Liu 提交于
When run bg_sub_test, it will run script multi_vms_nics.py directly, so params needed in multi_vms_nics.py with 'params.get()' should have a default value. Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
- 07 11月, 2018 4 次提交
-
-
由 YongxueHong 提交于
iozone_windows: Delete "mem=2048" from iozone_windows.cfg
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 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
-