test: move run-koji-container.sh to test/

Move the run-koji-container.sh helper into the `test/` sub-directory.
It is mainly needed for testing together with the other test scripts.
This commit is contained in:
Christian Kellner 2020-09-28 14:27:33 +02:00 committed by Tom Gundersen
parent 05f1ecac8e
commit 660f0f2700
3 changed files with 4 additions and 4 deletions

View file

@ -47,7 +47,7 @@ and koji hub. This will also create the kerberos keytabs needed for
the koji builder to authorize itself to koji hub.
```sh
sudo ./run-koji-container.sh start
sudo test/run-koji-container.sh start
```
Koji web will now be running at: http://localhost:8080/koji/
@ -152,7 +152,7 @@ sudo podman exec -it org.osbuild.koji.kojid /bin/bash
Stopping the container:
```sh
sudo ./run-koji-container.sh stop
sudo test/run-koji-container.sh stop
```
Cleanup of kerberos tickets: