Sha256: c104afbd64f263cf0ca37d00dd74ddef347325db303b628532281e5b4baa771b

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 KB

Contents

@open_flow10
Feature: Pio::PacketOut
  Scenario: read
    When I try to parse a file named "open_flow10/packet_out.raw" with "PacketOut" class
    Then it should finish successfully
    And the message have the following fields and values:
    | field                     |                        value |
    | ofp_version               |                            1 |
    | message_type              |                           13 |
    | message_length            |                           88 |
    | transaction_id            |                           22 |
    | xid                       |                           22 |
    | buffer_id                 |                   4294967295 |
    | in_port                   |                        65535 |
    | actions.length            |                            1 |
    | actions.first.class       | Pio::OpenFlow10::SendOutPort |
    | actions.first.port_number |                            2 |
    | actions.first.max_len     |                        65535 |
    | raw_data.length           |                           64 |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pio-0.24.2 features/open_flow10/packet_out.feature
pio-0.24.1 features/open_flow10/packet_out.feature
pio-0.24.0 features/open_flow10/packet_out.feature