test/koji: move the koji test to schutzbot
The Koji test in Github actions was always a bit quick and dirty solution. I think it's much nicer solution to run it on Schutzbot. Therefore, this commit moves the koji_test.go to a new osbuild-koji-tests executable. This new test isn't run in the base test suite as one would anticipate but inside the koji.sh test. This is needed because osbuild-koji-tests requires a running koji instance. This might change in the future but I think it works for now.
This commit is contained in:
parent
2dc0ecec73
commit
073f9dc79a
8 changed files with 19 additions and 78 deletions
|
|
@ -69,6 +69,9 @@ greenprint "Show Koji task"
|
|||
koji --server=http://localhost:8080/kojihub taskinfo 1
|
||||
koji --server=http://localhost:8080/kojihub buildinfo 1
|
||||
|
||||
greenprint "Run the integration test"
|
||||
sudo /usr/libexec/osbuild-composer-test/osbuild-koji-tests
|
||||
|
||||
greenprint "Stopping containers"
|
||||
sudo /usr/libexec/osbuild-composer-test/run-koji-container.sh stop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue