From 3e03ee6596321cb9752868eecdd8d82a508b16d6 Mon Sep 17 00:00:00 2001 From: kalyanreddy Date: Mon, 25 Sep 2017 22:52:15 -0700 Subject: 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 --- ci/envs/data_publish.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/envs/data_publish.py') 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'] } } ] -- cgit 1.2.3-korg