Sha256: bd25699693c5c70821b28058b32cab7ea4f261e48e0058f7575f6fada7fab610

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

@open_flow13
Feature: SetArpOperation

  Scenario: new(Pio::Arp::Reply::OPERATION)
    When I create an OpenFlow action with:
      """
      Pio::SetArpOperation.new(Pio::Arp::Reply.operation)
      """
    Then the action has the following fields and values:
      | field         | value |
      | action_type   |    25 |
      | action_length |    16 |
      | operation     |     2 |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.2 features/open_flow13/set_arp_operation.feature
pio-0.30.1 features/open_flow13/set_arp_operation.feature