diff options
Diffstat (limited to 'smoketest/scripts/cli')
| -rwxr-xr-x | smoketest/scripts/cli/test_interfaces_ethernet.py | 4 |
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: |
