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