Skip to content

Commit

Permalink
Updated test-prow-e2e file to accommodate ceph
Browse files Browse the repository at this point in the history
Signed-off-by: Ankush Behl <cloudbehl@gmail.com>
  • Loading branch information
cloudbehl committed Nov 25, 2020
1 parent 81c9159 commit 0cf7b93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export DBUS_SESSION_BUS_ADDRESS

SCENARIO="${1:-e2e}"

if [ "$SCENARIO" != "login" ]; then
if [ "$SCENARIO" != "login" ] && ["$SCENARIO" != "ceph"] ; then
CHROME_VERSION=$(google-chrome --version) ./test-protractor.sh "$SCENARIO"
fi

Expand All @@ -47,4 +47,6 @@ elif [ "$SCENARIO" == "login" ]; then
./test-cypress.sh -p console -s 'tests/app/auth-multiuser-login.spec.ts' -h true
elif [ "$SCENARIO" == "olmFull" ]; then
./test-cypress.sh -p olm -h true
elif [ "$SCENARIO" == "ceph" ]; then
./test-cypress.sh -p ceph -h true
fi

0 comments on commit 0cf7b93

Please sign in to comment.