diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-26 18:12:11 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-08-26 18:12:11 +0200 |
commit | dae21e80b2a8a9b8201abd2aeaa082be970eb6ca (patch) | |
tree | e461773c5ec474fd89befebbdf7f5a80232380e5 | |
parent | 95a2d7eda98f1db9c61684aea20d3f7999da4f86 (diff) |
remove sourcing of opnfv-openrc.rc in releng script
no file must be sourced from functest now assuming that we retrieve all the creds dynamically through the script utils/fetch_os_creds.sh before running functest
JIRA: FUNCTEST-42
Change-Id: I781fb1710086ae2ef8078b5deb1aeef4197712cf
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
-rw-r--r-- | jjb/functest/functest.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index bf824b642..7ea794a12 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -70,12 +70,6 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ - # source openstack vars - if [[ ! -f $HOME/opnfv-openrc.sh ]]; then - echo "Unable to access file $HOME/opnfv-openrc.sh" - exit 1 - fi - source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo # go into WORKSPACE where the functest repo is cloned @@ -136,12 +130,6 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ - # source openstack vars - if [[ ! -f $HOME/opnfv-openrc.sh ]]; then - echo "Unable to access file $HOME/opnfv-openrc.sh" - exit 1 - fi - source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo # go into WORKSPACE where the functest repo is cloned @@ -576,7 +564,6 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ - source $HOME/functest/opnfv-openrc.sh # WORKSPACE is the root of the functest repo # go into WORKSPACE where the functest repo is cloned |