Alexander Todorov
1053c7477e
Allow overriding $CLI outside test scripts
...
this will allow you to test against installed RPM like so:
# export CLI="/usr/bin/composer-cli"
# make test_images
If you already have lorax-composer running then you can directly
execute test scripts:
# ./tests/cli/test_build_and_deploy_aws.sh
(cherry picked from commit 85dfbd7911
)
2019-05-03 13:59:51 -07:00
Jiri Kortus
57be7313c4
Make sure compose build tests run with SELinux in enforcing mode
2019-02-06 18:54:16 +01:00
Alexander Todorov
6563a33f63
tests: remove a debugging command
2018-12-08 02:31:06 +02:00
Alexander Todorov
16260c1569
Use a temporary dir for ssh keys during testing
...
resolves path problems with sudo, we already have the same change
in the AWS test script.
2018-12-06 22:15:49 +02:00
Alexander Todorov
59050df710
Update V_DATASTORE b/c defaults appear to have been changed
2018-12-06 22:15:49 +02:00
Alexander Todorov
e0c8cdc5a8
Clone pyvmomi samples in the correct directory
2018-12-06 22:15:49 +02:00
Alexander Todorov
8f430be2a6
Use full path when pushing toml files during testing
2018-12-06 22:15:49 +02:00
Alexander Todorov
6005f98123
Fix typos in VM_NAME and cleanup command
2018-11-09 10:25:26 +02:00
Alexander Todorov
9906ad6da3
new test: build and deploy images on vSphere
2018-11-08 10:33:20 +02:00