Sha256: 9ea162c3733005fcd56564126c1a792b1a27e645985907f6fba8acfa57bba571

Contents?: true

Size: 484 Bytes

Versions: 3

Compression:

Stored size: 484 Bytes

Contents

@open_flow10
Feature: Pio::SetSourceMacAddress

  Scenario: new('11:22:33:44:55:66')
    When I try to create an OpenFlow action with:
      """
      Pio::SetSourceMacAddress.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   |                 4 |
      | 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_source_mac_address.feature
pio-0.29.0 features/open_flow10/set_source_mac_address.feature
pio-0.28.1 features/open_flow10/set_source_mac_address.feature