diff options
Diffstat (limited to 'docs/system/devices/igb.rst')
| -rw-r--r-- | docs/system/devices/igb.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/system/devices/igb.rst b/docs/system/devices/igb.rst index 04e79dfe54..9145af5c75 100644 --- a/docs/system/devices/igb.rst +++ b/docs/system/devices/igb.rst @@ -57,11 +57,11 @@ directory: meson test qtest-x86_64/qos-test ethtool can test register accesses, interrupts, etc. It is automated as an -Avocado test and can be ran with the following command: +functional test and can be ran with the following command: .. code:: shell - make check-avocado AVOCADO_TESTS=tests/avocado/netdev-ethtool.py + meson test --suite thorough func-x86_64-netdev_ethtool References ========== |