refactoring generic-test (#5628)

* rebasing

* Incorporated additional feedback, removed make test-generic from openshift-tests.sh as it runs test-integration
This commit is contained in:
Rodolfo Napoles
2022-04-28 15:50:04 -04:00
committed by GitHub
parent feb49607d4
commit f280a61b0d
3 changed files with 39 additions and 33 deletions

View File

@@ -17,7 +17,9 @@ cleanup_namespaces
make test-interactive
make test-e2e-devfile
make test-cmd-project
make test-generic
) |& tee "/tmp/${LOGFILE}"
RESULT=${PIPESTATUS[0]}
save_logs "${LOGFILE}" "Kubernetes Tests" ${RESULT}

View File

@@ -21,6 +21,7 @@ cleanup_namespaces
make test-cmd-project
make test-e2e-devfile
) |& tee "/tmp/${LOGFILE}"
RESULT=${PIPESTATUS[0]}
save_logs "${LOGFILE}" "OpenShift Tests" ${RESULT}