File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 6161 {
6262 "operatingsystem" : " RedHat" ,
6363 "operatingsystemrelease" : [
64- " 8" ,
6564 " 9"
6665 ]
6766 },
6867 {
6968 "operatingsystem" : " CentOS" ,
7069 "operatingsystemrelease" : [
71- " 8" ,
7270 " 9"
7371 ]
7472 },
7573 {
7674 "operatingsystem" : " Debian" ,
7775 "operatingsystemrelease" : [
78- " 11" ,
7976 " 12"
8077 ]
8178 },
8279 {
8380 "operatingsystem" : " Ubuntu" ,
8481 "operatingsystemrelease" : [
85- " 20.04" ,
8682 " 22.04"
8783 ]
8884 },
10298 {
10399 "operatingsystem" : " AlmaLinux" ,
104100 "operatingsystemrelease" : [
105- " 8" ,
106101 " 9"
107102 ]
108103 }
Original file line number Diff line number Diff line change 1212 it { should contain_foreman_proxy__plugin__module ( 'ansible' ) }
1313
1414 case os
15- when 'debian-11 -x86_64'
15+ when 'debian-12 -x86_64'
1616 it { should contain_package ( 'python3-ansible-runner' ) . with_ensure ( 'installed' ) }
1717 it { should contain_package ( 'ansible-collection-theforeman-foreman' ) . with_ensure ( 'installed' ) }
18- when 'redhat-7 -x86_64'
18+ when 'redhat-9 -x86_64'
1919 it { should contain_package ( 'ansible-runner' ) . with_ensure ( 'installed' ) }
2020 it { should contain_package ( 'ansible-collection-theforeman-foreman' ) . with_ensure ( 'installed' ) }
2121 end
5959 it { should contain_class ( 'foreman_proxy::plugin::remote_execution::script' ) }
6060
6161 case os
62- when 'debian-10 -x86_64'
62+ when 'debian-12 -x86_64'
6363 it { should_not contain_apt__source ( 'ansible-runner' ) }
6464 it { should contain_package ( 'python3-ansible-runner' ) . with_ensure ( 'installed' ) }
65- when 'redhat-7 -x86_64'
65+ when 'redhat-9 -x86_64'
6666 it { should contain_package ( 'ansible-runner' ) . with_ensure ( 'installed' ) }
6767 end
6868
You can’t perform that action at this time.
0 commit comments