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
committerkalyanreddy <reddyx.gundarapu@intel.com>2017-09-25 22:52:15 -0700
commit3e03ee6596321cb9752868eecdd8d82a508b16d6 (patch)
treec68dbb05983b4b0d499a245b2ef6fd59d7d345b9 /ci/envs/data_publish.py
parent827627ae5f5674775062ab6a8a31a0ae1bbba7c7 (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>
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']
}
}
]