report content - honeycomb, part 3 66/7766/3
authorselias <samelias@cisco.com>
Tue, 25 Jul 2017 12:14:00 +0000 (14:14 +0200)
committerSamuel Eliáš <samelias@cisco.com>
Tue, 25 Jul 2017 12:18:51 +0000 (12:18 +0000)
Change-Id: Ib87ef43e2ccdcd12b942f623051a4f268dda1a42
Signed-off-by: selias <samelias@cisco.com>
docs/report/honeycomb_performance_tests/csit_release_notes.rst
resources/tools/report_gen/run_report.sh

index 75d5e9e..c9a0444 100644 (file)
@@ -15,5 +15,6 @@ tests in VIRL:
 +---+--------------------------------------------+------------+----------------------------------------------------------------------------+\r
 | # | Issue                                      | Jira ID    | Description                                                                |\r
 +---+--------------------------------------------+------------+----------------------------------------------------------------------------+\r
-| 1 |                                            |            |                                                                            |\r
+| 1 | Intermittent failures in Honeycomb startup | HC2VPP-199 | During test setup Honeycomb sometimes fails to start. Does not appear to   |\r
+|   |                                            |            | affect measured results, only fails test execution ocassionally.           |\r
 +---+--------------------------------------------+------------+----------------------------------------------------------------------------+\r
index 3ce64b7..a40d91d 100755 (executable)
@@ -125,8 +125,8 @@ if [[ ${DEBUG} -eq 0 ]] ;
 then
     blds=${JOB[PERF,HC,BLD]}
     for i in ${blds[@]}; do
-        curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${JOB[PERF,HC,BLD]}/robot/report/\*zip\*/robot-plugin.zip \
-            --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${JOB[PERF,HC,BLD]}.zip
+        curl --silent ${URL[JENKINS,HC]}/${JOB[PERF,HC]}/${i}/robot/report/\*zip\*/robot-plugin.zip \
+            --output ${DIR[STATIC,ARCH]}/${JOB[PERF,HC]}-${i}.zip
 done
 fi