Sha256: 8be6fafa2f213c146f19d5627761f76c5a5fc18d618d20bd9abee932a637dc3f
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
@open_flow13 Feature: Pio::NiciraRegMove Scenario: new(from: :arp_sender_hardware_address, to: :arp_target_hardware_address) When I try to create an OpenFlow action with: """ Pio::NiciraRegMove.new(from: :arp_sender_hardware_address, to: :arp_target_hardware_address) """ Then it should finish successfully And the action has the following fields and values: | field | value | | action_type.to_hex | 0xffff | | action_length | 24 | | experimenter_id.to_hex | 0x2320 | | experimenter_type | 6 | | from | :arp_sender_hardware_address | | source_oxm_field | 24 | | source_oxm_length | 6 | | to | :arp_target_hardware_address | | destination_oxm_field | 25 | | destination_oxm_length | 6 |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.29.0 | features/open_flow13/nicira_reg_move.feature |