From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 147D9A0C4B; Fri, 29 Oct 2021 08:32:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D361440395; Fri, 29 Oct 2021 08:32:57 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 4CC8841120 for ; Fri, 29 Oct 2021 08:32:56 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10151"; a="211370594" X-IronPort-AV: E=Sophos;i="5.87,191,1631602800"; d="scan'208";a="211370594" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2021 23:18:45 -0700 X-IronPort-AV: E=Sophos;i="5.87,191,1631602800"; d="scan'208";a="487459769" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2021 23:18:44 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Date: Fri, 29 Oct 2021 14:18:29 +0800 Message-Id: <1635488309-118246-6-git-send-email-songx.jiale@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1635488309-118246-1-git-send-email-songx.jiale@intel.com> References: <1635488309-118246-1-git-send-email-songx.jiale@intel.com> Subject: [dts] [PATCH V1 6/6] test_plans/iavf_fdir: update test plan for dpdk code change X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" dpdk invalid port create rule echo change dpdk commit: 1179f05cc9a044541106981b0366f474043d7872 Signed-off-by: Jiale Song --- test_plans/iavf_fdir_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 test_plans/iavf_fdir_test_plan.rst diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst old mode 100644 new mode 100755 index 784392e2..8ffcab41 --- a/test_plans/iavf_fdir_test_plan.rst +++ b/test_plans/iavf_fdir_test_plan.rst @@ -1239,7 +1239,7 @@ Note: some of the error messages may be differernt. get the message:: - No such device: No such device + Invalid port 1 11. check the flow list:: @@ -4325,7 +4325,7 @@ Subcase 9: delete a non-existent rule flush rules of port 1:: testpmd> flow flush 1 - port_flow_complain(): Caught PMD error type 1 (cause unspecified): No such device: No such device + Invalid port 1 Subcase 10: unsupported input set field --------------------------------------- @@ -4395,7 +4395,7 @@ Subcase 13: invalid port Failed to create flow, report message:: - No such device: No such device + Invalid port 1 2. check there is no rule listed on port 0, check on port 1:: -- 2.17.1