diff options
author | vasraz <vasyl.razinkov@est.tech> | 2019-10-15 10:23:08 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-26 09:17:08 +0000 |
commit | cb7a00bf89efca5b784120e990f79c475347e89d (patch) | |
tree | 2e434c227f7ac2bf3ba024f9496ded1f399554b9 /test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml | |
parent | c113cc3f10f72013a66c2eb5a52ab8460da196f9 (diff) |
Increase junit TCs
1. Re-enable disabled TCs (enable = true)
2. Enable @Ignored TCs
3. Add some Assert when missing
4. Remove old unused TCs (covered in UI)
Change-Id: I900e52f4860b1fdc5bd1e529a1fe7f5c3491465b
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-2672
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml b/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml index aa390dc213..005bdba0f3 100644 --- a/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml +++ b/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml @@ -3,25 +3,7 @@ <suite name="lifeCycle" parallel="none"> <test name="Test"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_cerificationCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceResourceLCSTest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_UndoCheckOutCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_UndoCheckOutCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_StartCertificationCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_CheckinCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_CheckOutCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceCertWithResourceInstances"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CrossCheckOutTest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CertifyVFWithNotCertRIs"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_request4CerCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CleanupIntermediateReources"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_CheckOutCIT"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_cerificationCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CertifyServiceWithNotCertRI"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCS_CheckInCITest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_request4CerCITest"/> <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCSbaseTest"/> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceLCS_StartCertificationCITest"/> </classes> </test> <!-- Test --> </suite> <!-- lifeCycle --> |