cli
cli copied to clipboard
CLI-1307| Integration tests
Motivation Integration tests that will execute on ubuntu that will simulate how user uses acli on ubuntu
Proposed changes Integration tests added in
Alternatives considered
Testing steps
- Follow the contribution guide to set up your development environment or download a pre-built acli.phar for this PR.
- Clear the kernel cache to pick up new and changed commands:
./bin/acli ckc
- (add specific steps for this pr)
- install python3
- on macos
rm ~/.acquia/cloud_api.conf
- on linux
rm /root/.config/acquia/cloud_api.conf
- export APPLICATION_UUID="appuuid"
- export APPLICATION_NAME="appname"
- export ACLI_AUTH_TOKEN="authtoken"
- export ACLI_AUTH_SECRET="authsecret"
- Run
python3 -m unittest discover -s tests/integration/testcases
in the cli directory