[dts] [PATCH V1] framework/tester: fix short live case failed
lu,peipei
peipeix.lu at intel.com
Tue Sep 19 08:18:42 CEST 2017
Take out all of the results, the judgement in the suite
Signed-off-by: lu,peipei <peipeix.lu at 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
More information about the dts
mailing list