Sha256: 6a9e458779fb8644629fcc7713d18594f2f3304acfa210ffb20edac4c843c047

Contents?: true

Size: 1.06 KB

Versions: 1

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 has 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

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.25.0 features/open_flow10/packet_out.feature