Sha256: f9499ab30db5ab43a055fccbf38dec1e94ebd4a2930e9907f6f178861756c9cd

Contents?: true

Size: 494 Bytes

Versions: 3

Compression:

Stored size: 494 Bytes

Contents

@open_flow10
Feature: Pio::SetDestinationMacAddress

  Scenario: new('11:22:33:44:55:66')
    When I try to create an OpenFlow action with:
      """
      Pio::SetDestinationMacAddress.new('11:22:33:44:55:66')
      """
    Then it should finish successfully
    And the action has the following fields and values:
      | field         |             value |
      | action_type   |                 5 |
      | action_length |                16 |
      | mac_address   | 11:22:33:44:55:66 |


Version data entries

3 entries across 3 versions & 1 rubygems

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