- 20 1月, 2018 4 次提交
-
-
由 Lukáš Doktor 提交于
The format of pci addr was changed to hex numbers with leading "0x" a while ago, but this test was not adjusted resulting in reserved address having unusable addresses. Let's adjust the format. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The timeout 10s was chosed to not slow-down the test execution much, but usually less than 1s is enough. These days the boot takes < 20s, sometimes even 5s so let's decrease the timeout to suitable but still safe 5s. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The "pci_bridge1" became widely used and it clashes with the default name used by this test. Let's use "test_pci_%s" to emphasize it's test-defined pci controller. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
The make_create_command used to return "devices", but now it returns "tuple(make_create_devices, spice_options)". Let's allow both by checking the type. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 28 11月, 2017 1 次提交
-
-
由 Cleber Rosa 提交于
Mostly spelling wording changes to make it update with the Avocado-VT/VirtTest terms. And the shebang which can safely go. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 21 9月, 2015 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Clean up imports across the board in tp-qemu. The criteria followed was: 1) Remove unnecessary imports 2) Turn multi imports from a single entry point to one import per line. This increases both patch and source code readability. 3) Separate blocks of imports with a line: * Python standard library imports * Autotest imports * virttest imports * Internal tp-qemu imports 4) Remove try/except blocks refering autotest libs and stick with the virttest.staging copy This paves the way for the future removal of autotest references, replacing those references with avocado ones. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 12月, 2013 1 次提交
-
-
由 Cleber Rosa 提交于
There's no need to have the name of the "run_<name>" method (main test entry point) depend on the test name. So, for simplicity sake, let's just name the test entry point "run". I have decided to not fallback gracefully to the previous naming convention as I believe this can lead to confusion in the future. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
- 11 12月, 2013 3 次提交
-
-
由 Lukáš Doktor 提交于
Make it possible to use ich9-usb-uhci controller for pci_devices testing Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds the possibility to use virtio_disks for testing. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Before "info qtree" returns the correct values, firmware initialization has to finish. 10s should be enough (in case we won't define 1000 devices) Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 07 12月, 2013 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Catching up with some problems found w.r.t. coding style Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 11月, 2013 3 次提交
-
-
由 Lukáš Doktor 提交于
Add some docstrings and other pylint fixes. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Additional check for (not only) correct pci addresses in qtree and lspci. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Split functions into subfunctions and prepare the test for multiple parts with exception in the end. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 20 11月, 2013 1 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
- 08 11月, 2013 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 11月, 2013 3 次提交
-
-
由 Lukáš Doktor 提交于
add_devices_all occupied all ports even when the bus was used for another buses. This caused problems with occupied ports. This patch increases the first_port number of the upper bus with each inserted bus thus the bus could be plugged there. The drawback is that buses which has some buses inside will have those buses on the first addresses and the testing devices would not start with addr=0x0. On the other hand missing bus would also test that the bus is incapable of handling the first slot correctly. Additionally this patch adds wait_for_login() in order to verify that the VM booted correctly. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Xiaoqing Wei 提交于
1) change dest_fname to "autoinst.xml", as most cfg used. 2) change autoyast_param from floppy to 'autoyast=device://fd0/autoinst.xml' for old SLES OS compatibility. 3) add kernel_params for all existing SLES Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Lukáš Doktor 提交于
This test boots VM with a define set of PCI devices and compares the qtree and internal representation. In the future this test should also check the operation system view of the devices (lspci or the windows equivalent) The testing setup is done via graphical representation of the setup. Note that the number of spaces is irelevant. The location is defined by the number of '->' characters. You can verify the setup in the test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-