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 DAFA4A0C4B; Tue, 9 Nov 2021 10:41:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1AFC4111F; Tue, 9 Nov 2021 10:41:18 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 599AA4068B for ; Tue, 9 Nov 2021 10:41:17 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10162"; a="293247767" X-IronPort-AV: E=Sophos;i="5.87,219,1631602800"; d="scan'208";a="293247767" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2021 01:41:17 -0800 X-IronPort-AV: E=Sophos;i="5.87,219,1631602800"; d="scan'208";a="503437242" 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; 09 Nov 2021 01:41:15 -0800 From: Jiale Song To: dts@dpdk.org Cc: Jiale Song Date: Tue, 9 Nov 2021 17:40:24 +0800 Message-Id: <1636450824-120178-6-git-send-email-songx.jiale@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1636450824-120178-1-git-send-email-songx.jiale@intel.com> References: <1636450824-120178-1-git-send-email-songx.jiale@intel.com> Subject: [dts] [PATCH V2 6/6] test_plan/cvl_switch_filter_pppoe: 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" commit fatal: dpdk first bad o('1179f05cc9a044541106981b0366f474043d7872') dpdk invalid port create rule echo change Signed-off-by: Jiale Song --- test_plans/cvl_switch_filter_pppoe_test_plan.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_plans/cvl_switch_filter_pppoe_test_plan.rst b/test_plans/cvl_switch_filter_pppoe_test_plan.rst index b9e04ea6..4f3da525 100644 --- a/test_plans/cvl_switch_filter_pppoe_test_plan.rst +++ b/test_plans/cvl_switch_filter_pppoe_test_plan.rst @@ -5748,7 +5748,7 @@ Subcase 13: invalid port Failed to create flow, report message:: - No such device: No such device + Invalid port 1 2. check the rule list on port 0:: @@ -5857,7 +5857,7 @@ Note: some of the error messages may be different. get the error message:: - No such device: No such device + Invalid port 1 11. check the rule list:: -- 2.17.1