From dccab4ebbfcd81c7664868f20729f52263ed2428 Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Thu, 9 Apr 2015 16:50:27 +0900 Subject: [PATCH] Add exact match document. --- README.md | 1 + features/.nav | 1 + features/open_flow10/exact_match.feature | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49e14a48..584a2a19 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ supports the following packet formats: - [Packet Out](https://relishapp.com/trema/pio/docs/open-flow10/packet-out) - [Flow Mod](https://relishapp.com/trema/pio/docs/open-flow10/flow-mod) - [Port Status](https://relishapp.com/trema/pio/docs/open-flow10/port-status) + - [Exact Match](https://relishapp.com/trema/pio/docs/open-flow10/exact-match) - OpenFlow 1.3 - [Hello](https://relishapp.com/trema/pio/docs/open-flow13/hello) - [Echo Request](https://relishapp.com/trema/pio/docs/open-flow13/echo-request) diff --git a/features/.nav b/features/.nav index 4c045ae5..1c3ce328 100644 --- a/features/.nav +++ b/features/.nav @@ -13,6 +13,7 @@ - packet_out.feature - flow_mod.feature - port_status.feature + - exact_match.feature - open_flow13: - hello.feature - echo_request.feature diff --git a/features/open_flow10/exact_match.feature b/features/open_flow10/exact_match.feature index 927dadd2..a21b8430 100644 --- a/features/open_flow10/exact_match.feature +++ b/features/open_flow10/exact_match.feature @@ -1,5 +1,5 @@ -Feature: Pio::ExactMatch.new - Scenario: packet_in_arp_request.raw +Feature: Exact Match + Scenario: parse #1 When I create an exact match from "packet_in_arp_request.raw" And the message have the following fields and values: | field | value | @@ -17,7 +17,7 @@ Feature: Pio::ExactMatch.new | tp_src | 0 | | tp_dst | 0 | - Scenario: packet_in_cbench.raw (ARP request) + Scenario: parse #2 When I create an exact match from "packet_in_cbench.raw" And the message have the following fields and values: | field | value |