diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 11:04:16 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-27 11:04:58 +0200 |
commit | c6744913a0d43086dcf3f9ac44eb0f721b84e725 (patch) | |
tree | 8106b7275c5a69fe4c08a2ff776af053fb6618c4 | |
parent | ccfa7ebd0675a7025fe98ffe757135460c429175 (diff) |
fix bad path in functest to source rc file
JIRA: FUNCTEST-42
Change-Id: I76e85d98fbc7e1d808012923e365545df64370b5
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/functest/functest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index bf824b642..9ea7b2440 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -576,7 +576,7 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ - source $HOME/functest/opnfv-openrc.sh + source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo # go into WORKSPACE where the functest repo is cloned |