diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-09-20 09:54:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-20 09:54:25 +0000 |
commit | 99e1b388330ddd0cc8ba0287a4cbd86cf9e62bbf (patch) | |
tree | da8db7f9919ef50304b79cfde79455b1aa5bb4a7 | |
parent | cd2bc753b7723a97005d02a66ebe26c4430992f2 (diff) | |
parent | 781b2c67b4d5c6e2c0c7272394d18b70717fb9a7 (diff) |
Merge "Create reporting config file" into stable/colorado
-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 |