aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-05-23 11:43:03 +0900
committerJason Wang <jasowang@redhat.com>2023-05-23 15:20:15 +0800
commit1531fb4d8d2f62fe40b995dbb8ce16676e0af9d3 (patch)
treec366b3b0d17fa7248b5b02d90293252721696642 /tests
parent808f976c85b62b3bb1a6fdea697ca9f5e0d35539 (diff)
downloadqemu-1531fb4d8d2f62fe40b995dbb8ce16676e0af9d3.zip
qemu-1531fb4d8d2f62fe40b995dbb8ce16676e0af9d3.tar.gz
qemu-1531fb4d8d2f62fe40b995dbb8ce16676e0af9d3.tar.bz2
tests/avocado: Remove test_igb_nomsi_kvm
It is unlikely to find more bugs with KVM so remove test_igb_nomsi_kvm to save time to run it. Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/avocado/netdev-ethtool.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/avocado/netdev-ethtool.py b/tests/avocado/netdev-ethtool.py
index 8de118e..6da800f 100644
--- a/tests/avocado/netdev-ethtool.py
+++ b/tests/avocado/netdev-ethtool.py
@@ -29,7 +29,7 @@ class NetDevEthtool(QemuSystemTest):
# URL into a unique one
return self.fetch_asset(name=name, locations=(url), asset_hash=sha1)
- def common_test_code(self, netdev, extra_args=None, kvm=False):
+ def common_test_code(self, netdev, extra_args=None):
# This custom kernel has drivers for all the supported network
# devices we can emulate in QEMU
@@ -57,9 +57,6 @@ class NetDevEthtool(QemuSystemTest):
'-drive', drive,
'-device', netdev)
- if kvm:
- self.vm.add_args('-accel', 'kvm')
-
self.vm.set_console(console_index=0)
self.vm.launch()
@@ -86,13 +83,6 @@ class NetDevEthtool(QemuSystemTest):
"""
self.common_test_code("igb", "pci=nomsi")
- def test_igb_nomsi_kvm(self):
- """
- :avocado: tags=device:igb
- """
- self.require_accelerator('kvm')
- self.common_test_code("igb", "pci=nomsi", True)
-
# It seems the other popular cards we model in QEMU currently fail
# the pattern test with:
#