summaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/main/resources/ci/testSuites/service.xml
diff options
context:
space:
mode:
Diffstat (limited to 'asdc-tests/src/main/resources/ci/testSuites/service.xml')
-rw-r--r--asdc-tests/src/main/resources/ci/testSuites/service.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/asdc-tests/src/main/resources/ci/testSuites/service.xml b/asdc-tests/src/main/resources/ci/testSuites/service.xml
deleted file mode 100644
index 18d5630c4e..0000000000
--- a/asdc-tests/src/main/resources/ci/testSuites/service.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
-<suite name="Service" >
- <test name="Service">
- <classes>
- <class name="org.openecomp.sdc.ci.tests.execute.service.GetServiceLatestVersionTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.CreateServiceMetadataApiTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.ReqCapOccurrencesTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceComponentInstanceCRUDTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
- </classes>
- </test>
-</suite> <!-- Service -->