Sha256: feab8b25f51fa21ce33770d8716d8e82e42c46ea6a3bdad0f38ba1b5ea48e4c6

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::Enqueue

  Scenario: new(port: 1, queue_id: 2)
    When I try to create an OpenFlow action with:
      """
      Pio::OpenFlow10::Enqueue.new(port: 1, queue_id: 2)
      """
    Then it should finish successfully
    And the action has the following fields and values:
      | field         | value |
      | action_type   |    11 |
      | action_length |    16 |
      | port          |     1 |
      | queue_id      |     2 |


Version data entries

4 entries across 4 versions & 1 rubygems

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