From 079459a789655238aaadf498dff559ec4ed5036f Mon Sep 17 00:00:00 2001 From: Anurag Saxena Date: Thu, 13 Aug 2026 10:14:19 -0400 Subject: [PATCH] Register network-tools OTE binary Add network-tools extension binary to the payload image registry so openshift-tests can discover and run network-tools OTP test cases. Co-Authored-By: Claude Opus 4.6 --- pkg/test/extensions/binary.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/test/extensions/binary.go b/pkg/test/extensions/binary.go index 5afb9891c0df..44ea417a73c7 100644 --- a/pkg/test/extensions/binary.go +++ b/pkg/test/extensions/binary.go @@ -313,6 +313,10 @@ var extensionBinaries = []TestBinary{ imageTag: "machine-config-operator", binaryPath: "/usr/bin/machine-config-tests-ext.gz", }, + { + imageTag: "network-tools", + binaryPath: "/usr/bin/network-tools-tests-ext.gz", + }, { imageTag: "oauth-apiserver", binaryPath: "/usr/bin/oauth-apiserver-tests-ext.gz",