Jakub Rusz
4d28da3818
tests: remove --test=2 from compose_sanity
...
This ensures that after canceling a compose, the next one can be finished.
(cherry picked from commit 6924571d95
)
Related: rhbz#1789451
2020-04-20 13:18:38 +03:00
Jakub Rusz
06f09b2335
Add test for canceling a running compose
...
This is a modification of an existing test for compose sanity.
Cherry picked from 8c9f528cd4
Related: rhbz#1789451
2020-04-20 13:18:38 +03:00
Jiri Kortus
a8d7841bc1
[tests] Use a function to wait for compose to finish
...
The function is meant to replace the duplicate pieces of code used in various
tests, the polling interval is unified to 20 seconds.
Cherry-picked from 836f0ddf
Related: rhbz#1770193
2019-11-19 09:59:58 -08:00
Brian C. Lane
9d7fcc8642
tests: Drop sort from compose types test
...
The output from the API is already sorted, and 'sort' changes this
ordering in some situations.
Related: rhbz#1749802
2019-09-13 14:05:42 +03:00
Alexander Todorov
8734f662e9
Backport changes for Cockpit CI
...
Related: rhbz#1698366
2019-06-25 11:57:33 +03:00
Alexander Todorov
83707bfa06
Add new test to verify compose paths exist
...
because they are mentioned in the official documentation
Related: rhbz#1698366
2019-05-07 19:19:27 +03:00
Alexander Todorov
64baf7c147
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
Related: rhbz#1687595
2019-03-15 11:02:00 +02:00
Alexander Todorov
808454b561
On RHEL 7 compose info
is compose details
2018-12-20 10:55:04 +02:00
Alexander Todorov
f8137b94db
Backport cloud image tests from master
2018-12-20 10:55:04 +02:00