test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case.
@ 2017-08-16 19:33 Rami Rosen
  2017-08-17 10:13 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-08-16 19:33 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case.
  2017-08-16 19:33 [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case Rami Rosen
@ 2017-08-17 10:13 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-17 10:13 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dts

Thanks Rami, applied.

On 08/17/2017 03:33 AM, Rami Rosen wrote:
> 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@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-17  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16 19:33 [dts] [PATCH] test_plan cloud_filter: use correct action in Multiple cloud filters test case Rami Rosen
2017-08-17 10:13 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).