diff options
author | lanqinglong <lanqinglong@huawei.com> | 2016-01-15 10:28:42 +0800 |
---|---|---|
committer | Qinglong Lan <lanqinglong@huawei.com> | 2016-01-15 03:11:38 +0000 |
commit | be4d2778d535272a3683cb8e518c85065af6a582 (patch) | |
tree | 1526e9d3ca3abf8580d9582f4ea3d9317cfefb31 /docker | |
parent | 5509502fa7ebe0555c52afa5d574f4c1bba04eac (diff) |
Modify ONOS test for CI running
Change-Id: I2ce678c1239920071f9eeb6fe251a92cb3737e6a
Signed-off-by: lanqinglong <lanqinglong@huawei.com>
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index bbe0d9ede..d6faff23a 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -36,7 +36,7 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]]; then testcase=`cat /home/opnfv/functest/conf/testcase-list.txt` arr_test=("$testcase") else - arr_test=(vping odl tempest vims rally) + arr_test=(vping odl tempest vims rally onos) fi function clean_openstack(){ |