diff options
author | Kubi <jean.gaoliang@huawei.com> | 2017-02-17 07:31:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-17 07:31:34 +0000 |
commit | 64f56a7b28ad01097a411d916e640d25e7e65f4c (patch) | |
tree | 7414b3a6c1b5a2687964bcb48a0c8358418a7b49 /tests | |
parent | 7d5aede020b889604ce534c88af37008f38c5178 (diff) | |
parent | 08d31019b603275bac01d518e46320c37eb7e723 (diff) |
Merge "solve apex ci problem (new scenario)"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-odl-gluon-noha_daily.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-odl-gluon-noha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-odl-gluon-noha_daily.yaml new file mode 100644 index 000000000..98648f533 --- /dev/null +++ b/tests/opnfv/test_suites/opnfv_os-odl-gluon-noha_daily.yaml @@ -0,0 +1,21 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +--- +# os-odl-gluon-noha daily task suite + +schema: "yardstick:suite:0.1" + +name: "os-odl-gluon-noha" +test_cases_dir: "tests/opnfv/test_cases/" +test_cases: +- + file_name: opnfv_yardstick_tc002.yaml +- + file_name: opnfv_yardstick_tc005.yaml |