From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id DC3485A6B for ; Tue, 3 Nov 2015 04:46:45 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 02 Nov 2015 19:46:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,237,1444719600"; d="scan'208";a="841179560" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by orsmga002.jf.intel.com with ESMTP; 02 Nov 2015 19:46:44 -0800 Message-ID: <56382E85.5010002@intel.com> Date: Tue, 03 Nov 2015 11:48:21 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,huilong" , "dts@dpdk.org" References: <1445845860-77736-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1445845860-77736-1-git-send-email-huilongx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Tue, 03 Nov 2015 03:46:46 -0000 Applied. Thanks. On 10/26/2015 03:51 PM, xu,huilong wrote: > 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",