diff options
author | Leo Wang <grakiss.wanglei@huawei.com> | 2016-12-14 20:04:37 -0500 |
---|---|---|
committer | Leo Wang <grakiss.wanglei@huawei.com> | 2016-12-14 20:09:22 -0500 |
commit | 07ade0984dfa094a6f55955270b5bea536063f74 (patch) | |
tree | d13258bf6f737dc4a979345e1f4d478f371b6b6d | |
parent | 5809de2a438fcffb57d2b675e36ce1cbc0ea90f7 (diff) |
add example test area
1. use this config to support example test case
Change-Id: I3fda73c408ed4b2bfb75aac52e0292fa4de9161b
Signed-off-by: Leo Wang <grakiss.wanglei@huawei.com>
-rw-r--r-- | dovetail/compliance/example_set.yml | 8 | ||||
-rw-r--r-- | dovetail/conf/dovetail_config.yml | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/dovetail/compliance/example_set.yml b/dovetail/compliance/example_set.yml deleted file mode 100644 index 1ee1ac50..00000000 --- a/dovetail/compliance/example_set.yml +++ /dev/null @@ -1,8 +0,0 @@ -example_set: - name: example_set - testcases_list: - # Temporarily, one test case kept here as default to run - # for use of software development/debug - # TO DO: will amend when compliance set is settled - - dovetail.example.tc001 - - dovetail.example.tc002 diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml index 86ac6cf6..c01394ed 100644 --- a/dovetail/conf/dovetail_config.yml +++ b/dovetail/conf/dovetail_config.yml @@ -17,6 +17,7 @@ testarea_supported: - vimops - nfvi - ipv6 + - example # used for testcase cmd template in jinja2 format # we have two variables available now |