diff options
author | hongbo tian <hongbo.tianhongbo@huawei.com> | 2016-12-15 01:14:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-15 01:14:06 +0000 |
commit | 004634d4ce99da007228293877e3dd1e179b02ec (patch) | |
tree | 93446fb257cc8f426d95ccd052dfa9470f7d211e | |
parent | 997c96478d62ad8b2cc9ebac571e78c56c85280e (diff) | |
parent | 07ade0984dfa094a6f55955270b5bea536063f74 (diff) |
Merge "add example test area"
-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 |