Sha256: 87c65a7f315b374faac71a7a3477939705235aa40235996d1c935a52e25086c6
Contents?: true
Size: 348 Bytes
Versions: 2
Compression:
Stored size: 348 Bytes
Contents
@open_flow13 Feature: SetMetadata Scenario: new(0x123) When I create an OpenFlow action with: """ Pio::SetMetadata.new(0x123) """ Then the action has the following fields and values: | field | value | | action_type | 25 | | action_length | 16 | | metadata.to_hex | 0x123 |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | features/open_flow13/set_metadata.feature |
pio-0.30.1 | features/open_flow13/set_metadata.feature |