From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 527164CC7 for ; Sat, 29 Dec 2018 13:34:55 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id p4so23017299wrt.7 for ; Sat, 29 Dec 2018 04:34:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7AbuAvkv2ozNy/+CS/QLC8sZwHL8YdubGwe4fdn1TBk=; b=kmCVICrx0LicbdJt+z2lMzwh2N9AeDRKvP3jEnTX6pVRRi4ekq9h2mMRsQBHnid6Ij mNRqK5AYDudtWt4vLEj3ohQkpwpyy59IyGLJ7G9zOpzWAaita1mspSszhtvX3O4HYDMv RwhKgLbTyseRdhtcNBM2ko9rAxsWgFEXmhe0Qy6HK7+Zg1u/LD0bps5LyHbX5GBy/O7n JaSIGKisz9etthl16p6sN5lpiQac+3abAo0abK/KXCMgkAl3GngykIxLaUefFdEp4MUn Ey68WRpJQ1C2zD3VcHQcpQ6bvCMzegZKLTKDVBNhagc23S0LNjDl1lRlJ4o4DXevV9xT bnAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7AbuAvkv2ozNy/+CS/QLC8sZwHL8YdubGwe4fdn1TBk=; b=Kc4sTztlCv5XlSJxBmtjdVvtE5PUrdUSuTGW4ENMW5jGg9XYJKk7BZrP563KBDes+W 8FpErFaMv/Qw7qS3sJsXxmN3bFYyfQ4yxpR1lXpAIBVzSBkJyIGgZ48L64y+bTR16gYq 0LBYr7y27NwTUzpgcytWWZVgrTQTUE4SnIVijykCFkr9+4YWdntjNiXWBqoCxDycgAn4 BAk6cL+quDKkOLrFKkGy9pVcYG8ES17EGWo1A0bBX8qNUXg0wbWbH1G9O/8LWKXRQ93L o5IiSa3R+lrPD78ut5H44mNsMfRlf0qDIor76/Ing1Ie+xw7Bs2jRxTLbr9nwTFHCLBn XPIg== X-Gm-Message-State: AJcUuke3DJXXcYvaTZ5y4fTrbTa8RwV5Oisulzv5w3ZDDshafBppmgaF KFQdTXCRFCb+X/Bn+9RAlCILZ919UqI= X-Google-Smtp-Source: ALg8bN5865MusFi88PcJFfrOT1VtWEplf64wySnyl8VObWqrmYJMhDICVbirs5uf5gJTITSb5+QvVw== X-Received: by 2002:adf:ef0d:: with SMTP id e13mr26922990wro.29.1546086894712; Sat, 29 Dec 2018 04:34:54 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-25-145.red.bezeqint.net. [109.66.25.145]) by smtp.gmail.com with ESMTPSA id r77sm37669856wmd.22.2018.12.29.04.34.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 29 Dec 2018 04:34:54 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Sat, 29 Dec 2018 14:34:46 +0200 Message-Id: <20181229123446.7701-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] test_plans: fix a typo in 2 VLAN test plans X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Dec 2018 12:34:55 -0000 This patch fixes typos in Dual Vlan test plan and in vlan ethertype config test plan. Signed-off-by: Rami Rosen --- test_plans/dual_vlan_test_plan.rst | 16 ++++++++-------- test_plans/vlan_ethertype_config_test_plan.rst | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/test_plans/dual_vlan_test_plan.rst b/test_plans/dual_vlan_test_plan.rst index f828c18..3defc91 100644 --- a/test_plans/dual_vlan_test_plan.rst +++ b/test_plans/dual_vlan_test_plan.rst @@ -152,14 +152,14 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier ``1`` and send 1 packet on port ``A``.Verify that the VLAN packet cannot been received in port ``B``. -Test Case: Enable/Disable VLAN header striping +Test Case: Enable/Disable VLAN header stripping ============================================== Enable vlan packet forwarding on port ``0`` first:: testpmd> vlan set filter off 0 -Enable vlan header striping on port ``0``:: +Enable vlan header stripping on port ``0``:: testpmd> vlan set strip on 0 @@ -184,7 +184,7 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier ``1`` and send 1 packet on port ``A``. Verify that the packet without VLAN Tag Identifier can been received in port ``B``. -Disable vlan header striping on port ``0``:: +Disable vlan header stripping on port ``0``:: testpmd> vlan set strip off 0 @@ -209,18 +209,18 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier ``1`` and send 1 packet on port ``A``. Verify that the packet with VLAN Tag Identifier ``1`` can been received in port ``B``. -Test Case: Enable/Disable VLAN header striping in queue +Test Case: Enable/Disable VLAN header stripping in queue ======================================================= Enable vlan packet forwarding on port ``0`` first:: testpmd> vlan set filter off 0 -Disable vlan header striping on port ``0``:: +Disable vlan header stripping on port ``0``:: testpmd> vlan set strip off 0 -Disable vlan header striping in queue 0 on port ``0``:: +Disable vlan header stripping in queue 0 on port ``0``:: testpmd> vlan set stripq off 0,0 @@ -229,7 +229,7 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier Identifier ``1`` can been received in port ``B``. -Enable vlan header striping in queue 0 on port ``0``:: +Enable vlan header stripping in queue 0 on port ``0``:: testpmd> vlan set stripq on 0,0 @@ -237,7 +237,7 @@ Configure the traffic generator to send VLAN packets with the Tag Identifier ``1`` and send 1 packet on port ``A``. Verify that the packet without VLAN Tag Identifier ``1`` can been received in port ``B``. -Enable vlan header striping on port ``0``. +Enable vlan header stripping on port ``0``. MISSING COMMAND diff --git a/test_plans/vlan_ethertype_config_test_plan.rst b/test_plans/vlan_ethertype_config_test_plan.rst index 9315e39..81b7d9b 100644 --- a/test_plans/vlan_ethertype_config_test_plan.rst +++ b/test_plans/vlan_ethertype_config_test_plan.rst @@ -123,7 +123,7 @@ Test Case 3: test adding VLAN Tag Identifier with changing VLAN TPID 7. Send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``, Verify that the VLAN packet cannot be received in port ``B``. -Test Case 4: test VLAN header striping with changing VLAN TPID +Test Case 4: test VLAN header stripping with changing VLAN TPID ============================================================== 1. start testpmd, setup vlan filter off, vlan strip on, start in mac forwarding mode:: @@ -144,7 +144,7 @@ Test Case 4: test VLAN header striping with changing VLAN TPID 4. Send 1 packet with VLAN TPID 0xA100 and VLAN Tag 16 on port ``A``. Verify that packet received in port ``B`` without VLAN Tag Identifier -5. Disable vlan header striping on port ``0``:: +5. Disable vlan header stripping on port ``0``:: testpmd> vlan set strip off 0 -- 2.19.2