Sha256: 05cfe5d087271e4fca55d1fd985417ab8366e3454b0d0980f729f327842e5580
Contents?: true
Size: 692 Bytes
Versions: 5
Compression:
Stored size: 692 Bytes
Contents
@open_flow10 Feature: Pio::AggregateStats::Reply Scenario: read When I try to parse a file named "open_flow10/aggregate_stats_reply.raw" with "AggregateStats::Reply" class Then it should finish successfully And the message has the following fields and values: | field | value | | ofp_version | 1 | | message_type | 17 | | message_length | 36 | | transaction_id | 15 | | xid | 15 | | stats_type | :aggregate | | flags | 0 | | packet_count | 0 | | byte_count | 0 | | flow_count | 0 |
Version data entries
5 entries across 5 versions & 1 rubygems