test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/tester: fix short live case failed
@ 2017-09-19  6:18 lu,peipei
  2017-09-22 18:13 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: lu,peipei @ 2017-09-19  6:18 UTC (permalink / raw)
  To: dts; +Cc: lu,peipei

Take out all of the results, the judgement in the suite

Signed-off-by: lu,peipei <peipeix.lu@intel.com>
---
 framework/tester.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/tester.py b/framework/tester.py
index e7fb6bc..9208b0e 100644
--- a/framework/tester.py
+++ b/framework/tester.py
@@ -489,7 +489,7 @@ class Tester(Crb):
         out = self.send_expect("cat scapyResult.txt", "# ")
         self.logger.info('SCAPY Result:\n' + out + '\n\n\n')
 
-        return out.rpartition('[')[0]
+        return out
 
     def traffic_generator_throughput(self, portList, rate_percent=100, delay=5):
         """
-- 
1.9.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] framework/tester: fix short live case failed
  2017-09-19  6:18 [dts] [PATCH V1] framework/tester: fix short live case failed lu,peipei
@ 2017-09-22 18:13 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-09-22 18:13 UTC (permalink / raw)
  To: lu,peipei, dts

Thanks, peipei. Applied.

On 09/19/2017 02:18 PM, lu,peipei wrote:
> Take out all of the results, the judgement in the suite
>
> Signed-off-by: lu,peipei<peipeix.lu@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-22  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19  6:18 [dts] [PATCH V1] framework/tester: fix short live case failed lu,peipei
2017-09-22 18:13 ` Liu, Yong

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).