File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 3131 {
3232 "operatingsystem" : " RedHat" ,
3333 "operatingsystemrelease" : [
34- " 7" ,
3534 " 8"
3635 ]
3736 },
3837 {
3938 "operatingsystem" : " CentOS" ,
4039 "operatingsystemrelease" : [
41- " 7" ,
42- " 8"
43- ]
44- },
45- {
46- "operatingsystem" : " Scientific" ,
47- "operatingsystemrelease" : [
48- " 7" ,
4940 " 8"
5041 ]
5142 }
Original file line number Diff line number Diff line change 22
33describe 'certs::qpid' do
44 on_supported_os . each do |os , os_facts |
5- context "on #{ os } " , if : os_facts [ :operatingsystemmajrelease ] == '7' do
5+ context "on #{ os } " do
66 let :facts do
77 os_facts
88 end
Original file line number Diff line number Diff line change 11require 'voxpupuli/acceptance/spec_helper_acceptance'
22
3- ENV [ 'BEAKER_setfile' ] ||= 'centos7 -64{hostname=centos7 -64.example.com}'
3+ ENV [ 'BEAKER_setfile' ] ||= 'centos8 -64{hostname=centos8 -64.example.com}'
44
55configure_beaker ( modules : :fixtures ) do |host |
66 if fact_on ( host , 'os.family' ) == 'RedHat'
You can’t perform that action at this time.
0 commit comments