- 21 12月, 2017 1 次提交
-
-
由 Xu Han 提交于
virtio_scsi_mq: check the info of interrupts by interrupt name
-
- 20 12月, 2017 1 次提交
-
-
由 Yongxue Hong 提交于
Add a scsi-hd device for system disk on ppc and modify the strategy of checking interrupts. Signed-off-by: NYongxue Hong <yhong@redhat.com>
-
- 15 12月, 2017 3 次提交
-
-
由 Xu Han 提交于
usb_device_check: added error checking in dmesg for linux guest
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
Set context_aware in drive_mirror_stress
-
- 14 12月, 2017 2 次提交
-
-
由 Lukáš Doktor 提交于
The "drive_mirror_stress" uses "error_context" without setting "context_aware" which leads to error. Let's set it. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Xu Han 提交于
Netperf: download from generic/deps/ dir instead of website
-
- 13 12月, 2017 5 次提交
-
-
由 Cleber Rosa 提交于
Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Xu Han 提交于
block_commit: add case with_reboot and stop_cont
-
由 Xiyue Wang 提交于
Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 Xiyue Wang 提交于
Signed-off-by: NXiyue Wang <xiywang@redhat.com>
-
由 Lukáš Doktor 提交于
During `vm.destroy()` the `vm.process` is closed, making it impossible to access it's output (or pid, ...). Let's quit the machine manually from the test, wait until it's dead and then verify userspace crash. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 11 12月, 2017 4 次提交
-
-
由 Xu Han 提交于
s390x: add kernel update test case support
-
由 Xu Han 提交于
qemu_option_check: add devices supported on s390x platform
-
由 Xu Han 提交于
migrate.cfg: droped automem in cfg
-
由 Zhengtong Liu 提交于
Signed-off-by: NZhengtong Liu <zhengtli@redhat.com>
-
- 08 12月, 2017 3 次提交
-
-
由 Zhengtong Liu 提交于
Signed-off-by: NZhengtong Liu <zhengtli@redhat.com>
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
balloon_service: Fix bug when error happens in try block
-
- 07 12月, 2017 2 次提交
-
-
由 Haotong Chen 提交于
Signed-off-by: NHaotong Chen <hachen@redhat.com>
-
由 Xu Han 提交于
qemu.test: readyonly_floppy, get virt_data_dir dynamically
-
- 06 12月, 2017 1 次提交
-
-
由 Xu Han 提交于
s390x: add the watchdog type diag288 for s390x
-
- 05 12月, 2017 18 次提交
-
-
由 Xueqiang Wei 提交于
Signed-off-by: NXueqiang Wei <xuwei@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com> * https://github.com/autotest/tp-qemu: Rename the "rv" variants to avoid clashes Improve the host_reserve calculation in ksm_overcommit Use correct device in balloon_hotplug test Disabe multi_disk.all_drive_format_types on s390 Enable the balloon_check.balloon_fix_value.balloon_base only on x86 Only allow the qemu_guest_agent.isa_serial on x86 machines Filter seabios test to x86 only Change the target file name in live_backup test Enable the floppy_test only on i440fx Adjust config of nic_hotplug to work properly on s390x Remove unused variable "dev_type" from virtio_scsi_mq cfg Use "virtio_blk" in "virtio_scsi_mq" test for boot dev Fix the vmnames in time_manage test Filter unittest_kvmctl to x86 only Use the proper exception in cgroup test Increase check in live_snapshot_chain block_copy: Improve block regexp to work with recent qemu
-
由 Lukáš Doktor 提交于
The current variant name RHEL.7.devel.x86_64 clashes with existing filters enabling this test on all architectures and actually corrupting the cartesian product. Let's use `-` to separate the parts. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
All recent kernels provide MemAvailable in /proc/meminfo, let's try to use that instead of MemFree. For backward compatibility also support MemFree approach but drop caches before evaluation. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
On s390x the balloon device is virtio-balloon-ccw and not -pci. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The s390x supported drive formats is rather limited so it does not make sense to even pretend to support this test. Let's just filter it out. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test uses suspend and hibernate and currently is disabled on ppc64 and aarch64. As it does not work on ppc64le and s390 let's disable it everywhere but x86. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The isa-serial is not available outside x86 world, let's change the filter-out to filter-only. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test only makes sense in x86 world. Let's use only instead of out. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test uses "/home/test" by default which is usually present as a directory. Let's use "/home/test.img" to decrease the probability of existing directory. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test only makes sense on x86 archs and it is currently disabled on q35. Let's enable it only on i440fx then. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
On s390x rtl8139 and e1000 are not supported (similarly to ppc64) and the virtio-net is called virtio-net-ccw. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "dev_type" used to be used to parse qtree, but there is a generic implementation which does not rely on dev_type which is not used in the test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "virtio_blk" is generally usable nowadays while it should not clash with the "virtio_scsi" used in the test. Let's use it to boot the machine instead of ide/ahci, which is not supported on all archs. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test relies on outdated first vm name, while there is "main_vm" parameter pointing to the correct name. Also it stores all created vmnames, but instead of relying on this variable it tries to create the name in later loops. Ideally one would store the actual vm objects, but let's use this as a hotfix. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Ideally this test should not exists in Avocado-vt as kvm-unit-tests are dynamic and more and more are added each day. Anyway as it exists let's limit it to x86 only as it defines x86 variants. Those who want to run kvm-unit-tests please use pure Avocado instead. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The process library uses it's own "process.CmdError" exception. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test allows to check all snapshots, but currently only checks the main image and last snapshot. Let's check one of the middle snapshots as well to see it behaves correctly. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-