Sha256: bd117ce69ec63db552108901ad107702f99f15313f175e3a078aca5f8a406430

Contents?: true

Size: 480 Bytes

Versions: 4

Compression:

Stored size: 480 Bytes

Contents

@open_flow10
Feature: Pio::OpenFlow10::SetDestinationIpAddress

  Scenario: new('192.168.0.1')
    When I try to create an OpenFlow action with:
      """
      Pio::OpenFlow10::SetDestinationIpAddress.new('192.168.0.1')
      """
    Then it should finish successfully
    And the action has the following fields and values:
      | field         |       value |
      | action_type   |           7 |
      | action_length |           8 |
      | ip_address    | 192.168.0.1 |


Version data entries

4 entries across 4 versions & 1 rubygems

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