From a81601b90ca189f3ce939dd654a422465d6cebab Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 5 Jan 2016 14:09:02 +0100 Subject: [PATCH] bug fix: fix results path on Functest container JIRA: FUNCTEST-92 Change-Id: Ib993ccf83856c40b47a31c2fbbb2ca5d00cabea8 Signed-off-by: Morgan Richomme --- jjb/functest/res-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6