Sha256: c820714d9c90ffd2bf42fcf3621b8d62a631ffe0b92d01cb6d3a03b2b2be84e7
Contents?: true
Size: 372 Bytes
Versions: 2
Compression:
Stored size: 372 Bytes
Contents
@open_flow10 Feature: SetTransportSourcePort Scenario: new(100) When I create an OpenFlow action with: """ Pio::OpenFlow10::SetTransportSourcePort.new(100) """ Then the action has the following fields and values: | field | value | | action_type | 9 | | action_length | 8 | | port | 100 |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | features/open_flow10/set_transport_source_port.feature |
pio-0.30.1 | features/open_flow10/set_transport_source_port.feature |