Skip to content

Commit bd2bbb1

Browse files
test: addded e2e tests for filter copying
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent ff11e4e commit bd2bbb1

File tree

7 files changed

+1107
-0
lines changed

7 files changed

+1107
-0
lines changed

test/e2e/constants.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ const (
2323
TCP_ROUTE_BASIC_PATH = "./testdata/tcproute-basic.yml"
2424
TCP_ROUTE_BASIC_ROLLOUT_PATH = "./testdata/single-tcproute-rollout.yml"
2525

26+
// HTTP Route filter test paths
27+
HTTP_ROUTE_FILTERS_PATH = "./testdata/httproute-filters.yml"
28+
HTTP_ROUTE_FILTERS_ROLLOUT_PATH = "./testdata/single-httproute-filters-rollout.yml"
29+
30+
// GRPC Route filter test paths
31+
GRPC_ROUTE_FILTERS_PATH = "./testdata/grpcroute-filters.yml"
32+
GRPC_ROUTE_FILTERS_ROLLOUT_PATH = "./testdata/single-grpcroute-filters-rollout.yml"
33+
2634
ROLLOUT_TEMPLATE_CONTAINERS_FIELD = "spec.template.spec.containers"
2735
ROLLOUT_TEMPLATE_FIRST_CONTAINER_FIELD = "spec.template.spec.containers.0"
2836
NEW_IMAGE_FIELD_VALUE = "argoproj/rollouts-demo:green"

0 commit comments

Comments
 (0)