From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 63EC35A71 for ; Mon, 26 Oct 2015 08:55:24 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 26 Oct 2015 00:55:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,200,1444719600"; d="scan'208";a="835471616" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.238.55.12]) by fmsmga002.fm.intel.com with ESMTP; 26 Oct 2015 00:55:22 -0700 From: "xu,huilong" To: dts@dpdk.org Date: Mon, 26 Oct 2015 15:51:00 +0800 Message-Id: <1445845860-77736-1-git-send-email-huilongx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] fix set_promiscuousmode failed case 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: , X-List-Received-Date: Mon, 26 Oct 2015 07:55:24 -0000 test send package dst mac is dut port rx port mac Signed-off-by: xu,huilong --- tests/TestSuite_shutdown_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_shutdown_api.py b/tests/TestSuite_shutdown_api.py index 37c2481..c371c0e 100644 --- a/tests/TestSuite_shutdown_api.py +++ b/tests/TestSuite_shutdown_api.py @@ -101,7 +101,7 @@ class TestShutdownApi(TestCase): itf = self.tester.get_interface(self.tester.get_local_port(rxPort)) else: itf = testerports - mac = self.dut.get_mac_address(txPort) + mac = self.dut.get_mac_address(rxPort) self.tester.scapy_foreground() if self.nic in ["fortville_eagle", "fortville_spirit", -- 1.9.3