From 06a2a2a3c858525cfce61626ae2353bf754dc4ab Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Tue, 26 Jul 2022 18:28:01 +0200 Subject: [PATCH] tests: switch from 9.0 to 9.1 repo overrides Related: rhbz#2060061 --- tests/verify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/verify.sh b/tests/verify.sh index 3510117..931e440 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -31,7 +31,7 @@ sed -ie 's/#SHA_CRYPT_MAX_ROUNDS 5000/SHA_CRYPT_MAX_ROUNDS 5000/' /etc/login.def # overriding osbuild-composer repo with nightly mkdir -p /etc/osbuild-composer/repositories -cp $SOURCE/test/files/rhel-90.json /etc/osbuild-composer/repositories/rhel-90.json +cp $SOURCE/test/files/rhel-91.json /etc/osbuild-composer/repositories/rhel-91.json # Make cockpit.socket and lorax-composer start systemctl start cockpit.socket