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 55D9114EC for ; Mon, 5 Nov 2018 03:11:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Nov 2018 18:11:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,466,1534834800"; d="scan'208";a="105251703" Received: from dts-maintain.sh.intel.com (HELO [10.67.119.110]) ([10.67.119.110]) by fmsmga001.fm.intel.com with ESMTP; 04 Nov 2018 18:11:40 -0800 To: wenjieli , dts@dpdk.org References: <1541067042-19773-1-git-send-email-wenjiex.a.li@intel.com> From: Lijuan Tu Message-ID: Date: Mon, 5 Nov 2018 18:39:35 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1541067042-19773-1-git-send-email-wenjiex.a.li@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dts] [PATCH V1] tests/short_live: align RTE_ETH_EVENT_INTR_LSC changes with dpdk 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, 05 Nov 2018 02:11:43 -0000 Applied, thanks On 2018年11月01日 18:10, wenjieli wrote: > Since dpdk commit 97b5d8b54511 changes RTE_ETH_EVENT_INTR_LSC to > "link state change", test cases should be aligned with dpdk. > > Signed-off-by: wenjieli > --- > tests/TestSuite_short_live.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/TestSuite_short_live.py b/tests/TestSuite_short_live.py > index 238e3ab..ca3643f 100644 > --- a/tests/TestSuite_short_live.py > +++ b/tests/TestSuite_short_live.py > @@ -151,7 +151,7 @@ class TestShortLiveApp(TestCase): > for i in range(repeat_time): > #dpdk start > print "clean_up_with_signal_testpmd round %d" % (i + 1) > - self.dut.send_expect("./%s/app/testpmd -c 0xf -n 4 -- -i --portmask=0x3" % self.target, "LSC event", 120) > + self.dut.send_expect("./%s/app/testpmd -c 0xf -n 4 -- -i --portmask=0x3" % self.target, "link state change event", 120) > self.dut.send_expect("set fwd mac", "testpmd>") > self.dut.send_expect("set promisc all off", "testpmd>") > self.dut.send_expect("start", "testpmd>")