Sha256: f1d9919ea6527a3e26132cc7e05f07cd5ec5a5087f7d9f494651826afd778a8e

Contents?: true

Size: 424 Bytes

Versions: 4

Compression:

Stored size: 424 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::SetTos

  Scenario: new(0b11111100)
    When I try to create an OpenFlow action with:
      """
      Pio::OpenFlow10::SetTos.new(0b11111100)
      """
    Then it should finish successfully
    And the action has the following fields and values:
      | field           | value |
      | action_type     |     8 |
      | action_length   |     8 |
      | type_of_service |   252 |


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pio-0.30.0 features/open_flow10/set_tos.feature
pio-0.29.0 features/open_flow10/set_tos.feature
pio-0.28.1 features/open_flow10/set_tos.feature
pio-0.28.0 features/open_flow10/set_tos.feature