Sha256: aaf1be40cca70e332629085b04f95ea306060158aed31105d52d3088e4bb2752
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
@open_flow10 Feature: Pio::OpenFlow10::SetTransportDestinationPort Scenario: new(100) When I try to create an OpenFlow action with: """ Pio::OpenFlow10::SetTransportDestinationPort.new(100) """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 10 | | action_length | 8 | | port | 100 |
Version data entries
4 entries across 4 versions & 1 rubygems