Sha256: 64efc013e743a9b31a8ae96fa045b010b136e08087923e67c5afef5dff0c726b
Contents?: true
Size: 498 Bytes
Versions: 2
Compression:
Stored size: 498 Bytes
Contents
@open_flow13 Feature: Pio::SetArpSenderHardwareAddress Scenario: new('00:00:de:ad:be:ef') When I try to create an OpenFlow action with: """ Pio::SetArpSenderHardwareAddress.new('00:00:de:ad:be:ef') """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 25 | | action_length | 16 | | mac_address | 00:00:de:ad:be:ef |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.0 | features/open_flow13/set_arp_sender_hardware_address.feature |
pio-0.29.0 | features/open_flow13/set_arp_sender_hardware_address.feature |