From 11b7ad52c6a478f2d8e3202151083cc539a2f5c0 Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Fri, 13 Oct 2023 08:28:27 -0400 Subject: [PATCH] Add "basic" test label constant ...for reuse in other projects. Related to https://github.com/submariner-io/subctl/issues/697 Signed-off-by: Tom Pantelis --- test/e2e/framework/framework.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/framework/framework.go b/test/e2e/framework/framework.go index 4d2248867..e91304347 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -66,6 +66,7 @@ const ( GatewayLabel = "submariner.io/gateway" ActiveGatewayLabel = "gateway.submariner.io/status=active" TestNonGWNodeLabel = "test.submariner.io/non-gateway-node=true" + BasicTestLabel = "basic" ) type PatchFunc func(pt types.PatchType, payload []byte) error