From e835c34678e69b2f07341d7988b604aa4ac83952 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 25 Sep 2020 11:19:27 +0100 Subject: [PATCH] test/integration: move composer configuration into `composer` This is not an integration test, but configuration. Signed-off-by: Tom Gundersen --- schutzbot/deploy.sh | 2 +- test/{integration => composer}/osbuild-composer.toml | 0 test/{integration => composer}/osbuild-worker.toml | 0 test/integration/koji.sh | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename test/{integration => composer}/osbuild-composer.toml (100%) rename test/{integration => composer}/osbuild-worker.toml (100%) diff --git a/schutzbot/deploy.sh b/schutzbot/deploy.sh index 843ecf01a..82074e580 100755 --- a/schutzbot/deploy.sh +++ b/schutzbot/deploy.sh @@ -78,7 +78,7 @@ fi greenprint "Copying custom composer config" # Remote worker needs this sudo mkdir -p /etc/osbuild-composer -sudo cp test/integration/osbuild-composer.toml \ +sudo cp test/composer/osbuild-composer.toml \ /etc/osbuild-composer/ greenprint "Copying pre-generated SSL certificates" diff --git a/test/integration/osbuild-composer.toml b/test/composer/osbuild-composer.toml similarity index 100% rename from test/integration/osbuild-composer.toml rename to test/composer/osbuild-composer.toml diff --git a/test/integration/osbuild-worker.toml b/test/composer/osbuild-worker.toml similarity index 100% rename from test/integration/osbuild-worker.toml rename to test/composer/osbuild-worker.toml diff --git a/test/integration/koji.sh b/test/integration/koji.sh index 7b60ccf80..20e949ad6 100755 --- a/test/integration/koji.sh +++ b/test/integration/koji.sh @@ -37,7 +37,7 @@ sudo ./internal/upload/koji/run-koji-container.sh start greenprint "Copying custom worker config" sudo mkdir -p /etc/osbuild-worker -sudo cp test/integration/osbuild-worker.toml \ +sudo cp test/composer/osbuild-worker.toml \ /etc/osbuild-worker/ greenprint "Adding kerberos config"