diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-29 11:51:25 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-29 11:51:25 +0100 |
commit | e945a0d98c9b4953f627a8dff33422eeb81164ee (patch) | |
tree | 0b3ff37db2fac243296bb8e3787a7660e0a8185a /tests | |
parent | 806ab1fe6b111866a940da13e026863f082d4fd1 (diff) | |
download | drminfo-e945a0d98c9b4953f627a8dff33422eeb81164ee.tar.gz |
virtiotest tweaks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/basic.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/basic.py b/tests/basic.py index 3b6eac4..4553e4e 100644 --- a/tests/basic.py +++ b/tests/basic.py @@ -83,9 +83,9 @@ class BaseDRM(TestDRM): self.console_wait('---root---') def virtio_tests(self, vga): - self.console_run('virtiotest -i') - virtinfo = self.console_wait('---root---') - self.write_text(vga, "virtio", virtinfo) + self.console_run('virtiotest -i -l') + virtcaps = self.console_wait('---root---') + self.write_text(vga, "virtcaps", virtcaps) self.console_run('virtiotest -a -s 10') self.console_wait('---ok---', '---root---', 'virtiotest error') |