Sha256: 317359499c5041f0692c0eb919451d55e3c139b36a4d0fafc87df83b0b344c88

Contents?: true

Size: 899 Bytes

Versions: 3

Compression:

Stored size: 899 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 have 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 have the following fields and values:
      | field         |            value |
      | action_type   |                0 |
      | action_length |               16 |
      | port          |                1 |
      | max_length    |       :no_buffer |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pio-0.24.2 features/open_flow13/send_out_port.feature
pio-0.24.1 features/open_flow13/send_out_port.feature
pio-0.24.0 features/open_flow13/send_out_port.feature