VMTP test case should fail if sub-testcases failed
Change-Id: Ia6db2beca6e9eab840fcb3617632a64410343729
This commit is contained in:
parent
b1c6d9d210
commit
8b7bd9e7d0
@ -599,7 +599,7 @@ def gen_report_data(proto, result):
|
||||
for pkt_size_res in item['results']:
|
||||
label = str(pkt_size_res['packet_size']) + '-byte'
|
||||
if 'error' in pkt_size_res:
|
||||
pkt_size_results[label] = pkt_size_res['error']
|
||||
pkt_size_results[label] = 'error: ' + pkt_size_res['error']
|
||||
else:
|
||||
pkt_size_results[label] = '%s/%s/%s/%s' % \
|
||||
(pkt_size_res['rtt_avg_ms'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user