@@ -34,25 +34,19 @@ verify-manifests: manifests
3434E2E_REGISTRY_NAME =docker-registry
3535E2E_REGISTRY_NAMESPACE =operator-controller-e2e
3636export CLUSTER_REGISTRY_HOST := $(E2E_REGISTRY_NAME ) .$(E2E_REGISTRY_NAMESPACE ) .svc:5000
37- export REG_PKG_NAME := registry-operator
38- export E2E_TEST_CATALOG_V1 := e2e/test-catalog:v1
39- export E2E_TEST_CATALOG_V2 := e2e/test-catalog:v2
40- export CATALOG_IMG := $(CLUSTER_REGISTRY_HOST ) /$(E2E_TEST_CATALOG_V1 )
4137
42- # Order matters here, the ".../registries.conf" entry must be last.
4338export DOWNSTREAM_E2E_FLAGS := -count=1 -v
4439export DOWNSTREAM_GODOG_FLAGS := ~@mirrored-registry && ~@TLSProfile
4540.PHONY : test-e2e
4641test-e2e : # # Run the e2e tests.
47- $(DIR ) /operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE ) $(E2E_REGISTRY_NAME ) $( E2E_REGISTRY_IMAGE )
42+ $(DIR ) /operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE ) $(E2E_REGISTRY_NAME )
4843 cd $(DIR ) /../; \
49- LOCAL_REGISTRY_HOST=$$(oc get route $(E2E_REGISTRY_NAME ) -n $(E2E_REGISTRY_NAMESPACE ) -o jsonpath='{.spec.host}' ) \
5044 go test $(DOWNSTREAM_E2E_FLAGS ) ./test/e2e/features_test.go --godog.tags=" $( DOWNSTREAM_GODOG_FLAGS) " --k8s.cli=oc
5145
5246export DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS := -count=1 -v
5347.PHONY : test-experimental-e2e
5448test-experimental-e2e : # # Run the experimental e2e tests.
55- $(DIR ) /operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE ) $(E2E_REGISTRY_NAME ) $( E2E_REGISTRY_IMAGE )
49+ $(DIR ) /operator-controller/build-test-registry.sh $(E2E_REGISTRY_NAMESPACE ) $(E2E_REGISTRY_NAME )
5650 cd $(DIR ) /../; \
5751 go test $(DOWNSTREAM_EXPERIMENTAL_E2E_FLAGS ) ./test/experimental-e2e/...;
5852
0 commit comments