test/integration: move koji-compose.py into tools
This is not an integration test in itself, but a helper tool. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
272332e5e8
commit
001c7f682a
2 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ greenprint "Creating Koji task"
|
|||
koji --server=http://localhost:8080/kojihub --user kojiadmin --password kojipass --authtype=password make-task image
|
||||
|
||||
greenprint "Pushing compose to Koji"
|
||||
sudo ./test/integration/koji-compose.py "${ID}-${VERSION_ID%.*}"
|
||||
sudo ./tools/koji-compose.py "${ID}-${VERSION_ID%.*}"
|
||||
|
||||
greenprint "Show Koji task"
|
||||
koji --server=http://localhost:8080/kojihub taskinfo 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue