From patchwork Wed Nov 3 02:59:05 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jiale, SongX" X-Patchwork-Id: 103588 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C7F68A0C4B; Wed, 3 Nov 2021 03:59:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BB73641125; Wed, 3 Nov 2021 03:59:25 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 2C4B3410FD for ; Wed, 3 Nov 2021 03:59:24 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10156"; a="294871486" X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="294871486" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 19:59:23 -0700 X-IronPort-AV: E=Sophos;i="5.87,204,1631602800"; d="scan'208";a="500865306" Received: from unknown (HELO dpdk-zhaohy-t.sh.intel.com) ([10.240.183.68]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2021 19:59:22 -0700 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Date: Wed, 3 Nov 2021 10:59:05 +0800 Message-Id: <1635908346-165194-5-git-send-email-songx.jiale@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1635908346-165194-1-git-send-email-songx.jiale@intel.com> References: <1635908346-165194-1-git-send-email-songx.jiale@intel.com> Subject: [dts] [PATCH V2 5/6] tests/update case code 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" Signed-off-by: Jiale Song --- test_plans/iavf_fdir_test_plan.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst index 784392e2..8ffcab41 100644 --- 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::