Sha256: 07ebceb65bf44237b02d2d684c764c75c47c9da4a660a40c644c3b4286a09fe0

Contents?: true

Size: 721 Bytes

Versions: 3

Compression:

Stored size: 721 Bytes

Contents

Feature: Pio::PacketIn.read
  Scenario: packet_in.raw
    Given a packet data file "packet_in.raw"
    When I try to parse the file with "PacketIn" class
    Then it should finish successfully
    And the parsed data have the following field and value:
    | field          |         value |
    | class          | Pio::PacketIn |
    | ofp_version    |             1 |
    | message_type   |            10 |
    | message_length |            78 |
    | transaction_id |             0 |
    | xid            |             0 |
    | buffer_id      |    4294967040 |
    | total_len      |            60 |
    | in_port        |             1 |
    | reason         |      no_match |
    | data.length    |            60 |

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pio-0.11.2 features/packet_in_read.feature
pio-0.11.1 features/packet_in_read.feature
pio-0.11.0 features/packet_in_read.feature