From patchwork Mon Dec 21 08:26:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yan Xia X-Patchwork-Id: 85592 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 45EF0A09EF; Mon, 21 Dec 2020 09:24:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 19463CBA9; Mon, 21 Dec 2020 09:24:32 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 6937FCBA2 for ; Mon, 21 Dec 2020 09:24:29 +0100 (CET) IronPort-SDR: +qLQ1qcYag6Ms5ikesLXGhks9gYmP1G5cvzgNlcjbr+5NXGV8yjYelEvZ27sSG5eAcMBDq3a1Q KQuSiR6/djow== X-IronPort-AV: E=McAfee;i="6000,8403,9841"; a="173126387" X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="173126387" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2020 00:24:26 -0800 IronPort-SDR: sk6hDEe3piVYgI82m65qs0bgBm1EQQJ9HliM+ZaSSKTdKVXM6b2XYT5ZNIR7JsuDocbnpHu4OP rmfY+fCZjsMA== X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="415715481" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Dec 2020 00:24:24 -0800 From: Xia Yan To: dts@dpdk.org Cc: Xia Yan Date: Mon, 21 Dec 2020 16:26:52 +0800 Message-Id: <20201221082652.3690-1-yanx.xia@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] test/TestSuite_external_memory:del undefined code 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" delete undefined code of start testpmd Signed-off-by: Xia Yan Tested-by: Chen, LingliX --- tests/TestSuite_external_memory.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_external_memory.py b/tests/TestSuite_external_memory.py index 53522a79..b379ccb5 100644 --- a/tests/TestSuite_external_memory.py +++ b/tests/TestSuite_external_memory.py @@ -94,8 +94,6 @@ class TestExternalMemory(TestCase): self.eal_para = self.dut.create_eal_parameters(cores="1S/4C/1T") self.dut.send_expect(r'./%s %s -- --mp-alloc=xmem -i' % (self.app_testpmd_path, self.eal_para), "link state change event", 60) - - self.dut.send_expect(cmd,"testpmd>",60) self.verifier_result() def test_IGB_UIO_xmemhuage(self):