From: Nannan Lu <nannan.lu@intel.com>
To: dts@dpdk.org
Cc: Nannan Lu <nannan.lu@intel.com>
Subject: [dts] [PATCH V1] test_plans/cvl_dcf_switch_filter_test_plan.rst: Remove actions vf id 0 test case
Date: Fri, 24 Jul 2020 14:03:39 +0000 [thread overview]
Message-ID: <1595599419-346065-1-git-send-email-nannan.lu@intel.com> (raw)
Remove actions vf id 0 test case, since the datapath has been enabled for dcf,
so dcf can receive packet now.
Signed-off-by: Nannan Lu <nannan.lu@intel.com>
---
test_plans/cvl_dcf_switch_filter_test_plan.rst | 30 ++++++--------------------
1 file changed, 7 insertions(+), 23 deletions(-)
diff --git a/test_plans/cvl_dcf_switch_filter_test_plan.rst b/test_plans/cvl_dcf_switch_filter_test_plan.rst
index 9d415f7..72c37d7 100644
--- a/test_plans/cvl_dcf_switch_filter_test_plan.rst
+++ b/test_plans/cvl_dcf_switch_filter_test_plan.rst
@@ -2030,23 +2030,7 @@ Test case: MAC_IPV6_NAT-T-ESP
Test case: negative cases
=========================
-Subcase 1: actions vf id 0
---------------------------
-
-1. action to vf 0, the rule can be created, but not take effect::
-
- testpmd> flow create 0 ingress pattern eth dst is 68:05:ca:8d:ed:a8 / ipv4 src is 192.168.0.1 dst is 192.168.0.2 tos is 4 ttl is 3 / tcp src is 25 dst is 23 / end actions vf id 0 / end
- testpmd> flow list 0
-
- check the rule exists in the list.
-
-2. send matched packet::
-
- sendp([Ether(dst="68:05:ca:8d:ed:a8")/IP(src="192.168.0.1",dst="192.168.0.2",tos=4,ttl=3)/TCP(sport=25,dport=23)/("X"*480)], iface="enp27s0f0", count=1)
-
- check the packet not to port 0, the rule doesn't take effect.
-
-Subcase 2: can not create rule on vf 1
+Subcase 1: can not create rule on vf 1
--------------------------------------
1. create rule on vf 1::
@@ -2063,7 +2047,7 @@ Subcase 2: can not create rule on vf 1
there is no rule listed.
-Subcase 3: unsupported pattern in comms
+Subcase 2: unsupported pattern in comms
---------------------------------------
1. create an SCTP rule which is not supported in comms::
@@ -2082,7 +2066,7 @@ Subcase 3: unsupported pattern in comms
check the rule not exists in the list.
-Subcase 4: unsupported pattern in os default, but supported in comms
+Subcase 3: unsupported pattern in os default, but supported in comms
--------------------------------------------------------------------
1. load os default package and launch testpmd as step 3-8 in Prerequisites.
@@ -2105,7 +2089,7 @@ Subcase 4: unsupported pattern in os default, but supported in comms
5. repeat step 2-5 with also not supported pattern MAC_IPV4_PFCP_NODE/MAC_IPV4_L2TPv3/MAC_IPV4_ESP, get the same result.
-Subcase 5: unsupported input set
+Subcase 4: unsupported input set
--------------------------------
1. create an nvgre rule with unsupported input set field [inner tos]::
@@ -2124,7 +2108,7 @@ Subcase 5: unsupported input set
check the rule not exists in the list.
-Subcase 6: invalid vf id
+Subcase 5: invalid vf id
------------------------
1. create a rule with invalid vf id 5::
@@ -2143,7 +2127,7 @@ Subcase 6: invalid vf id
check the rule not exists in the list.
-Subcase 7: delete a non-existing rule
+Subcase 6: delete a non-existing rule
-------------------------------------
1. check the rule list::
@@ -2164,7 +2148,7 @@ Subcase 7: delete a non-existing rule
check no error reports.
-Subcase 8: add long switch rule
+Subcase 7: add long switch rule
-------------------------------
Description: A recipe has 5 words, one of which is reserved for switch ID,
--
2.7.4
reply other threads:[~2020-07-24 5:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1595599419-346065-1-git-send-email-nannan.lu@intel.com \
--to=nannan.lu@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).