summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/scripts/cli')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_ethernet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_ethernet.py b/smoketest/scripts/cli/test_interfaces_ethernet.py
index 7e0da2079..06253cf9e 100755
--- a/smoketest/scripts/cli/test_interfaces_ethernet.py
+++ b/smoketest/scripts/cli/test_interfaces_ethernet.py
@@ -234,8 +234,8 @@ class EthernetInterfaceTest(BasicInterfaceTest.TestCase):
# To find out the supported features
supported_rx_usecs = ethtool.check_coalesce('rx_usecs')
supported_tx_usecs = ethtool.check_coalesce('tx_usecs')
- supported_adaptive_rx = ethtool.check_coalesce('adaptive_rx')
- supported_adaptive_tx = ethtool.check_coalesce('adaptive_tx')
+ supported_adaptive_rx = ethtool.check_coalesce('adaptive_rx') and not is_virtio
+ supported_adaptive_tx = ethtool.check_coalesce('adaptive_tx') and not is_virtio
# Disabled adaptive modes and set custom values
if supported_rx_usecs: