summaryrefslogtreecommitdiffstats
path: root/reporting/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-08-28 11:34:45 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-09-04 08:57:33 +0200
commit9ea705709ae7f08086bb31716bb4ef185a0fe159 (patch)
treefd4c1565cc427daa3b123ad8db4a13ddd46e9380 /reporting/docker
parentf8ec94a44498eff343fa2862abb8c61929efaa3a (diff)
Add vsperf in reporting
fix some pep8 errors in other projects Change-Id: Iea68b0d495f7fbe892ec866fb70b8354ad9ff3c2 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'reporting/docker')
-rwxr-xr-xreporting/docker/reporting.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/reporting/docker/reporting.sh b/reporting/docker/reporting.sh
index 076dc47..d8db620 100755
--- a/reporting/docker/reporting.sh
+++ b/reporting/docker/reporting.sh
@@ -4,7 +4,7 @@ export PYTHONPATH="${PYTHONPATH}:./reporting"
export CONFIG_REPORTING_YAML=./reporting/reporting.yaml
declare -a versions=(danube master)
-declare -a projects=(functest storperf yardstick qtip)
+declare -a projects=(functest storperf yardstick qtip vsperf)
project=$1
reporting_type=$2
@@ -32,6 +32,7 @@ cp -Rf js display
# yardstick | status
# storperf | status
# qtip | status
+# vsperf | status
function report_project()
{