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

Version Path
pio-0.30.0 features/open_flow13/stats_request.feature
pio-0.29.0 features/open_flow13/stats_request.feature
pio-0.28.1 features/open_flow13/stats_request.feature
pio-0.28.0 features/open_flow13/stats_request.feature
pio-0.27.2 features/open_flow13/stats_request.feature
pio-0.27.1 features/open_flow13/stats_request.feature
pio-0.27.0 features/open_flow13/stats_request.feature