Sha256: a2c2977770ca61b9701ebb5d0284019e69337189c3d0787e600a3317fcca9181

Contents?: true

Size: 434 Bytes

Versions: 4

Compression:

Stored size: 434 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::SetTransportSourcePort

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


Version data entries

4 entries across 4 versions & 1 rubygems

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