Enabling operator-test for Power. (#4653)

This commit is contained in:
Kandarpa Malipeddi
2021-04-29 04:34:06 +05:30
committed by GitHub
parent 1156a13b4e
commit 1d174c5285
2 changed files with 2 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ IMAGE_TEST_NAMESPACES="openjdk-11-rhel8 nodejs-12-rhel7 nodejs-12"
## Let developer user have access to the project
#oc adm policy add-role-to-user edit developer
#sh $SETUP_OPERATORS
sh $SETUP_OPERATORS
# OperatorHub setup complete
# Create the namespace for e2e image test apply pull secret to the namespace

View File

@@ -50,6 +50,7 @@ elif [ "${ARCH}" == "ppc64le" ]; then
make test-cmd-project
# E2e tests
make test-e2e-all
make test-operator-hub
else
# Integration tests
make test-integration || error=true