Sha256: 1afbf9196c6bddeaf7a7f299ba4b1af793a146cf35344f45d788e16b990165f1

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

@open_flow10
Feature: SetDestinationIpAddress

  Scenario: new('192.168.0.1')
    When I create an OpenFlow action with:
      """
      Pio::OpenFlow10::SetDestinationIpAddress.new('192.168.0.1')
      """
    Then 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

2 entries across 2 versions & 1 rubygems

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