Projet

Général

Profil

Révision 61f03b47

ID61f03b478ce5657ec83272d1b3750cd7464a080a
Parent e53053ce
Enfant a5f5fb12

Ajouté par Steve Traylen il y a plus de 4 ans

Switch $order$fragmenta/b to $order-$fragment-a/b

Voir les différences:

spec/classes/bridges_spec.rb
29 29
        is_expected.to contain_concat__fragment('nftables-inet-filter-chain-default_fwd-rule-bridge_br0_br0').with(
30 30
          target:  'nftables-inet-filter-chain-default_fwd',
31 31
          content: %r{^  iifname br0 oifname br0 accept$},
32
          order:   '08nftables-inet-filter-chain-default_fwd-rule-bridge_br0_br0b',
32
          order:   '08-nftables-inet-filter-chain-default_fwd-rule-bridge_br0_br0-b',
33 33
        )
34 34
      }
35 35
      it {
36 36
        is_expected.to contain_concat__fragment('nftables-inet-filter-chain-default_fwd-rule-bridge_br1_br1').with(
37 37
          target:  'nftables-inet-filter-chain-default_fwd',
38 38
          content: %r{^  iifname br1 oifname br1 accept$},
39
          order:   '08nftables-inet-filter-chain-default_fwd-rule-bridge_br1_br1b',
39
          order:   '08-nftables-inet-filter-chain-default_fwd-rule-bridge_br1_br1-b',
40 40
        )
41 41
      }
42 42
      it { is_expected.not_to contain_concat__fragment('nftables-inet-filter-chain-default_fwd-bridge_br0_br1') }

Formats disponibles : Unified diff