From patchwork Wed Sep 28 03:18:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ke Xu X-Patchwork-Id: 116995 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 201EFA00C2; Wed, 28 Sep 2022 05:28:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C8A44114E; Wed, 28 Sep 2022 05:28:02 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 25B2040E25 for ; Wed, 28 Sep 2022 05:28:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664335681; x=1695871681; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=BVLrMxq2QwjEBR5ZMBKrvlnxuaoX6ycV6TGvAJqdu6Q=; b=JOB72gz5eJY3cw2D/M9/+gHk7a+HNy/yFijONT70BjVi46cIh0pH+7bd D9dK0ZVFnWGFnWbYT6Nk963Bj+VGZ+fd1Us1x6VekcJrKh0JV5AWWV6au 32qjGKwKz028nrUWtB3W5pUcEik/VLwLHqiqHyyhTD0AG49PoDcfHqRWL qXrpPtqVRAyvg9HGLu0k0WIA+My+NrLd+crEdgFMQCg979tWm3QbYnUGl 6OI/GFqXbQJ1yvEJgA3em/ihqn3CL6ZpKXzwhq382W0RLXTG6SUgSAvZ0 hoqNWSEcaMVBoBmCfsN3rnmpk5L7Yct8Zx3uWR74CBo5GBevQyPMyni7n Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="301470345" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="301470345" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Sep 2022 20:28:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="710803373" X-IronPort-AV: E=Sophos;i="5.93,350,1654585200"; d="scan'208";a="710803373" Received: from unknown (HELO DPDK-XUKE-LAB.sh.intel.com) ([10.67.116.226]) by FMSMGA003.fm.intel.com with ESMTP; 27 Sep 2022 20:27:58 -0700 From: Ke Xu To: dts@dpdk.org Cc: lijuan.tu@intel.com, jin.ling@intel.com, zhiminx.huang@intel.com, weiyuanx.li@intel.com, qi.fu@intel.com, Ke Xu Subject: [DTS][PATCH V1 18/21] tests/ice_dcf_data_path: update test plan to support port representor action from deprecated vf action Date: Wed, 28 Sep 2022 03:18:53 +0000 Message-Id: <20220928031836.770004-19-ke1.xu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220928031836.770004-1-ke1.xu@intel.com> References: <20220928031836.770004-1-ke1.xu@intel.com> MIME-Version: 1.0 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 Signed-off-by: Ke Xu --- tests/TestSuite_ice_dcf_data_path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ice_dcf_data_path.py b/tests/TestSuite_ice_dcf_data_path.py index a31681fb..62974e4f 100644 --- a/tests/TestSuite_ice_dcf_data_path.py +++ b/tests/TestSuite_ice_dcf_data_path.py @@ -250,7 +250,7 @@ class DcfDataPathTest(TestCase): % self.wrong_mac ) rule = ( - "flow create 0 ingress pattern eth dst is %s / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 tc is 3 / tcp src is 25 dst is 23 / end actions vf original 1 / end" + "flow create 0 ingress pattern eth dst is %s / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 tc is 3 / tcp src is 25 dst is 23 / end actions port_representor port_id 0 / end" % self.wrong_mac )