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"> |
| 3 | <suite name="CRUDArtifacts" configfailurepolicy="continue" verbose="2" parallel="tests" thread-count="10"> |
| 4 | |
| 5 | <test name="Test"> |
| 6 | <classes> |
| 7 | <class |
Michael Lando | b2c6018 | 2017-08-07 07:05:40 +0300 | [diff] [blame] | 8 | name="org.openecomp.sdc.externalApis.CRUDExternalAPI"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 9 | <methods> |
Michael Lando | b2c6018 | 2017-08-07 07:05:40 +0300 | [diff] [blame] | 10 | <!-- <include name="uploadArtifactOnVFViaExternalAPI" /> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 11 | <include name="uploadArtifactOnServiceViaExternalAPI" /> |
| 12 | <include name="uploadArtifactOnRIViaExternalAPI" /> |
| 13 | <include name="uploadInvalidArtifactTypeExtensionLabelDescriptionCheckSumDuplicateLabelViaExternalAPI" /> |
| 14 | <include name="uploadArtifactOnVFViaExternalAPIByDiffrentUserThenCreatorOfAsset" /> |
| 15 | <include name="uploadArtifactOnAssetWhichNotExist" /> |
| 16 | <include name="uploadArtifactOnAssetWhichInInvalidStateForUploading" /> |
| 17 | |
| 18 | |
| 19 | <include name="updateArtifactForServiceViaExternalAPI" /> |
| 20 | <include name="updateArtifactForVFViaExternalAPI" /> |
| 21 | <include name="updateArtifactOnRIViaExternalAPI" /> |
| 22 | <include name="updateArtifactOnVFViaExternalAPIByDiffrentUserThenCreatorOfAsset" /> |
| 23 | <include name="updateArtifactOnAssetWhichNotExist" /> |
| 24 | <include name="updateArtifactOnAssetWhichInInvalidStateForUploading" /> |
| 25 | <include name="updateInvalidArtifactTypeExtensionLabelDescriptionCheckSumDuplicateLabelViaExternalAPI" /> |
| 26 | |
| 27 | |
| 28 | <include name="deleteArtifactForServiceViaExternalAPI" /> |
| 29 | <include name="deleteArtifactForVFViaExternalAPI" /> |
| 30 | <include name="deleteArtifactOnRIViaExternalAPI" /> |
| 31 | <include name="deleteArtifactOnVFViaExternalAPIByDiffrentUserThenCreatorOfAsset" /> |
| 32 | <include name="deleteArtifactOnAssetWhichNotExist" /> |
Michael Lando | b2c6018 | 2017-08-07 07:05:40 +0300 | [diff] [blame] | 33 | <include name="deleteArtifactOnAssetWhichInInvalidStateForUploading" /> --> |
| 34 | |
| 35 | <include name="deleteArtifactForServiceViaExternalAPI" /> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 36 | </methods> |
| 37 | |
| 38 | </class> |
| 39 | |
| 40 | </classes> |
| 41 | </test> <!-- Test --> |
| 42 | </suite> <!-- Suite --> |