diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-09-20 07:09:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-20 07:09:14 +0000 |
commit | f28281f765cb1760a5bd371c8301d21f48c3ca2b (patch) | |
tree | a307fdde0991d0aaa152ed50062a4132bf784284 | |
parent | 0869d92ee124bbefdfb60e3a8f02510d031f9a44 (diff) | |
parent | 7b729c31b492daf964623774b872fd5e03054ab9 (diff) |
Merge "Create reporting config file"
-rw-r--r-- | tests/ci/report_config.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/ci/report_config.yaml b/tests/ci/report_config.yaml new file mode 100644 index 000000000..ae19894c0 --- /dev/null +++ b/tests/ci/report_config.yaml @@ -0,0 +1,20 @@ +reporting: + - + name: apex + scenario: + - + os-nosdn-ovs-noha + - + os-onos-sfc-ha + - + os-onos-nofeature-ha + + - + name: fuel + scenario: + - + os-odl_l2-sfc-noha + - + os-odl_l2-sfc-ha + - + os-nosdn-ovs-ha |