Sha256: 48db77eeb6af30716d78e5036f3851fbad8c42bfee496bfb9883e6ee22df6abb

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

@open_flow10
Feature: Enqueue

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.2 features/open_flow10/enqueue.feature
pio-0.30.1 features/open_flow10/enqueue.feature