Sha256: 858825a389f6999e96ac97f1761513722d65b6d74194013e1932c9e86565a6ac

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::SetVlanVid

  Scenario: new(1)
    When I try to create an OpenFlow action with:
      """
      Pio::OpenFlow10::SetVlanVid.new(1)
      """
    Then it should finish successfully
    And the action has the following fields and values:
      | field         | value |
      | action_type   |     1 |
      | action_length |     8 |
      | vlan_id       |     1 |


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pio-0.30.0 features/open_flow10/set_vlan_vid.feature
pio-0.29.0 features/open_flow10/set_vlan_vid.feature
pio-0.28.1 features/open_flow10/set_vlan_vid.feature
pio-0.28.0 features/open_flow10/set_vlan_vid.feature