diff --git a/tests/travis/api_run.sh b/tests/travis/api_run.sh index 1cd727f00d..68e9f3f5fe 100644 --- a/tests/travis/api_run.sh +++ b/tests/travis/api_run.sh @@ -29,15 +29,13 @@ docker ps # run db auth api cases if [ "$1" = 'DB' ]; then pybot -v ip:$2 -v HARBOR_PASSWORD:Harbor12345 /home/travis/gopath/src/github.com/goharbor/harbor/tests/robot-cases/Group0-BAT/API_DB.robot -fi -# run ldap api cases -if [ "$1" = 'LDAP' ]; then +elif [ "$1" = 'LDAP' ]; then + # run ldap api cases pybot -v ip:$2 -v HARBOR_PASSWORD:Harbor12345 /home/travis/gopath/src/github.com/goharbor/harbor/tests/robot-cases/Group0-BAT/API_LDAP.robot +else + rc=999 fi - rc=$? -echo $rc - ## --------------------------------------------- Upload Harbor CI Logs ------------------------------------------- timestamp=$(date +%s) outfile="integration_logs_$timestamp$TRAVIS_COMMIT.tar.gz"