File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1111 {
1212 "operatingsystem" : " AlmaLinux" ,
1313 "operatingsystemrelease" : [
14- " 8"
14+ " 8" ,
15+ " 9"
1516 ]
1617 },
1718 {
1819 "operatingsystem" : " Rocky" ,
1920 "operatingsystemrelease" : [
20- " 8"
21+ " 8" ,
22+ " 9"
2123 ]
2224 },
2325 {
2426 "operatingsystem" : " RedHat" ,
2527 "operatingsystemrelease" : [
26- " 8"
28+ " 8" ,
29+ " 9"
2730 ]
2831 },
2932 {
3033 "operatingsystem" : " CentOS" ,
3134 "operatingsystemrelease" : [
32- " 8"
35+ " 8" ,
36+ " 9"
3337 ]
3438 },
3539 {
3640 "operatingsystem" : " OracleLinux" ,
3741 "operatingsystemrelease" : [
38- " 8"
42+ " 8" ,
43+ " 9"
3944 ]
4045 },
4146 {
4247 "operatingsystem" : " Scientific" ,
4348 "operatingsystemrelease" : [
44- " 8"
49+ " 8" ,
50+ " 9"
4551 ]
4652 },
4753 {
Original file line number Diff line number Diff line change 4545 its ( :stdout ) { is_expected . to match %r{flags: qr rd ra ad;} }
4646 end
4747
48- describe command ( 'dig +dnssec SOA dnssec-failed.org @localhost' ) do
48+ describe command ( 'dig +dnssec SOA servfail.nl @localhost' ) do
4949 its ( :stdout ) { is_expected . to match %r{status: SERVFAIL} }
5050 end
5151
52- describe command ( 'dig +dnssec +cd SOA dnssec-failed.org @localhost' ) do
52+ describe command ( 'dig +dnssec +cd SOA servfail.nl @localhost' ) do
5353 its ( :stdout ) { is_expected . to match %r{status: NOERROR} }
5454 end
5555 end
You can’t perform that action at this time.
0 commit comments