summaryrefslogtreecommitdiffstats
path: root/dovetail/compliance
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/compliance')
-rw-r--r--dovetail/compliance/debug.yml1
-rw-r--r--dovetail/compliance/example_set.yml8
2 files changed, 9 insertions, 0 deletions
diff --git a/dovetail/compliance/debug.yml b/dovetail/compliance/debug.yml
index a0a2d3ee..8cc4b36c 100644
--- a/dovetail/compliance/debug.yml
+++ b/dovetail/compliance/debug.yml
@@ -4,6 +4,7 @@
debug:
name: debug
testcases_list:
+ - dovetail.example.tc002
- dovetail.ipv6.tc001
- dovetail.nfvi.tc001
- dovetail.nfvi.tc002
diff --git a/dovetail/compliance/example_set.yml b/dovetail/compliance/example_set.yml
new file mode 100644
index 00000000..1ee1ac50
--- /dev/null
+++ b/dovetail/compliance/example_set.yml
@@ -0,0 +1,8 @@
+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