DDan ZhengAdd cases for schedinfo
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Remove gluster-related cases for pseries Gluster is Not supported on pseries. Signed-off-by: haizhao <haizhao@redhat.com> | 6 年前 | |
Add fwcfg type of sysinfo element test cases Signed-off-by: Meina Li <meili@redhat.com> | 5 年前 | |
Add auto generate port id when hotplug channel device It's to test if a port id is not given when hotplug a channel, port id can be generated automatically Signed-off-by: qijing <jinqi@redhat.com> | 7 年前 | |
auto_dump: Skip ISA model tests for aarch64 qemu aarch64 doesn't support ISA panic device Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> | 5 年前 | |
Merge pull request #3344 from dzhengfy/fix_pci_error controller_functional: fix vm define error | 5 年前 | |
Merge pull request #3333 from Yingshun/fix_ioapic_iommu max_vcpus: Fix an issue in negative_test.ioapic_iommu | 5 年前 | |
kill_started: wait a little longer for SIGABRT and SIGSEGV During the testing on aarch64, we found that it takes more than 1 second to finish the libvirtd restarting with signal SIGABRT and SIGSEGV Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> | 5 年前 | |
Add testcases for embedded qemu driver: 1.Test cmd options; 2.Test starting qemu process; 3.Test second driver supported; Signed-off-by: Yan Fu <yafu@redhat.com> | 5 年前 | |
graphic_functional: Add ipv6 network test Start a guest with graphic listening to ipv6 network. Signed-off-by: Liping Cheng <lcheng@redhat.com> | 6 年前 | |
Fix the issue about failed to reboot guest for nmi_test Signed-off-by: Liping Cheng <lcheng@redhat.com> | 5 年前 | |
Add cases for guest resource control Now we have cgroup v2 enabled in rhel8, there are some cases about guest resource control devided in virsh_cmd folder, and these cases using cgroup v1 as a background. Here the new scripts are suitable for both cgroup v1 and v2, and orgnized together. This will be easier to be maintained. Signed-off-by: Yi Sun <yisun@redhat.com> | 6 年前 | |
Add cases for monitoring backup strach file block-threshold Since libvirt-7.0.0-1.el8 (RFE:bz1913315), libvirt supports to monitor block-threshold event for pull-mode backup's scratch file/device. This patch is to add related cases. Signed-off-by: Yi Sun <yisun@redhat.com> | 5 年前 | |
Add dependency pkgs to libvirt_bench stress tests These pkgs are necessary for these test, they should be installed inside vm before test. Signed-off-by: haizhao <haizhao@redhat.com> | 6 年前 | |
lxc: Add a new case to test lxc container life cycle The original case come from kyla's commit: https://github.com/kylazhang/tp-libvirt/commit/ce99f1437882e4b7c2b5ccc8a6da85e6e52fa045 Base on that case, this patch add more steps to test lxc container life cycle, including: create, define, list, dumpxml, edit, start, suspend, resume, destroy, undefine. Signed-off-by: Yanbing Du <ydu@redhat.com> | 10 年前 | |
memory_discard: Adapt memory_discard test on aarch64 1. aarch64 doesn't support host-model, set cpu mode host-passthrough for aarch64 2. Skip memory hotplug tests for aarch64 Signed-off-by: Liu Yiding <liuyd.fnst@cn.fujitsu.com> | 5 年前 | |
Merge pull request #3353 from Yingshun/mig_tls_without_serverip migration: Add a tls related case | 5 年前 | |
Add custom stress event test and skip uptime check for reboot test Added a custom stress event subtest to have custom user defined guest and host events, it would help user not to mislead when we want override the default param setting for a test, and let's skip uptime check for guest reboot test. Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> | 7 年前 | |
Modify NPIV wwnn and wwpn related parameter name to match python file call Signed-off-by: jgao <jgao@localhost.localdomain> | 6 年前 | |
Fix mapping pattern again for numa as some PR revert it PR https://github.com/autotest/tp-libvirt/pull/3196 fix this issue before but https://github.com/autotest/tp-libvirt/pull/3159 revert it. So need to resubmit Signed-off-by: Kyla Zhang <weizhan@redhat.com> | 5 年前 | |
Define parameters in clean-traffic nwfilter Check the parameters defined in clean-traffic should take precedence. If no parameters is defined, the mac and ip of the own interface will then be used in the rules. Signed-off-by: yalzhang <yalzhang@redhat.com> | 5 年前 | |
remote_with_unix: Complete fix the regex issue of unix connection test The guest name returned by virsh cmds has been added with quote marks now. Need to fix it to avoid regex failure. Signed-off-by: Lily Zhu <lizhu@redhat.com> | 5 年前 | |
Merge pull request #2984 from dzhengfy/fix_incorrect_param_invoke Fix incorrect usage | 5 年前 | |
Merge pull request #3047 from jinqi7/remove_extra_hostdev_case Remove the extra cases for hostdev | 5 年前 | |
Fix svirt_virt_install on aarch64 a) virt-install model vga is unsupported on aarch64, use virtio b) set undefine nvram option on aarch64 Signed-off-by: Liu Yiding <liuyd.fnst@cn.fujitsu.com> | 5 年前 | |
Merge pull request #3360 from dzhengfy/add_cases_schedinfo_posix Add cases for schedinfo | 5 年前 | |
Add a case about virt-admin server-update-tls This PR adds a case as below: [server-update-tls] notify server to update TLS related files online Signed-off-by: Yingshun Cui <yicui@redhat.com> | 5 年前 | |
Update incorrect param The pool name was set incorrectly. This is to fix it by setting correct default libvirt pool name. | 5 年前 | |
[virtio-transitional][s390x] add no filter on s390x On s390x all disks (and more generally most devices) are attached not as PCI but as CCW. Virtio (non-)transitional is PCI-only. Therefore, filter out those test cases for s390x. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com> | 5 年前 | |
Remove incorrect skip aarch64 cases Some virtual devices are not supported by RHEL qemu-kvm but upstream qemu-system-aarch64 (I checked on qemu-4.2.0-7.fc32) supports them. So skip these cases on tp-libvirt upstream is incorrect, remove these incorrect skip cases. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> | 5 年前 | |
Merge pull request #3244 from chunfuwen/enable_transient_on_file_based_disk Enable transient disk feature on file based backend | 5 年前 | |
Merge pull request #3345 from liuyd96/fix_virtual_network virtual_network: Fix iface_network for aarch64 | 5 年前 | |
libvirt.tests: add testcases about hotplug serial for char device | 11 年前 | |
virt-libvirt: Remove all virt_test_type Params Signed-off-by: Chris Evich <cevich@redhat.com> | 12 年前 | |
Merge pull request #2716 from jinqi7/mbm Add memory bandwidth monitor test case | 6 年前 | |
Add lxc hook tests to libvirt_hooks Signed-off-by: qijing <jinqi@redhat.com> | 6 年前 | |
Fix libvirt_hugepage on s390x Add parameters to assure kvm hugepage support can be activated by setting kvm_module_parameters = 'hpage=1' if necessary. Signed-off-by: Sebastian Mitterle <smitterl@redhat.com> | 6 年前 | |
Fix define error for pervious start error cases For old version, the scenario libvirt_mem.negative_test.start_error.invalid_slot libvirt_mem.negative_test.setmem_error.without_numa will cause start error but in new version, it will cause define error, just fix it Signed-off-by: Kyla Zhang <weizhan@redhat.com> | 5 年前 | |
libvirt-tests: Add test for network bandwidth. Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 12 年前 | |
Add libvirt_package cases Signed-off-by: Liping Cheng <lcheng@redhat.com> | 5 年前 | |
libvirt_pci_passthrough.py: Implemented the Guest Lifecycle (Shutdown, Start, Suspend, Resume). The guest life-cycle can be achieved for the desired iterations along with device pass-through. Signed-off-by: Santwana Samantray <santwana@linux.vnet.ibm.com> | 6 年前 | |
This patch will add the flood ping test to hot plugged guest with host device Signed-off-by: prudhvi <mprudhvi@linux.vnet.ibm.com> | 8 年前 | |
Update pv_eoi cases for pseries There has been an error message update on this feature, which is the test focuses on. Unlike x86, eoi is not supported by pseries, the result of virsh define command should reflect this info. Signed-off-by: Haijiao Zhao <haizhao@redhat.com> | 6 年前 | |
Add virtio packed test cases in rng and memballoon devices Signed-off-by: Meina Li <meili@redhat.com> | 5 年前 | |
libvirt_scsi: Fix some bugs. 1) Use EXAMPLE* for disk device type. 2) Raise TestNAError when dependent mkisofs don't exists. 3) Cleanup image files after test. 4) Check partition first to skip before other disk image are created. Signed-off-by: Hao Liu <hliu@redhat.com> | 11 年前 | |
Add cases to cover scsi host device passthough Hotplug/unplug, coldplug or edit xml will be used to add scsi hostdev, and all hostdev attrs will be covered. Signed-off-by: Yi Sun <yisun@redhat.com> | 7 年前 | |
Do not test usb on s390x On s390x USB is not available. Adding filter to avoid running them in the first place. | 6 年前 | |
Do not test usb on s390x On s390x USB is not available. Adding filter to avoid running them in the first place. | 6 年前 | |
Fixup: Add testlist params to avocado tests method Commit bb8c86a introduces additional mandatory function argument testlist for run_avocado_bg() method, let's update it. Update tests path to match upstream repository. Adjust default vcpu topology to run smt guest tests. Depends on: https://github.com/avocado-framework/avocado-vt/pull/2580 Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> | 6 年前 | |
libvirtd_start: Refactor test while fixing bugs 1) This tests requires iptables-services package to be installed before testing. So check and install all required packages before testing. 2) Change all autotest references to avocado. 3) Use LibvirtSession in avocado-vt instead of building one from scratch. 4) Refactor the code structure to make it more clear. Signed-off-by: Hao Liu <hliu@redhat.com> | 10 年前 | |
Added test to validate guest resource limits Added test to validate resource limits(i.e cpu, memory, network, disk etc) for guest Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> | 8 年前 | |
Add lxc hook tests to libvirt_hooks Signed-off-by: qijing <jinqi@redhat.com> | 6 年前 | |
libvirt: update cases for avocado execution 1. Replace the default VM name as avocado using 'avocado-vt-vm1'. 2. Function utils_misc.find_command is deprecated, and which will not raise ValueError when command not find, so replace it by the right function. Signed-off-by: Yanbing Du <ydu@redhat.com> | 10 年前 | |
libvirt.tests: Add testcases for multi_devices in multifunction. Signed-off-by: Yu Mingfei <yumingfei@cn.fujitsu.com> | 12 年前 | |
libvirt.tests: Add test module for multiqueue. Signed-off-by: Yu Mingfei <yumingfei@cn.fujitsu.com> | 11 年前 | |
Change mutlivm stress test to use utils_test api Changing the test case to use the api to load multi vm server client stress Signed-off-by: Srikanth Aithal <sraithal@linux.vnet.ibm.com> Suggested-by: Balamuruhan S <bala24@linux.vnet.ibm.com> | 7 年前 | |
Drop code of dmesg checking for hpt tests Content of dmesg output is not constant, dmesg checking could be dropped. Signed-off-by: haizhao <haizhao@redhat.com> | 6 年前 | |
libvirt-tests: Add test for command perf kvm. Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> | 12 年前 | |
Add ppc-only cases - Assign address to panic device - Passthrough non-available PCI device in guest Signed-off-by: Haijiao Zhao <haizhao@redhat.com> | 7 年前 | |
remove_guest.cfg: remove 'restart_vm' restart_vm option had been removed by virt-test#1ff9dc2. so it's meaningless now. | 11 年前 | |
Add cases for VM operations when nfs disconnected Tests for save/domstats/blkdeviotune operations when VM's nfs storage disconnected. Signed-off-by: hhan <hhan@redhat.com> | 9 年前 | |
Add negative test case scenarios Added negative testcase scenarios and changed to local smp param as it might get wrong value from other global configs. Signed-off-by: Satheesh Rajendran <sathnaga@linux.vnet.ibm.com> | 8 年前 | |
libvirt.tests: Add test module for vm disk's discard. Signed-off-by: Yu Mingfei <yumingfei@cn.fujitsu.com> | 11 年前 | |
tsc timer is not supported on pseries Remove tsc cases for pseries. Configuring the 'tsc' timer is not supported for virtType=kvm arch=ppc64le machine=pseries-rhelx.x.x guests. Signed-off-by: Haijiao Zhao <haizhao@redhat.com> | 5 年前 | |
Add cases for starting guest without usb cotroller in guest xml Start guest without usb cotroller in guest xml. The default usb controller will be added into xml automatically. For q35 guest, will add usb3. Check if the controller is added as expected. Singed-off-by: ljmen <lmen@redhat.com> | 5 年前 | |
Do not test usb on s390x On s390x USB is not available. Adding filter to avoid running them in the first place. | 6 年前 | |
vfio: Add tests for attach hostdev interface with managed option Signed-off-by: Ruifeng Bian <rbian@redhat.com> | 9 年前 | |
Check cmdline for subexpression On s390x BOOT_IMAGE is not populated by qemu bootloader, s. https://bugzilla.redhat.com/show_bug.cgi?id=1782026 1. cfg: Add test case. Expect to hold for all archs. 2. py: Add switch to check guest cmdline. Uses https://github.com/avocado-framework/avocado-vt/pull/2384 | 6 年前 |