From 8a06ec23b4395bd3609526e3e0bffd227622f688 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 11 Dec 2015 09:39:01 +0100 Subject: [PATCH] fix path bug add / in cofig file for rally res dir Change-Id: I7b78eeec1dd038dd10e588ede1b36589f9cd775f --- testcases/config_functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index af529b34..96436bb8 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -17,7 +17,7 @@ general: dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results dir_functest_conf: /home/opnfv/functest/conf - dir_rally_res: /home/opnfv/functest/results/rally + dir_rally_res: /home/opnfv/functest/results/rally/ dir_functest_data: /home/opnfv/functest/data dir_vIMS_data: /home/opnfv/functest/data/vIMS dir_rally_inst: ~/.rally -- 2.16.6