- 09 2月, 2018 1 次提交
-
-
由 Li Jin 提交于
1. When windows guest mem is small(e.g.1024M), calculated mem min_size will be larger than ori_mem if ratio=0.5, which will lead balloon cases fail. 2. When do balloon operation in linux guest, we should consider crashkernel value as well,leaving enough memory for guest to avoid guest OOM. So modify the formula and leave a balloon buffer(300M in default) for guest min_sz. Signed-off-by: NLi Jin <lijin@redhat.com>
-
- 24 1月, 2018 2 次提交
-
-
由 Xu Han 提交于
boot_order_check: fix bug
-
由 Sitong Liu 提交于
vm.serial_console is created by default, can be called directly. Signed-off-by: NSitong Liu <siliu@redhat.com>
-
- 20 1月, 2018 6 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: pci_devices: Change the reserved addr format pci_devices: Disable "pci_controllers_autosort" pci_devices: Decrease the wait timeout pci_devices: Avoid clashing names with existing devices pci_devices: Cope with the changed return value of make_create_command
-
由 Lukáš Doktor 提交于
The format of pci addr was changed to hex numbers with leading "0x" a while ago, but this test was not adjusted resulting in reserved address having unusable addresses. Let's adjust the format. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The pci_devices test needs to insert high-priority devices into low-priority ones, which is not possible due to automatic sorting. Let's disable the autosorting. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The timeout 10s was chosed to not slow-down the test execution much, but usually less than 1s is enough. These days the boot takes < 20s, sometimes even 5s so let's decrease the timeout to suitable but still safe 5s. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "pci_bridge1" became widely used and it clashes with the default name used by this test. Let's use "test_pci_%s" to emphasize it's test-defined pci controller. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The make_create_command used to return "devices", but now it returns "tuple(make_create_devices, spice_options)". Let's allow both by checking the type. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 19 1月, 2018 3 次提交
- 18 1月, 2018 3 次提交
-
-
由 Xu Han 提交于
generic.ioquit: fix cluster leak issue
-
由 Balamuruhan S 提交于
Updated new avocado-misc tests for guest
-
由 Xu Han 提交于
mac_change: Get correct mac when boot with multi-queue
-
- 17 1月, 2018 1 次提交
-
-
由 Yu Wang 提交于
get one mac is enough for the same device_id Signed-off-by: NYu Wang <wyu@redhat.com>
-
- 16 1月, 2018 1 次提交
-
-
由 Satheesh Rajendran 提交于
Updated new avocado-misc tests for guest Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
- 15 1月, 2018 1 次提交
-
-
由 Xu Han 提交于
single_driver_install.cfg: add install pvpanic device
-
- 12 1月, 2018 3 次提交
-
-
由 Yu Wang 提交于
Add driver install case with pvpanic device Signed-off-by: NYu Wang <wyu@redhat.com>
-
由 Aihua Liang 提交于
qemu_tree.check_guests_proc_scsi() only compares scsi infos for qtree/guest, so when there's an ide/virtio_blk device, call this function is useless. And it can't distigush a scsi device and a usb device, so this function call for scsi/usb is also meaningless. Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Xu Han 提交于
pvpanic: add new cases related pvpanic
-
- 11 1月, 2018 7 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: cpuflags: Make sure the background commands were executed cpuflags: Make sure cpuflags check passes cpuflags: Fix dd command cpuflags: Remove duplicate cleanup cpuflags: Don't swap the clone to vm in cpuflags test cpuflags: Improve the Test_temp cleanup cpuflags: Correct the "cpu_flags" path
-
由 wyu 提交于
new cases related pvpanic: 1. check pvpanic event after trigger crash by nmi 2. do nmi crash after system_reset/reboot/shutdown/stop_cont 3. do nmi crash after migration Signed-off-by: NYu Wang <wyu@redhat.com>
-
由 Xu Han 提交于
nvdimm_dax: Fix ValueError for ndctl_ver
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 Xu Han 提交于
s390x: add additional params for s390x plaform for pxe_boot testing
-
由 Xu Han 提交于
win_irq_check: check balloon and rng's irq value in windows guest
-
由 Aihua Liang 提交于
Add image recover mechanism for cluster leak issue caused by killing vm with signal SIGKILL Signed-off-by: NAihua Liang <aliang@redhat.com>
-
- 09 1月, 2018 6 次提交
-
-
由 Xu Han 提交于
pkt.host_guest: extend timeout value and comment password_pktgen_server
-
由 Xiyue Wang 提交于
Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 Xu Han 提交于
hotplug_mem: Update migration related params for Windows guest
-
由 Xu Han 提交于
Correct logic for device's boot_fail
-
由 Zhengtong Liu 提交于
For s390x platform, If there is no bootindex set for the nic device, the guest won't try to boot with it, and if there is no bootable device found while booting, the qemu process will terminated if "-no-shutdown" was not set Signed-off-by: NZhengtong Liu <zhengtli@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: Use the same content for example iSCSI target configuration qemu/tests/multi_disk.py: use virttest.error_context library Use tabular output from avocado.utils.astring Turn the iscsi target into example only Improve "dd" regexp to cope with newer versions in cgroup test Fix the usage of process in cgroup test Make sure images are removed in live_snapshot_chain
-
- 08 1月, 2018 1 次提交
-
-
由 Xu Han 提交于
Correct the volume label name to WIN_UTILS
-
- 05 1月, 2018 4 次提交
-
-
由 Aihua Liang 提交于
In boot_from_device.check_boot_result(), although console output boot_fail msg, the test result will be set to pass. The logic is not reasonable, correct it. Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Peixiu Hou 提交于
"cmd = WINUTILS:\hddsn.exe C:" is not match the lable name in def set_winutils_letter, change it to WIN_UTILS. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Xu Han 提交于
virtio_console: Treat virtio-serial-*
-
由 Xu Han 提交于
Add data-plane as a matrix for all block jobs
-
- 04 1月, 2018 1 次提交
-
-
由 Xu Han 提交于
driver_load_stress: Shouldn't call run_virt_sub_test() if sub_test is command lines
-