diff options
| author | Thomas Huth <thuth@redhat.com> | 2025-03-11 17:08:47 +0100 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2025-03-12 18:17:38 +0100 |
| commit | 15ef93dd48c2635d0e9f9e9a4f6dd92a40e23bff (patch) | |
| tree | 44dc058486006d03593c8bf3e1d5ed23c9945256 /docs/system/devices | |
| parent | 8c63f9aa3f885f06edac3d1e4f21bde939f8c517 (diff) | |
| download | focaccia-qemu-15ef93dd48c2635d0e9f9e9a4f6dd92a40e23bff.tar.gz focaccia-qemu-15ef93dd48c2635d0e9f9e9a4f6dd92a40e23bff.zip | |
docs/system: Fix the information on how to run certain functional tests
The tests have been converted to the functional framework, so
we should not talk about Avocado here anymore.
Fixes: f7d6b772200 ("tests/functional: Convert BananaPi tests to the functional framework")
Fixes: 380f7268b7b ("tests/functional: Convert the OrangePi tests to the functional framework")
Fixes: 4c0a2df81c9 ("tests/functional: Convert some tests that download files via fetch_asset()")
Message-ID: <20250311160847.388670-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/system/devices')
| -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 ========== |