Sha256: 47f689e5a8b8488d590471f85548b5e1c3eafc38fd029bad330dabf036aa4524

Contents?: true

Size: 492 Bytes

Versions: 2

Compression:

Stored size: 492 Bytes

Contents

@open_flow13
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   |                25 |
      | action_length |                16 |
      | mac_address   | 11:22:33:44:55:66 |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.0 features/open_flow13/set_destination_mac_address.feature
pio-0.29.0 features/open_flow13/set_destination_mac_address.feature