- 08 4月, 2020 1 次提交
-
-
由 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 8 次提交
-
-
由 Yanan Fu 提交于
add testcase for chardev a free port value
-
由 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 6 次提交
-
-
由 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
-
由 YongxueHong 提交于
Disable iothread explicitly for scsi-cd cases
-
由 ybduan 提交于
1.Add clean dmesg step before test in format_disk 2.Add clean partition step at the end of test in format_disk 3.Add hotplug/hotunplug support for usb-storage Signed-off-by: Nybduan <yduan@redhat.com>
-
- 31 3月, 2020 10 次提交
-
-
由 YongxueHong 提交于
Add new case block_hotplug_passthrough
-
由 Peixiu Hou 提交于
Hotplug/unplug passthrough disk test: 1) Create passthrough disk with scsi_debug tool. 2) Start the guest. 3) Hotplug this passthrough disk. 4) Create partition on this disk and format it. 5) Do iozone/dd test on this disk. 6) Reboot the guest. 7) Unplug this passthrough disk. Signed-off-by: NPeixiu Hou <phou@redhat.com>
-
由 YongxueHong 提交于
Fix async reboot to sync reboot
-
由 Longxiang Lyu 提交于
qemu_guest_agent: fix issue of isa-serial backend
-
由 Yanan Fu 提交于
add testcase for virtio-trace support testing
-
由 Micky Yun Chan 提交于
Signed-off-by: NMicky Yun Chan <michan@redhat.com>
-
由 qingwangrh 提交于
There just using sendline but not wait guest to shutdown. It makes the connection reset. Signed-off-by: Nqingwangrh <qinwang@redhat.com>
-
由 Tingting Mao 提交于
Support some cases both for luks and luks-inside-qcow2. Signed-off-by: NTingting Mao <timao@redhat.com>
-
由 Yu Yihuang 提交于
Check number of interrupts on guest after execute some tests
-
由 Yihuang Yu 提交于
Get interrupt info on guest, execute test and check again, to verify that the interruption has increased. Signed-off-by: NYihuang Yu <yihyu@redhat.com>
-
- 30 3月, 2020 1 次提交
-
-
由 YongxueHong 提交于
Set rebase_mode unsafe for some storage_vm_migration cases
-
- 27 3月, 2020 6 次提交
-
-
由 Aihua Liang 提交于
blockdev_snapshot:set rebase_mode unsafe blockdev_commit:set rebase_mode unsafe blockdev_stream:set rebase_mode unsafe blockdev_full_mirror:set rebase_mode unsafe blockdev_full_backup_multi_disks:set rebase mode unsafe Signed-off-by: NAihua Liang <aliang@redhat.com>
-
由 Yanan Fu 提交于
x86_cpu_model: Add '-cpu host' test case
-
由 Yanan Fu 提交于
Add l2_kar_options option for L2 guest
-
由 Qinghua Cheng 提交于
Signed-off-by: NQinghua Cheng <qcheng@redhat.com>
-
由 Yumei Huang 提交于
Signed-off-by: NYumei Huang <yuhuang@redhat.com>
-
由 Yanan Fu 提交于
x86_cpu_model: Add some -noTSX cpu models
-
- 26 3月, 2020 1 次提交
-
-
由 Xu Tian 提交于
add blockdev backup sync top test
-