Skip to content

Commit b86c698

Browse files
committed
Add tests for vlan tagged bonds above 1000, but less than 4000
1 parent 4cbf309 commit b86c698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/unit/provider/network_config/redhat_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ def fixture_data(file)
3030
valid_files = %w[ifcfg-bond0 ifcfg-bond1 ifcfg-eth0 ifcfg-eth1 ifcfg-eth2
3131
ifcfg-eth3 ifcfg-vlan100 ifcfg-vlan100:0 ifcfg-vlan200
3232
ifcfg-vlan300 ifcfg-vlan400 ifcfg-vlan500 ifcfg-eth0.0
33-
ifcfg-eth0.1 ifcfg-eth0.4095 ifcfg-eth0:10000000]
33+
ifcfg-eth0.1 ifcfg-eth0.4095 ifcfg-eth0:10000000
34+
ifcfg-bond1.1001]
3435

3536
invalid_files = %w[.ifcfg-bond0.swp ifcfg-bond1~ ifcfg-vlan500.bak
3637
ifcfg-eth0.4096]

0 commit comments

Comments
 (0)