Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 3 | <suite name="externalApis" configfailurepolicy="continue" verbose="2" parallel="methods" thread-count="1" data-provider-thread-count="8"> |
Tal Gitelman | ed7e1c3 | 2017-06-29 19:30:00 +0300 | [diff] [blame] | 4 | <test name="ExternalApis"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 5 | <classes> |
| 6 | |
sebdet | dcda40f | 2020-08-24 12:00:48 +0200 | [diff] [blame] | 7 | <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 Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 17 | |
sebdet | dcda40f | 2020-08-24 12:00:48 +0200 | [diff] [blame] | 18 | <class name="AnnotationsTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 19 | |
| 20 | |
| 21 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest"/> |
sebdet | dcda40f | 2020-08-24 12:00:48 +0200 | [diff] [blame] | 22 | <class name="ProductCheckinTest"/> |
| 23 | <class name="ProductCheckoutTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 24 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest"/> |
sebdet | dcda40f | 2020-08-24 12:00:48 +0200 | [diff] [blame] | 25 | <class name="ProductCreateWithValidationsTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 26 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest"/> |
sebdet | dcda40f | 2020-08-24 12:00:48 +0200 | [diff] [blame] | 27 | <class name="ProductGetFollowedTest"/> |
| 28 | <class name="ProductUndoCheckoutTest"/> --> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 29 | |
| 30 | |
| 31 | </classes> |
| 32 | </test> |
| 33 | </suite> |