summaryrefslogtreecommitdiffstats
path: root/ci/envs/data_publish.py
diff options
context:
space:
mode:
authorkalyanreddy <reddyx.gundarapu@intel.com>2017-09-25 22:52:15 -0700
committerKalyan reddy Gundarapu <reddyx.gundarapu@intel.com>2017-09-26 17:18:16 +0000
commit03a51bbeafdfa4b808ae4f20ff79e6636e25a51e (patch)
tree6c4a59102bbfa788b2f59fd830ddc2502bf92050 /ci/envs/data_publish.py
parentd651cc71797f8f32b0fe40ca4ee1c21d50558fd1 (diff)
Adding new packet forwarding test cases
This patch is used to add new packet forwarding test cases as part of kvmfornfv daily job. Also used to publish the throughput results of packet forwarding test cases on to yardstick grafana dashboard. Change-Id: Ic0c2ee4af69b8eae3a9edb05d3f22b06540b02e3 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com> (cherry picked from commit 3e03ee6596321cb9752868eecdd8d82a508b16d6)
Diffstat (limited to 'ci/envs/data_publish.py')
-rwxr-xr-xci/envs/data_publish.py3
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']
}
}
]