Sha256: 8c0605a01488c604b5d8dbafd0dd9799c758553bcc995e75d02d4a643db2a385

Contents?: true

Size: 482 Bytes

Versions: 2

Compression:

Stored size: 482 Bytes

Contents

@open_flow13
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   |                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_source_mac_address.feature
pio-0.29.0 features/open_flow13/set_source_mac_address.feature