aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2023-09-25 15:11:07 +0200
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2023-10-10 08:12:36 -0700
commit362bbb8e49c43fc4d076d78db621c2580125bd1a (patch)
tree0a43cebf667c904687cc09d0e24a28e2435bdc67 /tests
parentc9de4140f6de72283701a6214e7cba128b730684 (diff)
downloadsos-362bbb8e49c43fc4d076d78db621c2580125bd1a.tar.gz
[cirrus] bump foreman versions
Bump tested foreman versions - use current latest (3.7) on Ubuntu and CentOS and previous 3.5 and 3.3 to match supported Satellite versions. This requires enabling proper module streams for foreman-3.3 as well. Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_data/foreman_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_data/foreman_setup.sh b/tests/test_data/foreman_setup.sh
index 4d869865..778ee73d 100755
--- a/tests/test_data/foreman_setup.sh
+++ b/tests/test_data/foreman_setup.sh
@@ -10,7 +10,7 @@ if grep -iq centos /etc/os-release; then
else
dnf -y install https://yum.puppet.com/puppet6-release-el-8.noarch.rpm
dnf -y install https://yum.theforeman.org/releases/$FOREMAN_VER/el8/x86_64/foreman-release.rpm
- dnf -y module enable ruby:2.7
+ dnf -y module enable ruby:2.7 postgresql:12 foreman:el8
fi
dnf -y install foreman-installer && SUCCESS=1
elif grep -iq debian /etc/os-release; then