- 15 4月, 2020 2 次提交
-
-
由 Yanan Fu 提交于
disable windows guest for case uefi_check_debugcon
-
由 Xueqiang Wei 提交于
Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
-
- 14 4月, 2020 4 次提交
-
-
由 Yanan Fu 提交于
add test for acpi description of serial and parallel ports correctness
-
由 Micky Yun Chan 提交于
Signed-off-by: NMicky Yun Chan <michan@redhat.com>
-
由 Yanan Fu 提交于
virtio-serial:Keep chardev open to re-use
-
由 YongxueHong 提交于
Commit during guest reboot
-
- 13 4月, 2020 5 次提交
-
-
由 nanliu 提交于
Signed-off-by: NNana Liu <nanliu@redhat.com>
-
由 Longxiang Lyu 提交于
New case of cache_sizes_test
-
由 Aihua Liang 提交于
Add new case that commit during guest reboot Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Aihua Liang 提交于
Add support to commit on both system and data disk Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Yanan Fu 提交于
ept_test: New case to test when ept is off
-
- 10 4月, 2020 4 次提交
-
-
由 YongxueHong 提交于
Support query_named_block_nodes during live commit
-
由 Yanan Fu 提交于
virtio_serial:Hot-unplug port during data transferring
-
由 Tingting Mao 提交于
Test different cache sizes in a guest. Signed-off-by: NTingting Mao <timao@redhat.com>
-
由 Yanan Fu 提交于
Avoid duplicated deployment of kar on L1 guest
-
- 09 4月, 2020 2 次提交
-
-
由 Aihua Liang 提交于
blockdev_commit_query_named_block_nodes: add support for query_named_block_nodes during live commit Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Qinghua Cheng 提交于
Signed-off-by: NQinghua Cheng <qcheng@redhat.com>
-
- 08 4月, 2020 3 次提交
-
-
由 nanliu 提交于
Should clean temporary file even data transfer failed Signed-off-by: NNana Liu <nanliu@redhat.com>
-
由 nanliu 提交于
Signed-off-by: NNana Liu <nanliu@redhat.com>
-
由 Longxiang Lyu 提交于
usb_storage: add rerror and werror options for usb-storage device
-
- 07 4月, 2020 2 次提交
-
-
由 ybduan 提交于
Signed-off-by: Nybduan <yduan@redhat.com>
-
由 Longxiang Lyu 提交于
usb_hotplug_unplug: add hotplug/hotunplug support for usb-storage
-
- 04 4月, 2020 1 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: qemu..migration_with_speed_measurement: Fix py3 int casting qemu.migration_with_speed_measurement: Fix cpu_flags location qemu..migration_with_speed_meassurement: Wait for mig start qemu..migration: Run pre_migrate before each iteration
-
- 03 4月, 2020 9 次提交
-
-
由 Yanan Fu 提交于
add testcase for chardev a free port value
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 Micky Yun Chan 提交于
Signed-off-by: NMicky Yun Chan <michan@redhat.com>
-
由 Longxiang Lyu 提交于
Live commit on multi-disks
-
由 Aihua Liang 提交于
blockdev_commit_base: support commit on multi-disks blockdev_commit: support commit on multi-disks blockdev_commit: add cfg to support multi-disks Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Lukáš Doktor 提交于
Python3 does not allow casting "1.0" to integer directly, let's use int(float("1.0")) to avoid "invalid literal for int" ValueErrors. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
For some time the "cpu_flags" test location had been adjusted to include "src" dir in "provider/cpuflags.py", let's reflect this change in this test as well. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Currently the code only checks for active migration, but VM might be also in "setup" phase before it actually starts the migration. Let's use a well maintained "get_migrate_progress" function to make sure the migration started. This comes from a real-world case where "Migration already ended" was raised with a "setup" status. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Previously the "pre_migrate" function was only executed before the first iteration, but at least for mig_set_speed it's required before each iteration. As for the "check_dma" function, it also makes sense to run it for each iteration and code-wise should work well, but because of outdated code-path I have only tested it with slighly modified version (without dmesg check on virtio_blk). Note the migration_with_speed_measurement test is not affected as it's located in a different file. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 02 4月, 2020 4 次提交
-
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: qemu..migrate: Override force_reset_go_down_check on with_reboot
-
由 Yanan Fu 提交于
vioinput_hotplug: delete import module line to fix ci check failed issue
-
由 Peixiu Hou 提交于
Due to there has a unused module on vioinpu_hotplug.py file, many patch hit ci check failed issue, here delete it. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Xu Han 提交于
Add new case vioinput_hotplug of virtio keyboard/mouse/tablet device
-
- 01 4月, 2020 4 次提交
-
-
由 Peixiu Hou 提交于
new cases: vioinput_hotplug.device_keyboard vioinput_hotplug.device_mouse vioinput_hotplug.device_tablet Create new file input_tests.py in provider directory, including functions of input related tests. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 Yanan Fu 提交于
virtio_serial:Hotplug max chardevs on one virtio serial pci
-
由 nanliu 提交于
Signed-off-by: NNana Liu <nanliu@redhat.com>
-
由 Longxiang Lyu 提交于
Delete the format limit for some cases
-