File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,8 @@ TF_VAR_auth_token=$(curl -s -X POST -H "$CONTENT_TYPE" -d \
134134 ${TF_VAR_coral_uri} /api-token-auth/ | jq -r ' .token' )
135135echo " Auth Token: $TF_VAR_auth_token "
136136
137- python -m venv venv
138- source venv/bin/active
139137pip install -r ${SCRIPT_DIR} /../../requirements.txt
140-
138+ pip install -r ${SCRIPT_DIR} /../../test-requirements.txt
141139pytest ${SCRIPT_DIR} /tofu_tests.py
142140
143141# Scrape prometheus metrics:
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ RESPONSE=$(curl -s -w "%{http_code}" -X POST -H "$AUTH_HEADER" -H "$CONTENT_TYPE
230230 }
231231 }
232232 }" \
233- http://$SITE :$PORT /consumer/create/ )
233+ http://$SITE :$PORT /consumer/create)
234234
235235if [ " $RESPONSE " -eq 204 ]; then
236236 echo " All tests completed."
You can’t perform that action at this time.
0 commit comments