Sha256: bbde97ea237173bf4adb9e0e362f891e2341fde4fab2870bc8724d22698e96b2

Contents?: true

Size: 616 Bytes

Versions: 1

Compression:

Stored size: 616 Bytes

Contents

@open_flow13
Feature: Pio::NiciraSendOutPort

  Scenario: new(:reg0)
    When I try to create an OpenFlow action with:
      """
      Pio::NiciraSendOutPort.new(:reg0)
      """
    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      |     15 |
      | offset                 |      0 |
      | source                 |  :reg0 |
      | max_length             |      0 |

    

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.30.0 features/open_flow13/nicira_send_out_port.feature