From: Akihiko Odaki Date: Tue, 23 May 2023 02:43:03 +0000 (+0900) Subject: tests/avocado: Remove test_igb_nomsi_kvm X-Git-Tag: v8.1.0-rc0~105^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1531fb4d8d2f62fe40b995dbb8ce16676e0af9d3;p=thirdparty%2Fqemu.git 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 Reviewed-by: Thomas Huth Acked-by: Alex Bennée Signed-off-by: Jason Wang --- diff --git a/tests/avocado/netdev-ethtool.py b/tests/avocado/netdev-ethtool.py index 8de118e3132..6da800f62b6 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: #