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 125CAA2EFC for ; Mon, 14 Oct 2019 04:28:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 021DA1C190; Mon, 14 Oct 2019 04:28:58 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 596D41C18F for ; Mon, 14 Oct 2019 04:28:55 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2019 19:28:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,294,1566889200"; d="scan'208";a="278730606" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2019 19:28:54 -0700 From: "zhang,yan" To: dts@dpdk.org Cc: "zhang,yan" Date: Mon, 14 Oct 2019 10:34:07 +0800 Message-Id: <1571020447-123315-1-git-send-email-yanx.a.zhang@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/TestSuite_mdd:Modify the script according to the latest framework 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 the script according to the latest framework. Signed-off-by: zhang,yan --- tests/TestSuite_mdd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_mdd.py b/tests/TestSuite_mdd.py index 7baea2c..fa44222 100644 --- a/tests/TestSuite_mdd.py +++ b/tests/TestSuite_mdd.py @@ -128,7 +128,7 @@ class TestMDD(TestCase): time.sleep(2) self.vm0_testpmd.execute_cmd('clear port stats all') self.vm0_testpmd.execute_cmd('show port stats all') - pkt.send_pkt(tx_port=self.tester_intf, count=send_pks_num) + pkt.send_pkt(self.tester, tx_port=self.tester_intf, count=send_pks_num) time.sleep(2) def result_verify(self, pkt_fwd=True): -- 2.17.2