Sha256: 39c3aa6fe679b9218318ee4308b1babac8089695fa1f894e7f75c68f9ffd00b8

Contents?: true

Size: 897 Bytes

Versions: 1

Compression:

Stored size: 897 Bytes

Contents

@open_flow13
Feature: Pio::SendOutPort
  Scenario: new(1)
    When I try to create an OpenFlow action with:
      """
      Pio::SendOutPort.new(1)
      """
    Then it should finish successfully
    And the message has the following fields and values:
      | field         |            value |
      | action_type   |                0 |
      | action_length |               16 |
      | port          |                1 |
      | max_length    |       :no_buffer |

  Scenario: read
    When I try to parse a file named "open_flow13/send_out_port.raw" with "Pio::SendOutPort" class
    Then it should finish successfully
    And the message has the following fields and values:
      | field         |            value |
      | action_type   |                0 |
      | action_length |               16 |
      | port          |                1 |
      | max_length    |       :no_buffer |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.25.0 features/open_flow13/send_out_port.feature