From f5c38b04671fb49a73ec2fb8bd84f35016114c7f Mon Sep 17 00:00:00 2001 From: Daman Arora Date: Wed, 24 Apr 2024 13:11:31 +0530 Subject: [PATCH] agnhost: update README dummy commit to trigger agnhost image promotion pipeline Signed-off-by: Daman Arora --- test/images/agnhost/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/images/agnhost/README.md b/test/images/agnhost/README.md index 7776f7e1674..7e32c48051f 100644 --- a/test/images/agnhost/README.md +++ b/test/images/agnhost/README.md @@ -84,11 +84,11 @@ Tries to open a TCP or SCTP connection to the given host and port. On error it prints an error message prefixed with a specific fixed string that test cases can check for: -* `UNKNOWN` - Generic/unknown (non-network) error (eg, bad arguments) +* `UNKNOWN` - Generic/unknown (non-network) error (e.g. bad arguments) * `TIMEOUT` - The connection attempt timed out * `DNS` - An error in DNS resolution * `REFUSED` - Connection refused -* `OTHER` - Other networking error (eg, "no route to host") +* `OTHER` - Other networking error (e.g. "no route to host") (Theoretically it would be nicer for it to distinguish these by exit code, but it's much easier for test programs to compare strings in the