Merge "Fix RegExp issue for sfc scenario"
authormei mei <meimei@huawei.com>
Fri, 23 Mar 2018 01:10:58 +0000 (01:10 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 23 Mar 2018 01:10:58 +0000 (01:10 +0000)
jjb/functest/functest-alpine.sh

index bdd79c4..dfadf9a 100755 (executable)
@@ -162,7 +162,7 @@ if [ "${INSTALLER_TYPE}" == 'fuel' ]; then
 fi
 
 
-if [[ ${INSTALLER_TYPE} == 'compass' && ${DEPLOY_SCENARIO} =~ 'odl.*sfc' ]]; then
+if [[ ${INSTALLER_TYPE} == 'compass' && ${DEPLOY_SCENARIO} =~ 'sfc' ]]; then
     ssh_key="/tmp/id_rsa"
     user_config="/tmp/openstack_user_config.yml"
     docker cp compass-tasks:/root/.ssh/id_rsa $ssh_key