From 9241dfc62fb0603ee865a944db78b4890c850d6d Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 26 May 2015 11:54:24 +0200 Subject: Refactor functest environment. Config_functest.yaml comments added. Depends on: https://gerrit.opnfv.org/gerrit/#/c/642/ JIRA: FUNCTEST-10 Change-Id: I75e4df63a9bf6281a0697352032e894ae694f17d Signed-off-by: jose.lausuch --- testcases/config_functest.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 5fe7fbffc..eb1c9a2cf 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -1,13 +1,14 @@ --- general: - # Relative paths to the path where the repo is cloned directories: + # Relative to the path where the repo is cloned: dir_vping: testcases/vPing/CI/libraries/ dir_odl: testcases/Controllers/ODL/CI/ dir_rally: testcases/VIM/OpenStack/CI/libraries/ dir_rally_scn: testcases/VIM/OpenStack/CI/suites/ + # Relative to $HOME: dir_rally_res: functest/results/ # $HOME/functest/results - dir_rally_repo: functest/Rally_repo/ + dir_rally_repo: functest/Rally_repo/ # $HOME/Rally_repo/ dir_rally_inst: .rally/ # $HOME/.rally/ usually openstack: -- cgit 1.2.3-korg