[dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case.

Rami Rosen rami.rosen at intel.com
Wed Aug 16 21:33:05 CEST 2017


In Multiple cloud filter rules test case, in cloud filter
test plan, in the description of the 
second rule, we have: "Action 3 mean packet will be redirected 
to queue 3.".However, in the command line that immediately follows,
"action 0" is used, instead of "action 3". This patch fixes this 
error.

Signed-off-by: Rami Rosen <rami.rosen at intel.com>
---
 test_plans/cloud_filter_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/cloud_filter_test_plan.rst b/test_plans/cloud_filter_test_plan.rst
index 24feda431f00..500e13174f57 100644
--- a/test_plans/cloud_filter_test_plan.rst
+++ b/test_plans/cloud_filter_test_plan.rst
@@ -255,7 +255,7 @@ Test case: Multiple cloud filter rules
 
       ethtool -N $PF_INTF flow-type ether dst 00:00:00:00:00:00 m \
       ff:ff:ff:ff:ff:ff src 00:00:00:00:10:00 m 00:00:00:00:00:00 \
-      vlan 2 user-def 0xffffffff00000000 action 0 loc 2
+      vlan 2 user-def 0xffffffff00000000 action 3 loc 2
 
 3. Dump cloud filter rules::
 
-- 
2.11.0



More information about the dts mailing list