Sha256: 4c09bd76534e850a6d4cf0905e0166ce07d142bf587e41434fd36db6ceaec637
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
@open_flow13 Feature: Pio::SetMetadata Scenario: new(0x123) When I try to create an OpenFlow action with: """ Pio::SetMetadata.new(0x123) """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type | 25 | | action_length | 16 | | metadata.to_hex | 0x123 |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.0 | features/open_flow13/set_metadata.feature |