Sha256: 203c31c123f9247978773eb6b01dfb9acdabe45ceebdffadcabd54036a56fb05

Contents?: true

Size: 1.93 KB

Versions: 4

Compression:

Stored size: 1.93 KB

Contents

Feature: Pio::ExactMatch
  Scenario: new (from ARP request Packet In)
    When I create an exact match from "open_flow10/packet_in_arp_request.raw"
    And the message has the following fields and values:
      | field                      |             value |
      | wildcards                  |                {} |
      | in_port                    |                 1 |
      | ether_source_address       | ac:5d:10:31:37:79 |
      | ether_destination_address  | ff:ff:ff:ff:ff:ff |
      | vlan_vid                   |             65535 |
      | vlan_priority              |                 0 |
      | ether_type                 |              2054 |
      | ip_tos                     |                 0 |
      | ip_protocol                |                 1 |
      | ip_source_address          |     192.168.2.254 |
      | ip_destination_address     |       192.168.2.5 |
      | transport_source_port      |                 0 |
      | transport_destination_port |                 0 |

  Scenario: new (from Cbench Packet In)
    When I create an exact match from "open_flow10/packet_in_cbench.raw"
    And the message has the following fields and values:
      | field                      |             value |
      | wildcards                  |                {} |
      | in_port                    |                 1 |
      | ether_source_address       | 00:00:00:00:00:01 |
      | ether_destination_address  | 80:00:00:00:00:01 |
      | vlan_vid                   |             65535 |
      | vlan_priority              |                 0 |
      | ether_type                 |              2048 |
      | ip_tos                     |                 0 |
      | ip_protocol                |               255 |
      | ip_source_address          |      192.168.0.40 |
      | ip_destination_address     |      192.168.1.40 |
      | transport_source_port      |             31256 |
      | transport_destination_port |             22635 |

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pio-0.27.1 features/open_flow10/exact_match.feature
pio-0.27.0 features/open_flow10/exact_match.feature
pio-0.26.0 features/open_flow10/exact_match.feature
pio-0.25.0 features/open_flow10/exact_match.feature