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:
parent
05f1ecac8e
commit
660f0f2700
3 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ sudo podman build -t koji.hub -f container/hub/Dockerfile.${ID} .
|
|||
sudo podman build -t koji.builder -f container/builder/Dockerfile.${ID} .
|
||||
|
||||
greenprint "Starting containers"
|
||||
sudo ./run-koji-container.sh start
|
||||
sudo test/run-koji-container.sh start
|
||||
|
||||
greenprint "Print logs"
|
||||
sudo podman logs org.osbuild.koji.koji
|
||||
|
|
@ -71,7 +71,7 @@ greenprint "Stopping koji builder"
|
|||
sudo ./run-builder.sh stop
|
||||
|
||||
greenprint "Stopping containers"
|
||||
sudo ./run-koji-container.sh stop
|
||||
sudo test/run-koji-container.sh stop
|
||||
|
||||
greenprint "Removing generated CA cert"
|
||||
sudo rm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue