diff options
author | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-28 09:37:28 +0800 |
---|---|---|
committer | Harry Huang <huangxiangyu5@huawei.com> | 2018-07-28 09:37:28 +0800 |
commit | 0e1e1131ac2ae08d9420178b79e176ec7e714cd3 (patch) | |
tree | 7fac4493e2c9393146a9318b13db8590aafa5f23 | |
parent | 2d3669c5f9f0c2149f783ae60cda74b65b0eb1be (diff) |
Enable os-odl_l3-nofeature-ha scenario
JIRA: -
Change-Id: Ie8d391f055323bfae3c78c2680a3ee0ecef07383
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
-rwxr-xr-x | ci/deploy_ci.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ci/deploy_ci.sh b/ci/deploy_ci.sh index 5d751b4f..028a8c9d 100755 --- a/ci/deploy_ci.sh +++ b/ci/deploy_ci.sh @@ -18,10 +18,6 @@ case $DEPLOY_SCENARIO in echo "os-onos-sfc-ha scenario supports mitaka only" exit 1 ;; - os-odl_l3-nofeature-ha) - echo "stop running os-odl_l3-nofeature-ha scenario temporarily" - exit 1 - ;; esac if [[ "$DEPLOY_SCENARIO" =~ "k8-" ]]; then |