aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-05-23 11:43:35 +0900
committerJason Wang <jasowang@redhat.com>2023-05-23 15:20:15 +0800
commit5844562b177e2067b8ebf78d1845334e0c759896 (patch)
tree0f95e97cfd657f6ba2a7fe1ffe2b38bd21625211 /tests/avocado
parentad431f0f8254e808a20987804cff1b38de089e47 (diff)
downloadqemu-5844562b177e2067b8ebf78d1845334e0c759896.zip
qemu-5844562b177e2067b8ebf78d1845334e0c759896.tar.gz
qemu-5844562b177e2067b8ebf78d1845334e0c759896.tar.bz2
igb: Notify only new interrupts
This follows the corresponding change for e1000e. This fixes: tests/avocado/netdev-ethtool.py:NetDevEthtool.test_igb Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/netdev-ethtool.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/avocado/netdev-ethtool.py b/tests/avocado/netdev-ethtool.py
index 6da800f..5f33288 100644
--- a/tests/avocado/netdev-ethtool.py
+++ b/tests/avocado/netdev-ethtool.py
@@ -67,10 +67,6 @@ class NetDevEthtool(QemuSystemTest):
# no need to gracefully shutdown, just finish
self.vm.kill()
- # Skip testing for MSI for now. Allegedly it was fixed by:
- # 28e96556ba (igb: Allocate MSI-X vector when testing)
- # but I'm seeing oops in the kernel
- @skip("Kernel bug with MSI enabled")
def test_igb(self):
"""
:avocado: tags=device:igb