- 04 12月, 2018 1 次提交
-
-
由 Lukáš Doktor 提交于
The upstream qemu sets different System.Version than RHEL qemu. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 03 12月, 2018 3 次提交
-
-
由 Yumei Huang 提交于
Since -balloon is no longer supported by qemu3.1, update cases accordingly. Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 01 12月, 2018 1 次提交
-
-
由 Lukáš Doktor 提交于
The isapc/xenpv/xenfv machine types are not really supported by Avocado-vt and without special configuration fail to boot. Let's mask them here. Note: The isapc is partially supported by Avocado-vt, but requires very basic machine without additional devices, which does not suit this test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 30 11月, 2018 2 次提交
-
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 29 11月, 2018 4 次提交
-
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xiyue Wang 提交于
Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 ybduan 提交于
"grep [Rs,Ds]" is not to get "Rs" OR "Ds". Change it to "grep 'Rs\|Ds'". Signed-off-by: Nybduan <yduan@redhat.com>
-
由 Pei Zhang 提交于
Signed-off-by: NPei Zhang <pezhang@redhat.com>
-
- 28 11月, 2018 2 次提交
-
-
由 Yanan Fu 提交于
Signed-off-by: NYanan Fu <yfu@redhat.com>
-
由 Lukáš Doktor 提交于
On py3 we need to convert results to text. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 27 11月, 2018 1 次提交
-
-
由 Lukáš Doktor 提交于
The extra pci_controllers are needed on q35 for hotplug purposes, but this test even on q35 machine-type attempts to boot all supported machine-types including i440fx. The i440fx requires additional PCIE root-complex and this is not handled by Avocado-vt automatically and would require complex handling only to get something that is not needed by the test. Let's simply not create the additional controllers as we don't need them. Without this patch we are getting: "Can't add chassis slot, error -16" because Avocado-vt does not define chassis for PCI busses (it does that only for PCIE busses). Yes, it'd be possible to add support for extra controllers for i440fx, but at this point it is not necessary and this solution is way simpler. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 21 11月, 2018 1 次提交
-
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 20 11月, 2018 2 次提交
-
-
由 Xueqiang Wei 提交于
1. for case block_discard and physical_resources_check Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 19 11月, 2018 3 次提交
-
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
由 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>
-
- 16 11月, 2018 1 次提交
-
-
由 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>
-
- 14 11月, 2018 1 次提交
-
-
由 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>
-
- 13 11月, 2018 3 次提交
-
-
由 yama 提交于
The previous fio version is too old and cann't be compiled. Signed-off-by: Nyama <yama@redhat.com>
-
由 ybduan 提交于
Check boot result when strict is on/off Signed-off-by: Nybduan <yduan@redhat.com>
-
由 Huan Xiong 提交于
Signed-off-by: NHuan Xiong <huan.xiong@hxt-semitech.com>
-
- 12 11月, 2018 2 次提交
-
-
由 Yanan Fu 提交于
Signed-off-by: NYanan Fu <yfu@redhat.com>
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
- 09 11月, 2018 2 次提交
-
-
由 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>
-
由 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 2 次提交
-
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 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>
-
- 06 11月, 2018 2 次提交
-
-
由 ybduan 提交于
Add bin file check for seabios Signed-off-by: Nybduan <yduan@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 05 11月, 2018 3 次提交
-
-
由 Yanan Fu 提交于
Signed-off-by: NYanan Fu <yfu@redhat.com>
-
由 Sitong Liu 提交于
Signed-off-by: NSitong Liu <siliu@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 1 次提交
-
-
由 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>
-