- 04 12月, 2018 1 次提交
-
-
由 Lukáš Doktor 提交于
The upstream qemu sets different System.Version than RHEL qemu. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 27 11月, 2018 1 次提交
-
-
由 Lukáš Doktor 提交于
The extra pci_controllers are needed on q35 for hotplug purposes, but this test even on q35 machine-type attempts to boot all supported machine-types including i440fx. The i440fx requires additional PCIE root-complex and this is not handled by Avocado-vt automatically and would require complex handling only to get something that is not needed by the test. Let's simply not create the additional controllers as we don't need them. Without this patch we are getting: "Can't add chassis slot, error -16" because Avocado-vt does not define chassis for PCI busses (it does that only for PCIE busses). Yes, it'd be possible to add support for extra controllers for i440fx, but at this point it is not necessary and this solution is way simpler. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 09 11月, 2017 1 次提交
-
-
由 Lukáš Doktor 提交于
There are no plans for supporting the "-smbios" argument, nor there is support for `dmidecode` on s390x. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 06 6月, 2013 1 次提交
-
-
由 Yunping Zheng 提交于
Compare SMBIOS data among different machine types This patch modify smbios_table, add smbios three smbios type and machine type test(-M) support. You can run smbios_table using "-smbios type=0" "-smbios type=1" or both of them in test,and you can run test using diff machine type. [V3] update base upstream, make all the option and command configurable. [V4] modify some format problem signed-off-by: NYunping Zheng <yunzheng@redhat.com> Acked-by: NSuqin Huang <shuang@redhat.com> qemu.test: Make smbios_table to run on Fedora guests Add a parameter to test the options not set on Fedora. And fix the params error when extra_params is empty. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
- 25 12月, 2012 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
A frequent request we've got from users is that the name 'kvm' makes assumptions that are not true for a lot of the use cases of the test suite. Then let's rename the subtest 'kvm' to 'qemu', making it more accurate. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 12月, 2012 1 次提交
-
-
由 Cleber Rosa 提交于
For tests that are specific to one virt type, and are hosted on that virt type directory, make the virt_test_type a non requirement by auto generating it. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 18 12月, 2012 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
In order to have self describing tests, split the original subtests.cfg in several per test files, and create subtests.cfg out from this information. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-