summaryrefslogtreecommitdiffstats
path: root/dovetail/conf/dovetail_config.yml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-09-25 23:30:08 -0400
committerxudan <xudan16@huawei.com>2017-09-25 23:30:08 -0400
commit186cdc71bf9bdd00be1df87d90d1a4c57790208c (patch)
tree7849337a1bd5da7f036183903189000dba741bbb /dovetail/conf/dovetail_config.yml
parent6f47c82d4b6f830863ff1330163d869baa6c7eec (diff)
Support to run mandatory or optional test cases separately
1. Currently, dovetail can run a test suite or a test area in that test suite. 2. The test areas in one test suite are not divided into optional and mandatory. 3. Split them and support to run just mandatory or optional. 4. Support to run multiple test areas. JIRA: DOVETAIL-505 Change-Id: I42cd7b4e11c3e3674c806e9bc999b782bf5c85c6 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/conf/dovetail_config.yml')
-rw-r--r--dovetail/conf/dovetail_config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/dovetail/conf/dovetail_config.yml b/dovetail/conf/dovetail_config.yml
index e93bd64a..b95c6d37 100644
--- a/dovetail/conf/dovetail_config.yml
+++ b/dovetail/conf/dovetail_config.yml
@@ -37,6 +37,9 @@ testarea_supported:
- vping
- resiliency
- tempest
+ - optional
+ - mandatory
+ - full
functest_testsuite:
- refstack_defcore
@@ -93,3 +96,13 @@ validate_input:
- 'cvp.0.4.0'
- 'cvp.0.5.0'
- 'cvp.0.6.0'
+
+mandatory:
+ - osinterop
+ - ha
+ - vping
+
+optional:
+ - ipv6
+ - tempest
+ - sdnvpn