diff mbox series

[2/2] network/README: Document ping dependencies

Message ID 20240330180818.246499-2-pvorel@suse.cz
State Accepted
Headers show
Series [1/2] tst_net.sh: tst_ping(): check for ping -I support | expand

Commit Message

Petr Vorel March 30, 2024, 6:08 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/network/README.md | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/testcases/network/README.md b/testcases/network/README.md
index e1b1296d6..0b64df01e 100644
--- a/testcases/network/README.md
+++ b/testcases/network/README.md
@@ -88,6 +88,13 @@  Tests which use `tst_netload_compare()` test also performance. They can fail on
 overloaded SUT.  To ignore performance failure and test only the network functionality,
 set `LTP_NET_FEATURES_IGNORE_PERFORMANCE_FAILURE=1` environment variable.
 
+## Dependencies
+
+Some network tests which use `tst_ping()` function require `ping` with `-I` support,
+which is not supported by `ping` from [inetutils](https://www.gnu.org/software/inetutils/).
+Use `ping` from [iputils](https://github.com/iputils/iputils/) or from [BusyBox](https://busybox.net/)
+(configured with `CONFIG_FEATURE_IPV6=y` `CONFIG_FEATURE_FANCY_PING=y`).
+
 ## Debugging
 Both single and two host configurations support debugging via
 `TST_NET_RHOST_RUN_DEBUG=1` environment variable.