Sha256: 716e63c28a7cc5b7078c1ab66275e19110591afcb211481c96ec3ab46b2678a9
Contents?: true
Size: 1.24 KB
Versions: 8
Compression:
Stored size: 1.24 KB
Contents
Feature: Pio::PortStatus.read Scenario: port_status.raw Given a packet data file "port_status.raw" When I try to parse the file with "PortStatus" class Then it should finish successfully And the parsed data have the following field and value: | field | value | | class | Pio::PortStatus | | ofp_version | 1 | | message_type | 12 | | message_length | 64 | | transaction_id | 4 | | xid | 4 | | reason | delete | | desc.port_no | 65533 | | desc.hardware_address | 01:02:03:04:05:06 | | desc.name | foo | | desc.config | [:no_flood] | | desc.state | [:stp_forward, :stp_block] | | desc.curr | [:port_10mb_hd] | | desc.advertised | [:port_1gb_fd] | | desc.supported | [:port_autoneg] | | desc.peer | [:port_pause_asym] |
Version data entries
8 entries across 8 versions & 1 rubygems