[V2,2/2] test_plans/userspace_ethtool:remove duplicate vlan test case.

Message ID 20220211062610.2409668-2-weiyuanx.li@intel.com (mailing list archive)
State Accepted
Headers
Series [V2,1/2] tests/userspace_ethtool:remove duplicate vlan test case. |

Checks

Context Check Description
ci/Intel-dts-doc-test success Testing OK
ci/Intel-dts-suite-test fail Testing issues

Commit Message

Weiyuan Li Feb. 11, 2022, 6:26 a.m. UTC
  Sync remove duplicate test plans.

Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>
---

v2:
-Remove added sleep time

 test_plans/userspace_ethtool_test_plan.rst | 35 ----------------------
 1 file changed, 35 deletions(-)
  

Comments

Tu, Lijuan Feb. 27, 2022, 2:35 p.m. UTC | #1
> -----Original Message-----
> From: Li, WeiyuanX <weiyuanx.li@intel.com>
> Sent: 2022年2月11日 14:26
> To: dts@dpdk.org; Tu, Lijuan <lijuan.tu@intel.com>
> Cc: Li, WeiyuanX <weiyuanx.li@intel.com>
> Subject: [dts][PATCH V2 2/2] test_plans/userspace_ethtool:remove duplicate
> vlan test case.
> 
> Sync remove duplicate test plans.
> 
> Signed-off-by: Weiyuan Li <weiyuanx.li@intel.com>

Applied
  

Patch

diff --git a/test_plans/userspace_ethtool_test_plan.rst b/test_plans/userspace_ethtool_test_plan.rst
index 790e25e8..ab3fbc8f 100644
--- a/test_plans/userspace_ethtool_test_plan.rst
+++ b/test_plans/userspace_ethtool_test_plan.rst
@@ -159,41 +159,6 @@  send packet by scapy on Tester::
    check tx/rx packets
    EthApp>  portstats 0
 
-Test Case: Vlan test
-====================
-
-enable vlan filter flag in main.c of dpdk's ethtool::
-
-    sed -i -e '/cfg_port.txmode.mq_mode = ETH_MQ_TX_NONE;$/a\\cfg_port.rxmode.offloads|=DEV_RX_OFFLOAD_VLAN_FILTER;' examples/ethtool/ethtool-app/main.c
-
-re-compile examples/ethtool::
-
-    meson configure -Dexamples=ethtool x86_64-native-linuxapp-gcc
-    ninja -C x86_64-native-linuxapp-gcc
-
-Add vlan 0 to port 0 and vlan 1 to port1, send packet without vlan to port0,1
-Verify port0 and port1 received vlan packets::
-
-    EthApp> vlan 0 add 0
-    VLAN vid 0 added
-
-    EthApp> vlan 1 add 1
-    VLAN vid 1 added
-
-Send packet with vlan0,1 to port0&1. Verify port0 and port1 received vlan
-packets
-
-Send packet with vlan1,0 to port0&1. Verify port0 and port1 can not receive
-vlan packets
-
-Remove vlan 0,1 from port0&1, send packet with vlan0,1 to port0,1. Verify
-port0 and port1 can not receive vlan packet::
-
-    EthApp> vlan 0 del 0
-    VLAN vid 0 removed
-    EthApp> vlan 1 del 1
-    VLAN vid 1 removed
-
 Test Case: Mac address test
 ===========================
 Use "macaddr" command to dump port mac address and then check that dumped