From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0398E93DE for ; Mon, 7 Dec 2015 02:21:10 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 06 Dec 2015 17:21:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,392,1444719600"; d="scan'208";a="8587779" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga004.fm.intel.com with ESMTP; 06 Dec 2015 17:21:09 -0800 Message-ID: <5664DEFC.5050903@intel.com> Date: Mon, 07 Dec 2015 09:21:00 +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: Shijie Dong , dts@dpdk.org References: <1449197233-10114-1-git-send-email-shijiex.dong@intel.com> In-Reply-To: <1449197233-10114-1-git-send-email-shijiex.dong@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] Test loop mirror recovery error 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, 07 Dec 2015 01:21:11 -0000 Applied. Shijie, please follow dts routine of patch subject. For your patch, it should be look like "tests scatter: fix ...". And your email subject is not match the content of patch, please take care of it. On 12/04/2015 10:47 AM, Shijie Dong wrote: > From: Dong shijie > > Reply to the same port two times, one without recovery. > > Signed-off-by: Dong shijie > --- > tests/TestSuite_scatter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_scatter.py b/tests/TestSuite_scatter.py > index aab2f9c..ea1e0ee 100644 > --- a/tests/TestSuite_scatter.py > +++ b/tests/TestSuite_scatter.py > @@ -94,7 +94,7 @@ class TestScatter(TestCase): > time.sleep(5) #wait for scapy capture subprocess exit > res = self.get_tcpdump_packet() > self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#") > - self.tester.send_expect("ifconfig %s mtu 1500" % sintf, "#") > + self.tester.send_expect("ifconfig %s mtu 1500" % rintf, "#") > return res > > def set_up(self):