From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 325455A31 for ; Fri, 12 Aug 2016 18:06:46 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 12 Aug 2016 09:06:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,511,1464678000"; d="scan'208";a="154877131" Received: from imail001.iil.intel.com ([10.184.207.12]) by fmsmga004.fm.intel.com with ESMTP; 12 Aug 2016 09:06:44 -0700 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.149]) by imail001.iil.intel.com with ESMTP id u7CG6fqr020370; Fri, 12 Aug 2016 19:06:41 +0300 From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 12 Aug 2016 19:09:06 +0300 Message-Id: <1471018146-32385-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dts] [PATCH] test_plans: nvgre - fix typos. 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: Fri, 12 Aug 2016 16:06:46 -0000 This patch fixes trivial typos in test_plans/vxlan_test_plan.rst. Signed-off-by: Rami Rosen --- test_plans/nvgre_test_plan.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test_plans/nvgre_test_plan.rst b/test_plans/nvgre_test_plan.rst index 4e4a9f4..061682b 100644 --- a/test_plans/nvgre_test_plan.rst +++ b/test_plans/nvgre_test_plan.rst @@ -184,15 +184,15 @@ Add NVGRE filter as table listed first:: Validte the filter command with wrong parameter:: -Add Clould filter with invalid Mac address "00:00:00:00:01" will be failed. +Add Cloud filter with invalid Mac address "00:00:00:00:01" will be failed. -Add Clould filter with invalid ip address "192.168.1.256" will be failed. +Add Cloud filter with invalid ip address "192.168.1.256" will be failed. -Add Clould filter with invalid vlan "4097" will be failed. +Add Cloud filter with invalid vlan "4097" will be failed. -Add Clould filter with invalid vni "16777216" will be failed. +Add Cloud filter with invalid vni "16777216" will be failed. -Add Clould filter with invalid queue id "64" will be failed. +Add Cloud filter with invalid queue id "64" will be failed. Test Case: NVGRE IPv6 Filter ======================== -- 2.5.5