From de65a5105f62c56371249d9128e7b9a28759b40f Mon Sep 17 00:00:00 2001 From: Radek Zetik Date: Thu, 12 Nov 2015 20:07:40 +0000 Subject: Results: Integrate with opnfv_test_dashboard All the test projects generate results in different format. The goal of a testing dashboard is to provide a consistent view of the different tests from the different projects. We need to enable the data collection for VSPERF, in other words VSPERF pushes data using a REST API. The feature is enabled by --opnfvpod parameter on vsperf command line. The value of the parameter sets POD name. Example: --opnfvpod or --opnfvpod= You need to specify installer name. It can be set in conf-file default value: OPNFV_INSTALLER = "Fuel" JIRA: VSPERF-112 Change-Id: I37255414eebcc2ff0c12109c508dcd984663a830 Signed-off-by: Radek Zetik Reviewed-by: Maryam Tahhan Reviewed-by: Brian Castelli --- conf/10_custom.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 8883cb7c..28a3156d 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -61,3 +61,5 @@ TRAFFICGEN_IXNET_TESTER_RESULT_DIR = '' TRAFFICGEN_IXNET_DUT_RESULT_DIR = '' TEST_PARAMS = {'packet_sizes':'64'} + +OPNFV_INSTALLER = "Fuel" -- cgit 1.2.3-korg