Sha256: e2da31d8b260ad330c9c88039e6deabbd618cbe3e29f7c0dd44e0992f1cd86b1
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
@open_flow13 Feature: Pio::SetArpSenderProtocolAddress Scenario: new('192.168.1.1') When I try to create an OpenFlow action with: """ Pio::SetArpSenderProtocolAddress.new('192.168.1.1') """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 25 | | action_length | 16 | | ip_address | 192.168.1.1 |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.0 | features/open_flow13/set_arp_sender_protocol_address.feature |
pio-0.29.0 | features/open_flow13/set_arp_sender_protocol_address.feature |