aboutsummaryrefslogtreecommitdiffstats
path: root/conf/10_custom.conf
diff options
context:
space:
mode:
authorRadek Zetik <radekx.zetik@intel.com>2015-11-12 20:07:40 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-12-08 10:30:03 +0000
commitde65a5105f62c56371249d9128e7b9a28759b40f (patch)
treeba7bb8f1f9c5b24a779b90bd1aa6e647165f3192 /conf/10_custom.conf
parent1c4d17533029cac0b3ec4770ab1d9c3817b646e7 (diff)
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 <pod_name> or --opnfvpod=<pod_name> 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 <radekx.zetik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r--conf/10_custom.conf2
1 files changed, 2 insertions, 0 deletions
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"