Sha256: 9a4a56990104bbb6cbea343d8e31f05d2035dd833cf6db1185a00c8306ad488c
Contents?: true
Size: 547 Bytes
Versions: 7
Compression:
Stored size: 547 Bytes
Contents
Feature: Pio::StatsRequest Background: Given I use OpenFlow 1.3 @wip Scenario: new When I try to create an OpenFlow message with: """ Pio::StatsRequest.new(stats_type: :table) """ Then it should finish successfully And the message has the following fields and values: | field | value | | ofp_version | 4 | | message_type | 16 | | message_length | 12 | | transaction_id | 0 | | xid | 0 | | stats_type | :table |
Version data entries
7 entries across 7 versions & 1 rubygems