Added more consistency when getting the config_functest.yaml 15/6815/2
authorjose.lausuch <jose.lausuch@ericsson.com>
Fri, 15 Jan 2016 10:24:58 +0000 (11:24 +0100)
committerjose.lausuch <jose.lausuch@ericsson.com>
Fri, 15 Jan 2016 10:27:19 +0000 (11:27 +0100)
Change-Id: Ie48e16adee25f7a00d6b9d4a45e804a066064eee
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/common.sh
docker/prepare_env.sh
testcases/config_functest.yaml

index f21263c..f03572d 100755 (executable)
 #
 # If it is not provided, take the existing one in the functest repo
 #
+
+# this pull is to be removed right before the B release, once we build
+# a release candidate docker
+cd $repos_dir/functest
+git pull
+
 mkdir -p /home/opnfv/functest/conf
 config_file=/home/opnfv/functest/conf/config_functest.yaml
 if [ ! -f ${config_file} ]; then
index ec14391..48320d4 100755 (executable)
@@ -80,16 +80,6 @@ fi
 
 if [ $offline == false ]; then
     # Update repos
-    info "Updating Functest repository...."
-    cd ${FUNCTEST_REPO_DIR}
-    info "Functest repo: pulling to latest..."
-    git pull
-    if [ ${FUNCTEST_COMMIT} != "latest" ]; then
-        info "Functest repo: given commit is ${FUNCTEST_COMMIT}. Reseting..."
-        git reset --hard ${FUNCTEST_COMMIT}
-    fi
-    source ${BASEDIR}/common.sh
-
     info "Updating Releng repository...."
     cd ${RELENG_REPO_DIR}
     if [ ${RELENG_BRANCH} != "master" ]; then
index 1063715..7c42ffa 100644 (file)
@@ -27,8 +27,6 @@ general:
 
     repositories:
         # branch and commit ID to which the repos will be reset (HEAD)
-        functest_branch:    stable/brahmaputra
-        functest_commit:    latest
         releng_branch:  master
         releng_commit:  latest
         rally_branch:   master