mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Reorganized test file directory structure (#5537)
* Rebased was required * Replicated changes to openshiftci related scripts to avoid test failure
This commit is contained in:
@@ -29,10 +29,12 @@ oc whoami
|
||||
# Integration tests
|
||||
make test-integration || error=true
|
||||
make test-integration-devfile || error=true
|
||||
make test-integration-interactive || error=true
|
||||
make test-cmd-login-logout || error=true
|
||||
make test-cmd-project || error=true
|
||||
|
||||
# Interactive tests
|
||||
make test-interactive || error=true
|
||||
|
||||
# E2e tests
|
||||
make test-e2e-all || error=true
|
||||
|
||||
|
||||
@@ -52,11 +52,14 @@ elif [ "${ARCH}" == "ppc64le" ]; then
|
||||
else
|
||||
# Integration tests
|
||||
make test-integration || error=true
|
||||
make test-integration-interactive || error=true
|
||||
make test-interactive || error=true
|
||||
make test-integration-devfile || error=true
|
||||
make test-cmd-login-logout || error=true
|
||||
make test-cmd-project || error=true
|
||||
|
||||
# Interactive tests
|
||||
make test-interactive || error=true
|
||||
|
||||
# E2e tests
|
||||
make test-e2e-all || error=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user