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 7468BA04DB; Fri, 4 Sep 2020 10:17:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 655AF1C117; Fri, 4 Sep 2020 10:17:30 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C1A6EDE0 for ; Fri, 4 Sep 2020 10:17:28 +0200 (CEST) IronPort-SDR: aYysX0CgSlqgrvS+avLuhb2EYc90/yQRcy8CEUzGXTfAoVCaHrzS5f+KcIhxh3/+tR5xeisy7/ 6XynTSivTEbg== X-IronPort-AV: E=McAfee;i="6000,8403,9733"; a="175763291" X-IronPort-AV: E=Sophos;i="5.76,389,1592895600"; d="scan'208";a="175763291" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Sep 2020 01:17:28 -0700 IronPort-SDR: VkNHr8w9inOR+GoOB/VrR/urBnQ0+jEiV7ts8T+P+9yYQAQV/NqvESMnCalq4UeA9IG5saHF09 46uNPzxL2kkw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,389,1592895600"; d="scan'208";a="315782677" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.182.150]) by orsmga002.jf.intel.com with ESMTP; 04 Sep 2020 01:17:27 -0700 From: xizhan4x To: dts@dpdk.org Cc: xizhan4x Date: Fri, 4 Sep 2020 16:18:25 +0800 Message-Id: <1599207525-22123-18-git-send-email-xix.zhang@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1599207525-22123-1-git-send-email-xix.zhang@intel.com> References: <1599207525-22123-1-git-send-email-xix.zhang@intel.com> Subject: [dts] [dts 18/38] tests/TestSuite_ntb.py:support meson build 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" Signed-off-by: xizhan4x --- tests/TestSuite_ntb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_ntb.py b/tests/TestSuite_ntb.py index e01bd4b..34dda6a 100644 --- a/tests/TestSuite_ntb.py +++ b/tests/TestSuite_ntb.py @@ -136,7 +136,7 @@ class TestNtb(TestCase): cmd_opt = " ".join(["{}={}".format(key, param[key]) for key in param.keys()]) self.get_core_list() - app = "./examples/ntb/build/ntb_fwd" + app = self.dut.apps_name['ntb_fwd'] eal_host = self.ntb_host.create_eal_parameters(cores=self.host_core_list) eal_client = self.ntb_client.create_eal_parameters(cores=self.client_core_list) host_cmd_line = ' '.join([app, eal_host, cmd_opt]) -- 1.8.3.1