From 1bfee96af202ad1d7325713b58872d2a17caec99 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 22 Jun 2018 11:52:56 +0200 Subject: 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 --- etc/compliance/compliance_set.yml | 8 -------- etc/compliance/debug.yml | 9 ++++++--- 2 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 etc/compliance/compliance_set.yml 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 -- cgit 1.2.3-korg