debian-forge-composer/internal/upload/koji
Ondřej Budai 4ebf6ee85b upload/koji: add a simple test
This commit adds a test which uploads a random file to Koji and runs CGImport.
The result is checked using the koji cli client.
2020-05-19 13:54:53 +02:00
..
koji.go upload/koji: return the CGImport result 2020-05-19 13:54:53 +02:00
koji_test.go upload/koji: add a simple test 2020-05-19 13:54:53 +02:00
README.md upload/koji: add a simple test 2020-05-19 13:54:53 +02:00
run-koji-container.sh upload/koji: add a simple test 2020-05-19 13:54:53 +02:00

How to run the Koji test

Firstly, you need to start the koji container:

sudo ./internal/upload/koji/run-koji-container.sh

This command starts a kojihub instance available at http://localhost:8080/kojihub . You can test that it started successfully by running:

koji --server=http://localhost:8080/kojihub --user=osbuild --password=osbuildpass --authtype=password hello

Now, you can run the koji test using:

go test -v -tags koji_test ./internal/upload/koji

The test is run on each PR in the Github CI. See .github/workflows/tests.yml for more details.