Révision fa92e118
Pet rubocop
spec/classes/bridges_spec.rb | ||
---|---|---|
14 | 14 |
'lo' => {}, |
15 | 15 |
'br0' => {}, |
16 | 16 |
'br1-2' => {}, |
17 |
} },
|
|
17 |
} } |
|
18 | 18 |
) |
19 | 19 |
end |
20 | 20 |
|
... | ... | |
24 | 24 |
it { |
25 | 25 |
is_expected.to contain_nftables__rule('default_fwd-bridge_br0_br0').with( |
26 | 26 |
order: '08', |
27 |
content: 'iifname br0 oifname br0 accept',
|
|
27 |
content: 'iifname br0 oifname br0 accept' |
|
28 | 28 |
) |
29 | 29 |
} |
30 | 30 |
|
... | ... | |
32 | 32 |
it { |
33 | 33 |
is_expected.to contain_nftables__rule('default_fwd-bridge_br1_br1').with( |
34 | 34 |
order: '08', |
35 |
content: 'iifname br1 oifname br1 accept',
|
|
35 |
content: 'iifname br1 oifname br1 accept' |
|
36 | 36 |
) |
37 | 37 |
} |
38 | 38 |
end |
Formats disponibles : Unified diff