Sha256: 2cc46d22d22b6f19ff62702fbe083839e674c10a631ad16c4f36d99ca6b6ebc7

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

@open_flow10
Feature: VendorAction

  Scenario: new(1)
    When I create an OpenFlow action with:
      """
      Pio::OpenFlow10::VendorAction.new(1)
      """
    Then the action has the following fields and values:
      | field              |  value |
      | action_type.to_hex | 0xffff |
      | length             |      8 |
      | vendor             |      1 |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.2 features/open_flow10/vendor_action.feature
pio-0.30.1 features/open_flow10/vendor_action.feature