Sha256: 44d5b2c5f3e6343f3f8fcd1a9de31b642fb47442294ef622b0d1f82b2d34af8d
Contents?: true
Size: 1000 Bytes
Versions: 10
Compression:
Stored size: 1000 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 | | data.length | 64 |
Version data entries
10 entries across 10 versions & 1 rubygems