blob: b83761833e965b0670cfcbdc3113c79847096118 [file] [log] [blame]
Michael Landob3d48982017-06-11 14:22:02 +03001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
Michael Lando5b593492018-07-29 16:13:45 +03003<suite name="externalApis" configfailurepolicy="continue" verbose="2" parallel="methods" thread-count="1" data-provider-thread-count="8">
Tal Gitelmaned7e1c32017-06-29 19:30:00 +03004 <test name="ExternalApis">
Michael Landob3d48982017-06-11 14:22:02 +03005 <classes>
6
sebdetdcda40f2020-08-24 12:00:48 +02007 <class name="VFCMTExternalAPI"/>
8 <class name="CRUDExternalAPI"/>
9 <class name="DeploymentValiditaion"/>
10 <class name="GetAssetServlet"/>
11 <class name="GetCSARofVF"/>
12 <class name="GetFilteredAssetServlet"/>
13 <class name="GetSpecificAssetMetadataServlet"/>
14 <class name="SearchFilterCategoryExternalAPI"/>
15 <class name="AssetLifeCycle"/>
16 <class name="UserAPIs"/>
Michael Lando5b593492018-07-29 16:13:45 +030017
sebdetdcda40f2020-08-24 12:00:48 +020018 <class name="AnnotationsTest"/>
Michael Landob3d48982017-06-11 14:22:02 +030019
20
21<!-- <class name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest"/>
sebdetdcda40f2020-08-24 12:00:48 +020022 <class name="ProductCheckinTest"/>
23 <class name="ProductCheckoutTest"/>
Michael Landob3d48982017-06-11 14:22:02 +030024 <class name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest"/>
sebdetdcda40f2020-08-24 12:00:48 +020025 <class name="ProductCreateWithValidationsTest"/>
Michael Landob3d48982017-06-11 14:22:02 +030026 <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest"/>
sebdetdcda40f2020-08-24 12:00:48 +020027 <class name="ProductGetFollowedTest"/>
28 <class name="ProductUndoCheckoutTest"/> -->
Michael Landob3d48982017-06-11 14:22:02 +030029
30
31 </classes>
32 </test>
33</suite>