Sha256: 1d43960ba34c9af9977aefedd1e0ef494c45be8d5a41bd285aa1be34b6ba8af4

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

@open_flow13
Feature: Pio::SetArpOperation

  Scenario: new(Pio::Arp::Reply::OPERATION)
    When I try to create an OpenFlow action with:
      """
      Pio::SetArpOperation.new(Pio::Arp::Reply::OPERATION)
      """
    Then it should finish successfully
    And 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.0 features/open_flow13/set_arp_operation.feature
pio-0.29.0 features/open_flow13/set_arp_operation.feature