Skip to content

Commit

Permalink
Add "basic" test label constant
Browse files Browse the repository at this point in the history
Related to submariner-io/subctl#697

Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Oct 13, 2023
1 parent 2be02ea commit e8923e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8923e1

Please sign in to comment.