blob: 41d6f6ec67989b3f8c73d1efc2cdb138c7d2b149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="externalApis" configfailurepolicy="continue" parallel="methods" thread-count="1" data-provider-thread-count="8">
<test name="ExternalApis">
<classes>
<class name="org.onap.sdc.backend.externalApis.VFCMTExternalAPI"/>
<class name="org.onap.sdc.backend.externalApis.CRUDExternalAPI"/>
<class name="org.onap.sdc.backend.externalApis.DeploymentValiditaion"/>
<class name="org.onap.sdc.backend.externalApis.GetAssetServlet"/>
<class name="org.onap.sdc.backend.externalApis.GetCSARofVF"/>
<class name="org.onap.sdc.backend.externalApis.GetFilteredAssetServlet"/>
<class name="org.onap.sdc.backend.externalApis.GetSpecificAssetMetadataServlet"/>
<class name="org.onap.sdc.backend.externalApis.SearchFilterCategoryExternalAPI"/>
<class name="org.onap.sdc.backend.externalApis.AssetLifeCycle"/>
<class name="org.onap.sdc.backend.externalApis.UserAPIs"/>
<class name="org.onap.sdc.backend.internalApis.annotations.AnnotationsTest"/>
<!-- <class name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest"/>
<class name="ProductCheckinTest"/>
<class name="ProductCheckoutTest"/>
<class name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest"/>
<class name="ProductCreateWithValidationsTest"/>
<class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest"/>
<class name="ProductGetFollowedTest"/>
<class name="ProductUndoCheckoutTest"/> -->
</classes>
</test>
</suite>
|