diff options
author | shravani paladugula <shravanix.paladugula@intel.com> | 2017-09-26 17:13:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-26 17:13:39 +0000 |
commit | 12c493acff1c45a2351f2a94251461ed753bbc74 (patch) | |
tree | c8acabc309f422eb5643943694898decb688a38f /ci/envs/data_publish.py | |
parent | 2e998fe3a99bdc2e9d1109f3d01f0863309e7312 (diff) | |
parent | 3e03ee6596321cb9752868eecdd8d82a508b16d6 (diff) |
Merge "Adding new packet forwarding test cases"
Diffstat (limited to 'ci/envs/data_publish.py')
-rwxr-xr-x | ci/envs/data_publish.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/envs/data_publish.py b/ci/envs/data_publish.py index 67b3054e7..009f6e4e1 100755 --- a/ci/envs/data_publish.py +++ b/ci/envs/data_publish.py @@ -34,7 +34,8 @@ def publish_results(testtype): "fields": { "min_value": i['min_latency_ns'], "avg_value": i['avg_latency_ns'], - "max_value": i['max_latency_ns'] + "max_value": i['max_latency_ns'], + "throughput": i['throughput_rx_mbps'] } } ] |