From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9460EA04C2; Mon, 25 Nov 2019 08:10:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 35CDF2952; Mon, 25 Nov 2019 08:10:19 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 745D0CF3 for ; Mon, 25 Nov 2019 08:10:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Nov 2019 23:10:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,240,1571727600"; d="scan'208";a="239413903" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 24 Nov 2019 23:10:14 -0800 From: Xie Wei To: dts@dpdk.org Cc: Xie Wei Date: Mon, 25 Nov 2019 15:15:21 +0800 Message-Id: <1574666121-116152-1-git-send-email-weix.xie@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/eventdev_pipeline:modify parameter 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" modify command parameter Signed-off-by: Xie Wei --- tests/TestSuite_eventdev_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_eventdev_pipeline.py b/tests/TestSuite_eventdev_pipeline.py index 1e99389..2fc2ded 100644 --- a/tests/TestSuite_eventdev_pipeline.py +++ b/tests/TestSuite_eventdev_pipeline.py @@ -95,7 +95,7 @@ class TestEventdevPipeline(TestCase): """ run eventdev_pipeline command """ - eal_params = self.dut.create_eal_parameters(cores=self.core_list, + eal_params = self.dut.create_eal_parameters(cores=self.self.core_config, ports=[self.dut.ports_info[0]['pci']]) command_line = "taskset -c %s " + self.app_command + \ "/build/app/eventdev_pipeline %s " + \ -- 2.17.2