diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/compliance/compliance_set.yml | 8 | ||||
-rw-r--r-- | etc/compliance/debug.yml | 9 |
2 files changed, 6 insertions, 11 deletions
diff --git a/etc/compliance/compliance_set.yml b/etc/compliance/compliance_set.yml deleted file mode 100644 index 75f50e42..00000000 --- a/etc/compliance/compliance_set.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -compliance_set: - name: compliance_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.ipv6.tc001 diff --git a/etc/compliance/debug.yml b/etc/compliance/debug.yml index bac48f20..84aad837 100644 --- a/etc/compliance/debug.yml +++ b/etc/compliance/debug.yml @@ -1,7 +1,10 @@ --- -# only used for dovetail tool development debug -# all these are new test cases adding here for running on CI +# only used for dovetail tool development and the integration testing +# of new test cases. New test case candidates for the next release, +# which need to be evaluated in the OPNFV CI, should be added to the +# proposed_tests test suite. debug: name: debug testcases_list: - - dovetail.smoke.tc001 + optional: + - dovetail.vping.userdata |