add tests
This commit is contained in:

committed by
Markus Mäkelä

parent
dbfd631fed
commit
8c6ca38a8a
4
maxscale-system-test/install_aws_tool.sh
Executable file
4
maxscale-system-test/install_aws_tool.sh
Executable file
@ -0,0 +1,4 @@
|
||||
sudo yum install -y curl unzip
|
||||
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
|
||||
unzip awscli-bundle.zip
|
||||
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
|
Reference in New Issue
Block a user