Sha256: af312932fb32b2b6123cdf99b2253b49c83eb51555d9b327dc1b2dc7b733a3c3

Contents?: true

Size: 944 Bytes

Versions: 9

Compression:

Stored size: 944 Bytes

Contents

@open_flow13
Feature: Pio::Meter
  Scenario: new(1)
    When I try to create an OpenFlow instruction with:
    """
    Pio::Meter.new(1)
    """
    Then it should finish successfully
    And the message has the following fields and values:
    | field              |      value |
    | class              | Pio::Meter |
    | instruction_type   |          6 |
    | instruction_length |          8 |
    | to_binary_s.length |          8 |
    | meter_id           |          1 |

  Scenario: read
    When I try to parse a file named "open_flow13/instruction_meter.raw" with "Pio::Meter" class
    Then it should finish successfully
    And the message has the following fields and values:
      | field              |      value |
      | class              | Pio::Meter |
      | instruction_type   |          6 |
      | instruction_length |          8 |
      | to_binary_s.length |          8 |
      | meter_id           |          1 |

Version data entries

9 entries across 9 versions & 1 rubygems

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