test: update test code to include ssl, s3cmd

This commit is contained in:
Luke McCrone
2024-02-20 22:08:15 -03:00
parent ab127c22df
commit 7c5e85cf7d
13 changed files with 338 additions and 226 deletions

View File

@@ -40,4 +40,6 @@ jobs:
aws configure set aws_region $AWS_REGION --profile versity
mkdir /tmp/gw
export WORKSPACE=$GITHUB_WORKSPACE
openssl genpkey -algorithm RSA -out versitygw.pem -pkeyopt rsa_keygen_bits:2048
openssl req -new -x509 -key versitygw.pem -out cert.pem -days 365 -subj "/C=US/ST=California/L=San Francisco/O=Versity/OU=Software/CN=versity.com"
./tests/run_all.sh