File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11
11
{
12
12
"operatingsystem" : " AlmaLinux" ,
13
13
"operatingsystemrelease" : [
14
- " 8"
14
+ " 8" ,
15
+ " 9"
15
16
]
16
17
},
17
18
{
18
19
"operatingsystem" : " Rocky" ,
19
20
"operatingsystemrelease" : [
20
- " 8"
21
+ " 8" ,
22
+ " 9"
21
23
]
22
24
},
23
25
{
24
26
"operatingsystem" : " RedHat" ,
25
27
"operatingsystemrelease" : [
26
- " 8"
28
+ " 8" ,
29
+ " 9"
27
30
]
28
31
},
29
32
{
30
33
"operatingsystem" : " CentOS" ,
31
34
"operatingsystemrelease" : [
32
- " 8"
35
+ " 8" ,
36
+ " 9"
33
37
]
34
38
},
35
39
{
36
40
"operatingsystem" : " OracleLinux" ,
37
41
"operatingsystemrelease" : [
38
- " 8"
42
+ " 8" ,
43
+ " 9"
39
44
]
40
45
},
41
46
{
42
47
"operatingsystem" : " Scientific" ,
43
48
"operatingsystemrelease" : [
44
- " 8"
49
+ " 8" ,
50
+ " 9"
45
51
]
46
52
},
47
53
{
Original file line number Diff line number Diff line change 45
45
its ( :stdout ) { is_expected . to match %r{flags: qr rd ra ad;} }
46
46
end
47
47
48
- describe command ( 'dig +dnssec SOA dnssec-failed.org @localhost' ) do
48
+ describe command ( 'dig +dnssec SOA servfail.nl @localhost' ) do
49
49
its ( :stdout ) { is_expected . to match %r{status: SERVFAIL} }
50
50
end
51
51
52
- describe command ( 'dig +dnssec +cd SOA dnssec-failed.org @localhost' ) do
52
+ describe command ( 'dig +dnssec +cd SOA servfail.nl @localhost' ) do
53
53
its ( :stdout ) { is_expected . to match %r{status: NOERROR} }
54
54
end
55
55
end
You can’t perform that action at this time.
0 commit comments