Sha256: ef492fcf6ab806b0dba0757b7eff9aed653498765036ea2deda6488b26087314

Contents?: true

Size: 378 Bytes

Versions: 4

Compression:

Stored size: 378 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::StripVlanHeader

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


Version data entries

4 entries across 4 versions & 1 rubygems

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