* Re: [dts] [PATCH] tests_ftag: fix expected output time when striping port glort ID [not found] <1471500985-3542-1-git-send-email-xlin15@shecgisg005.sh.intel.com> @ 2016-08-18 7:42 ` Liu, Yong 0 siblings, 0 replies; 3+ messages in thread From: Liu, Yong @ 2016-08-18 7:42 UTC (permalink / raw) To: xueqin.lin, dts; +Cc: Lin, Xueqin Thanks, applied. > -----Original Message----- > From: xueqin.lin [mailto:xlin15@ecsmtp.sh.intel.com] > Sent: Thursday, August 18, 2016 2:16 PM > To: Liu, Yong; dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts][PATCH] tests_ftag: fix expected output time when striping > port glort ID > > From: Xueqin Lin <xueqin.lin@intel.com> > > It is impossible to wait some long time for expected output, just fix as > default value. > > > diff --git a/nics/rrc.py b/nics/rrc.py > index 62dc8d2..a6ac175 100644 > --- a/nics/rrc.py > +++ b/nics/rrc.py > @@ -259,7 +259,7 @@ class RedRockCanyou(NetDevice): > return None > else: > port_value = res.group(2) > - out = self.ctrl_crb.send_expect("show stacking logical-port all", > "<0>%",10000) > + out = self.ctrl_crb.send_expect("show stacking logical-port all", > "<0>%") > pattern = r"([0-9a-z]{6})+(\s)+(%s)+" %port_value > s = re.compile(pattern) > res = s.search(out) > -- > 2.5.5 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <1471328009-15507-1-git-send-email-xlin15@shecgisg005.sh.intel.com>]
* Re: [dts] [PATCH] tests_ftag: fix expected output time when striping port glort ID [not found] <1471328009-15507-1-git-send-email-xlin15@shecgisg005.sh.intel.com> @ 2016-08-16 6:17 ` Liu, Yong 2016-08-16 6:35 ` Lin, Xueqin 0 siblings, 1 reply; 3+ messages in thread From: Liu, Yong @ 2016-08-16 6:17 UTC (permalink / raw) To: xueqin.lin, dts; +Cc: Lin, Xueqin Hi Qin, your patch hasn't been merged, so you need to send out patch with all the changes. > -----Original Message----- > From: xueqin.lin [mailto:xlin15@ecsmtp.sh.intel.com] > Sent: Tuesday, August 16, 2016 2:13 PM > To: Liu, Yong; dts@dpdk.org > Cc: Lin, Xueqin > Subject: [dts][PATCH] tests_ftag: fix expected output time when striping > port glort ID > > From: Xueqin Lin <xueqin.lin@intel.com> > > It is impossible to wait some long time for expected output, just fix as > default value. > > > diff --git a/nics/rrc.py b/nics/rrc.py > index 62dc8d2..a6ac175 100644 > --- a/nics/rrc.py > +++ b/nics/rrc.py > @@ -259,7 +259,7 @@ class RedRockCanyou(NetDevice): > return None > else: > port_value = res.group(2) > - out = self.ctrl_crb.send_expect("show stacking logical-port all", > "<0>%",10000) > + out = self.ctrl_crb.send_expect("show stacking logical-port all", > "<0>%") > pattern = r"([0-9a-z]{6})+(\s)+(%s)+" %port_value > s = re.compile(pattern) > res = s.search(out) > -- > 2.5.5 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH] tests_ftag: fix expected output time when striping port glort ID 2016-08-16 6:17 ` Liu, Yong @ 2016-08-16 6:35 ` Lin, Xueqin 0 siblings, 0 replies; 3+ messages in thread From: Lin, Xueqin @ 2016-08-16 6:35 UTC (permalink / raw) To: Liu, Yong, xueqin.lin, dts Hi Marvin, This patch has merged for RubyRapid card, fixed file is rrc.py. Another patch is new and for BoulderRapid card, file is br.py. Best regards, Xueqin > -----Original Message----- > From: Liu, Yong > Sent: Tuesday, August 16, 2016 2:18 PM > To: xueqin.lin; dts@dpdk.org > Cc: Lin, Xueqin > Subject: RE: [dts][PATCH] tests_ftag: fix expected output time when striping > port glort ID > > Hi Qin, your patch hasn't been merged, so you need to send out patch with all > the changes. > > > -----Original Message----- > > From: xueqin.lin [mailto:xlin15@ecsmtp.sh.intel.com] > > Sent: Tuesday, August 16, 2016 2:13 PM > > To: Liu, Yong; dts@dpdk.org > > Cc: Lin, Xueqin > > Subject: [dts][PATCH] tests_ftag: fix expected output time when striping > > port glort ID > > > > From: Xueqin Lin <xueqin.lin@intel.com> > > > > It is impossible to wait some long time for expected output, just fix as > > default value. > > > > > > diff --git a/nics/rrc.py b/nics/rrc.py > > index 62dc8d2..a6ac175 100644 > > --- a/nics/rrc.py > > +++ b/nics/rrc.py > > @@ -259,7 +259,7 @@ class RedRockCanyou(NetDevice): > > return None > > else: > > port_value = res.group(2) > > - out = self.ctrl_crb.send_expect("show stacking logical-port all", > > "<0>%",10000) > > + out = self.ctrl_crb.send_expect("show stacking logical-port all", > > "<0>%") > > pattern = r"([0-9a-z]{6})+(\s)+(%s)+" %port_value > > s = re.compile(pattern) > > res = s.search(out) > > -- > > 2.5.5 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-18 7:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <1471500985-3542-1-git-send-email-xlin15@shecgisg005.sh.intel.com> 2016-08-18 7:42 ` [dts] [PATCH] tests_ftag: fix expected output time when striping port glort ID Liu, Yong [not found] <1471328009-15507-1-git-send-email-xlin15@shecgisg005.sh.intel.com> 2016-08-16 6:17 ` Liu, Yong 2016-08-16 6:35 ` Lin, Xueqin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).