Sha256: 6a06d5300e1cd35be54c7861c7423b8d67efaa0d03c905200077010654682a3d

Contents?: true

Size: 999 Bytes

Versions: 4

Compression:

Stored size: 999 Bytes

Contents

Feature: Pio::PacketOut.read
  Scenario: packet_out.raw
    Given a packet data file "packet_out.raw"
    When I try to parse the file with "PacketOut" class
    Then it should finish successfully
    And the parsed data have the following field and value:
    | field                     |            value |
    | class                     |   Pio::PacketOut |
    | 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::SendOutPort |
    | actions.first.port_number |                2 |
    | actions.first.max_len     |            65535 |
    | raw_data.length           |               64 |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pio-0.18.2 features/packet_out_read.feature
pio-0.18.1 features/packet_out_read.feature
pio-0.18.0 features/packet_out_read.feature
pio-0.17.0 features/packet_out_read.feature