diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-09-20 00:59:19 -0400 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-09-20 02:50:32 -0400 |
commit | 7b729c31b492daf964623774b872fd5e03054ab9 (patch) | |
tree | c39880924048eb4fc666328dcf1c4d446918598a /tests | |
parent | 5bdaffe7a8b573c4755e46ec86647e303f22bb26 (diff) |
Create reporting config file
JIRA: YARDSTICK-352
Change-Id: I55c5a584f4d964b4ba1dba12bf6c3a95413020b7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'tests')
-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 |