Sha256: 43963cd5d0e3021673f807388473a9daae207a15d687c206329fe7f528c0b880

Contents?: true

Size: 669 Bytes

Versions: 2

Compression:

Stored size: 669 Bytes

Contents

Feature: NiciraResubmitTable

  Scenario: new(in_port: 1, table: 1)
    When I create an OpenFlow action with:
      """
      Pio::NiciraResubmitTable.new(in_port: 1, table: 1)
      """
    Then the action has the following fields and values:
      | field              |  value |
      | in_port            |      1 |
      | table              |      1 |

  Scenario: new(in_port: 1)
    When I create an OpenFlow action with:
      """
      Pio::NiciraResubmitTable.new(in_port: 1)
      """
    Then the action has the following fields and values:
      | field              |  value |
      | in_port            |      1 |
      | table.to_hex       |   0xff |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.2 features/open_flow/nicira_resubmit_table.feature
pio-0.30.1 features/open_flow/nicira_resubmit_table.feature