Sha256: 37cc961d9cd3714ff2773a1f9693e067008bc75de7ad02e62d63434a5e4a4cca
Contents?: true
Size: 416 Bytes
Versions: 4
Compression:
Stored size: 416 Bytes
Contents
@open_flow10 Feature: Pio::OpenFlow10::SetVlanPriority Scenario: new(1) When I try to create an OpenFlow action with: """ Pio::OpenFlow10::SetVlanPriority.new(1) """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 2 | | action_length | 8 | | vlan_priority | 1 |
Version data entries
4 entries across 4 versions & 1 rubygems