diff options
author | Justin chi <chigang@huawei.com> | 2017-03-18 05:58:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-18 05:58:15 +0000 |
commit | 07e00673db9a395326ae97d2725ce9be9e47e53d (patch) | |
tree | 717d369520dcfe25b9bf367764bdf8357a8d5593 /ci | |
parent | a80a7b5e715ab1cb0b03b911a245750678f32d8e (diff) | |
parent | 97a710ee9510adde4ff44134d94081fc9966aca5 (diff) |
Merge "Add ONOS scenario to daily master" into stable/danube
Diffstat (limited to 'ci')
-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 c309e53e..1f206210 100755 --- a/ci/deploy_ci.sh +++ b/ci/deploy_ci.sh @@ -18,10 +18,6 @@ case $DEPLOY_SCENARIO in echo "os-odl_l2-moon-ha scenario supports xenial mitaka only" exit 1 ;; - os-onos-nofeature-ha) - echo "os-onos-nofeature-ha scenario supports mitaka only" - exit 1 - ;; os-onos-sfc-ha) echo "os-onos-sfc-ha scenario supports mitaka only" exit 1 |