diff options
Diffstat (limited to 'etc/compliance/debug.yml')
-rw-r--r-- | etc/compliance/debug.yml | 9 |
1 files changed, 6 insertions, 3 deletions
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 |