From 90561cb9d9d9a2ce6696e7ffe6eaa11ef283975e Mon Sep 17 00:00:00 2001 From: Daman Arora Date: Sun, 28 Apr 2024 16:27:02 +0530 Subject: [PATCH 1/2] agnhost/netexec: log hostname Signed-off-by: Daman Arora --- test/images/agnhost/netexec/netexec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/images/agnhost/netexec/netexec.go b/test/images/agnhost/netexec/netexec.go index f1e2e62d536..689c4e42e6f 100644 --- a/test/images/agnhost/netexec/netexec.go +++ b/test/images/agnhost/netexec/netexec.go @@ -727,6 +727,7 @@ func startSCTPServer(sctpPort int) { func getHostName() string { hostName, err := os.Hostname() + log.Printf("hostname: %s", hostName) assertNoError(err, "failed to get hostname") return hostName } From 5aaa37521f188c9c50eeacbaccfc7f433fb2dd9c Mon Sep 17 00:00:00 2001 From: Daman Arora Date: Sun, 28 Apr 2024 16:29:41 +0530 Subject: [PATCH 2/2] agnhost: version bump to v2.52 Signed-off-by: Daman Arora --- test/images/agnhost/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/agnhost/VERSION b/test/images/agnhost/VERSION index 0dd46c961a1..e409f4bff4f 100644 --- a/test/images/agnhost/VERSION +++ b/test/images/agnhost/VERSION @@ -1 +1 @@ -2.51 +2.52