Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
| 3 | <suite name="CRUDArtifacts" configfailurepolicy="continue" verbose="2" parallel="methods" thread-count="2" data-provider-thread-count="2"> |
| 4 | |
| 5 | <test name="Test"> |
| 6 | <classes> |
| 7 | <class name="org.openecomp.sdc.externalApis.CRUDExternalAPI"> |
| 8 | <methods> |
| 9 | <include name="uploadArtifactOnVfcVlCpViaExternalAPI" invocation-numbers="0" /> |
| 10 | <include name="uploadArtifactOnVFViaExternalAPI" invocation-numbers="0" /> |
| 11 | <include name="uploadArtifactOnServiceViaExternalAPI" invocation-numbers="0" /> |
| 12 | <include name="uploadArtifactOnRIViaExternalAPI" invocation-numbers="0" /> |
| 13 | <include name="uploadArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" /> |
| 14 | <include name="updateArtifactForServiceViaExternalAPI" invocation-numbers="0" /> |
| 15 | <include name="updateArtifactForVFViaExternalAPI" invocation-numbers="0" /> |
| 16 | <include name="updateArtifactForVfcVlCpViaExternalAPI" invocation-numbers="0" /> |
| 17 | <include name="updateArtifactOfVfcVlCpForVfciVliCpiViaExternalAPI" invocation-numbers="0" /> |
| 18 | <include name="updateArtifactOnRIViaExternalAPI" invocation-numbers="0" /> |
| 19 | <include name="updateArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" /> |
| 20 | <include name="deleteArtifactForServiceViaExternalAPI" invocation-numbers="0" /> |
| 21 | <include name="deleteArtifactForVFViaExternalAPI" invocation-numbers="0" /> |
| 22 | <include name="deleteArtifactOnRIViaExternalAPI" invocation-numbers="0" /> |
| 23 | <include name="deleteArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" /> |
| 24 | <include name="deleteArtifactOnAssetWhichNotExist" /> |
| 25 | </methods> |
| 26 | </class> |
| 27 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt"> |
| 28 | <methods> |
| 29 | <include name="downloadArtifactOfComponentInstanceFromServiceViaExternalAPI"/> |
| 30 | </methods> |
| 31 | </class> |
| 32 | <class name="org.openecomp.sdc.externalApis.GetFilteredAssetServlet"> |
| 33 | <methods> |
| 34 | <include name="getResourceAssetBySpecifiedCategory"/> |
| 35 | <include name="getServiceAssetBySpecifiedCategory"/> |
| 36 | </methods> |
| 37 | </class> |
| 38 | <class name="org.openecomp.sdc.externalApis.SearchFilterCategoryExternalAPI"> |
| 39 | <methods> |
| 40 | <include name="normativeResourceCategory" invocation-numbers="0"/> |
| 41 | </methods> |
| 42 | </class> |
| 43 | <class name="org.openecomp.sdc.externalApis.GetCSARofVF"> |
| 44 | <methods> |
| 45 | <include name="getServiceToscaModelCheckInState"/> |
| 46 | <include name="getRsourceToscaModelCertifyState"/> |
| 47 | </methods> |
| 48 | </class> |
| 49 | <class name="org.openecomp.sdc.externalApis.GetFilteredAssetServlet"> |
| 50 | <methods> |
| 51 | <include name="getResourceAssetBySpecifiedCategory"/> |
| 52 | <include name="getServiceAssetBySpecifiedCategory"/> |
| 53 | </methods> |
| 54 | </class> |
| 55 | <class name="org.openecomp.sdc.externalApis.GetSpecificAssetMetadataServlet"> |
| 56 | <methods> |
| 57 | <include name="getResourceAssetMetadataSuccess"/> |
| 58 | <include name="getServiceAssetMetadataWithResourceInstancesSuccess"/> |
| 59 | </methods> |
| 60 | </class> |
| 61 | <class name="org.openecomp.sdc.externalApis.AssetLifeCycle"> |
| 62 | <methods> |
| 63 | <include name="theFlow"/> |
| 64 | </methods> |
| 65 | </class> |
| 66 | </classes> |
| 67 | </test> <!-- Test --> |
| 68 | </suite> <!-- Suite --> |