From 1425db9789b60852ecc1c69bd8357a736da69fa7 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 25 Sep 2020 11:19:27 +0100 Subject: [PATCH] test/integration: move `krb5.conf` into `kerberos` This is not an integration test, but configuration. Signed-off-by: Tom Gundersen --- test/integration/koji.sh | 2 +- test/{integration => kerberos}/krb5-local.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{integration => kerberos}/krb5-local.conf (100%) diff --git a/test/integration/koji.sh b/test/integration/koji.sh index dada21452..7b60ccf80 100755 --- a/test/integration/koji.sh +++ b/test/integration/koji.sh @@ -48,7 +48,7 @@ sudo cp \ /tmp/osbuild-composer-koji-test/client.keytab \ /etc/osbuild-worker/client.keytab sudo cp \ - test/integration/krb5-local.conf \ + test/kerberos/krb5-local.conf \ /etc/krb5.conf.d/local greenprint "Adding generated CA cert for Koji" diff --git a/test/integration/krb5-local.conf b/test/kerberos/krb5-local.conf similarity index 100% rename from test/integration/krb5-local.conf rename to test/kerberos/krb5-local.conf