Merge "Add postprocess script"
authorJose Lausuch <jose.lausuch@ericsson.com>
Mon, 19 Dec 2016 10:39:04 +0000 (10:39 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 19 Dec 2016 10:39:04 +0000 (10:39 +0000)
jjb/functest/functest-cleanup.sh
jjb/global/installer-params.yml

index 3c4c7f9..a1ae67d 100755 (executable)
@@ -10,7 +10,7 @@ if [[ ! -z $(docker ps -a | grep opnfv/functest) ]]; then
 fi
 
 # Remove existing images if exist
-if [[ $CLEAN_DOCKER_IMAGES ]] && [[ ! -z $(docker images | grep opnfv/functest) ]]; then
+if [[ $CLEAN_DOCKER_IMAGES == true ]] && [[ ! -z $(docker images | grep opnfv/functest) ]]; then
     echo "Docker images to remove:"
     docker images | head -1 && docker images | grep opnfv/functest >${redirect}
     image_tags=($(docker images | grep opnfv/functest | awk '{print $2}'))
index 5aecf58..4a50a59 100644 (file)
             description: 'Installer used for deploying OPNFV on this POD'
         - string:
             name: DEPLOY_SCENARIO
-            default: 'none'
+            default: 'os-odl_l2-bgpvpn-noha'
             description: 'Scenario to deploy and test'
         - string:
             name: EXTERNAL_NETWORK