diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-05 14:09:02 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-05 14:09:02 +0100 |
commit | a81601b90ca189f3ce939dd654a422465d6cebab (patch) | |
tree | 4307553d94bdaff2663066acf0bf68ca5d439539 /jjb/functest/res-build.sh | |
parent | d7612b46160af43150ce7f58afd6d783d0ec162e (diff) |
bug fix: fix results path on Functest container
JIRA: FUNCTEST-92
Change-Id: Ib993ccf83856c40b47a31c2fbbb2ca5d00cabea8
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb/functest/res-build.sh')
-rw-r--r-- | jjb/functest/res-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/res-build.sh b/jjb/functest/res-build.sh index 9d425773d..1f4699681 100644 --- a/jjb/functest/res-build.sh +++ b/jjb/functest/res-build.sh @@ -9,7 +9,7 @@ res_build_date=$(date -u +"%Y-%m-%d_%H-%M-%S") # Result directory in the jumphost # to be used only with CI -dir_result="${HOME}/opnfv/functest/reports" +dir_result="${HOME}/opnfv/functest/results" # Clean the results directory # remove json file for rally, export only html |