diff --git a/bin/ssa-end-to-end-testing/smoke-test-runner/entrypoint.sh b/bin/ssa-end-to-end-testing/smoke-test-runner/entrypoint.sh index 1826a8470f..ffa60c9126 100644 --- a/bin/ssa-end-to-end-testing/smoke-test-runner/entrypoint.sh +++ b/bin/ssa-end-to-end-testing/smoke-test-runner/entrypoint.sh @@ -2,7 +2,7 @@ export VAULT_TOKEN=`cat /vault/.vault-token` -SCLOUD_TOKEN=$(vault read -format json $SMOKETEST_VAULT_READ_PATH --tenant=$TENANT | jq -r '.data.token') +SCLOUD_TOKEN=$(vault read -format json $SMOKETEST_VAULT_READ_PATH tenant=$TENANT | jq -r '.data.token') git clone https://github.com/splunk/security_content.git && cd security_content && git checkout $SRCBRANCH @@ -10,4 +10,4 @@ cd bin/ssa-end-to-end-testing virtualenv -p python3 smoketest && source smoketest/bin/activate && pip3 install -r requirements.txt -python run_ssa_smoketest.py -t $SCLOUD_TOKEN -e $DSP_ENV -s $TENANT \ No newline at end of file +python run_ssa_smoketest.py -t $SCLOUD_TOKEN -e $DSP_ENV -s $TENANT -b $SRCBRANCH \ No newline at end of file