Skip to content

Commit

Permalink
Set credentials in STORAGE_URL for S3 func tests
Browse files Browse the repository at this point in the history
This sets the s3rver username and password for the
S3 functional testing jobs, required since we have
bumped s3rver version.
  • Loading branch information
tobias-urdin committed Jul 4, 2021
1 parent b51503a commit 520922b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-func-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ for storage in ${GNOCCHI_TEST_STORAGE_DRIVERS}; do
export PATH=$PWD/npm-s3rver/bin:$PATH
fi
eval $(pifpaf -e STORAGE run s3rver)
STORAGE_URL=s3://S3RVER:S3RVER@localhost:4568
;;
file)
STORAGE_URL=file://
Expand Down

0 comments on commit 520922b

Please sign in to comment.