summaryrefslogtreecommitdiffstats
path: root/tools/opnfvdashboard/__init__.py
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 /tools/opnfvdashboard/__init__.py
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 'tools/opnfvdashboard/__init__.py')
-rw-r--r--tools/opnfvdashboard/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/opnfvdashboard/__init__.py b/tools/opnfvdashboard/__init__.py
new file mode 100644
index 00000000..6cb0e6b3
--- /dev/null
+++ b/tools/opnfvdashboard/__init__.py
@@ -0,0 +1,18 @@
+# Copyright 2015 Intel Corporation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+"""results to opnfvdashboardpackage.
+
+Contains generator json format of results for opnfv dashboard
+"""