Sha256: 3d55378f974d4082428118f608238c874b5e136941aa1082202af315e8e3b8a1
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
@open_flow10 Feature: SetVlanPriority Scenario: new(1) When I create an OpenFlow action with: """ Pio::OpenFlow10::SetVlanPriority.new(1) """ Then the action has the following fields and values: | field | value | | action_type | 2 | | action_length | 8 | | vlan_priority | 1 |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | features/open_flow10/set_vlan_priority.feature |
pio-0.30.1 | features/open_flow10/set_vlan_priority.feature |