aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/libraries/run_rally.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-12-10 18:31:36 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2015-12-10 18:31:36 +0100
commit0bf24df1765dcb1a181a885703cb8c6263ebcd99 (patch)
tree0b6d556baacc513686cfd92f137ab91f427964e7 /testcases/VIM/OpenStack/CI/libraries/run_rally.py
parente7c8be7fceb2cdeb3f0c1e9e46fdd610de429865 (diff)
fix path for rally result
Change-Id: Ic686bb41b927072b47e20afe480da6d8119053fc Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/VIM/OpenStack/CI/libraries/run_rally.py')
-rw-r--r--testcases/VIM/OpenStack/CI/libraries/run_rally.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/VIM/OpenStack/CI/libraries/run_rally.py b/testcases/VIM/OpenStack/CI/libraries/run_rally.py
index 327fe9c85..871f52ee9 100644
--- a/testcases/VIM/OpenStack/CI/libraries/run_rally.py
+++ b/testcases/VIM/OpenStack/CI/libraries/run_rally.py
@@ -72,7 +72,7 @@ REPO_PATH = args.repo_path
SCENARIOS_DIR = REPO_PATH + functest_yaml.get("general"). \
get("directories").get("dir_rally_scn")
RESULTS_DIR = functest_yaml.get("general").get("directories"). \
- get("dir_rally_res") + "/rally/"
+ get("dir_rally_res")
TEST_DB = functest_yaml.get("results").get("test_db_url")
GLANCE_IMAGE_NAME = "functest-img-rally"