diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-22 11:52:56 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-06-29 21:59:30 +0000 |
commit | 1bfee96af202ad1d7325713b58872d2a17caec99 (patch) | |
tree | 3ce7d06ebf97882d4aa64b60c90148f4ab80a44e | |
parent | b87595c644421e9ddd72ad15634382b89c902dcc (diff) |
Removing unused test suite and updating debug test suite
The compliance_set test suite is not used. Updating the description of
the debug test suite.
Change-Id: Id2c3ca922ffb083f3443e00e5ca1a0648aec3e4a
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
-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 |