Michael Lando | 451a340 | 2017-02-19 10:28:42 +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="Sanity" configfailurepolicy="continue" > |
| 4 | |
| 5 | <!-- |
| 6 | <listeners> |
| 7 | <listener class-name="org.openecomp.sdc.ci.tests.config.InvokedMethodListener" /> |
| 8 | </listeners> |
| 9 | --> |
| 10 | |
| 11 | |
| 12 | <test verbose="2" name="Sanity"> |
| 13 | <classes> |
| 14 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest"> |
| 15 | <methods> |
| 16 | <include name="upadteArtifactWithPayLoadToResourcseTest"/> |
| 17 | <include name="createAndUpdateArtifactToInterface"/> |
| 18 | </methods> |
| 19 | </class> |
| 20 | |
| 21 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt"> |
| 22 | <methods> |
| 23 | <include name="addHeatArtifactToResourceAndCertify"/> |
| 24 | </methods> |
| 25 | </class> |
| 26 | |
| 27 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.LCS_Artifacts"> |
| 28 | <methods> |
| 29 | <include name="LCS_inherit_artifact"/> |
| 30 | </methods> |
| 31 | </class> |
| 32 | |
| 33 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse"/> |
| 34 | |
| 35 | <class name="org.openecomp.sdc.ci.tests.execute.category.CatalogDataApiTest"/> |
| 36 | |
| 37 | <class name="org.openecomp.sdc.ci.tests.execute.category.ElementsApiTest"> |
| 38 | <methods> |
| 39 | <include name="getAllArtifactTypes"/> |
| 40 | <include name="getConfiguration"/> |
| 41 | <include name="getAllPropertyScopesSuccess"/> |
| 42 | </methods> |
| 43 | </class> |
| 44 | <class name="org.openecomp.sdc.ci.tests.execute.distribution.AuthanticationTests"> |
| 45 | <methods> |
| 46 | <include name="downloadServiceArtifactSuccessWithAutantication"/> |
| 47 | </methods> |
| 48 | </class> |
| 49 | |
| 50 | <class name="org.openecomp.sdc.ci.tests.execute.distribution.DistributionDownloadArtifactTest"> |
| 51 | <methods> |
| 52 | <include name="downloadResourceArtifactSuccess"/> |
| 53 | </methods> |
| 54 | </class> |
| 55 | |
| 56 | <class name="org.openecomp.sdc.ci.tests.execute.general.BasicHttpAuthenticationTest"> |
| 57 | <methods> |
| 58 | <include name="sendAuthenticatedRequestTest_success"/> |
| 59 | </methods> |
| 60 | </class> |
| 61 | |
| 62 | |
| 63 | |
| 64 | <class name="org.openecomp.sdc.ci.tests.execute.general.FeProxyTest"/> |
| 65 | <class name="org.openecomp.sdc.ci.tests.execute.general.ManageEcompConsumerCredentials"> |
| 66 | <methods> |
| 67 | <include name="deleteEcompCredentialsMethodDelete"/> |
| 68 | </methods> |
| 69 | </class> |
| 70 | <class name="org.openecomp.sdc.ci.tests.execute.general.UuidTest"> |
| 71 | <methods> |
| 72 | <include name="testE2EUuidHeaderReturnedAndPreserved"/> |
| 73 | </methods> |
| 74 | </class> |
| 75 | |
| 76 | <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportGenericResourceCITest"> |
| 77 | <methods> |
| 78 | <include name="importAllTestResources"/> |
| 79 | <include name="testImportCheckoutAndUpdateUserResource"/> |
| 80 | <include name="testImportWithUpdateNormativeType"/> |
| 81 | </methods> |
| 82 | </class> |
| 83 | <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportNewResourceCITest"> |
| 84 | <methods> |
| 85 | <include name="importAllTestResources_toValidateNewAPI"/> |
| 86 | </methods> |
| 87 | </class> |
| 88 | |
| 89 | <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportToscaResourceTest"> |
| 90 | <methods> |
| 91 | <include name="importToscaResource"/> |
| 92 | </methods> |
| 93 | </class> |
| 94 | |
| 95 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CleanupIntermediateReources"> |
| 96 | <methods> |
| 97 | <include name="test28"/> |
| 98 | <include name="test29"/> |
| 99 | <include name="test30"/> |
| 100 | </methods> |
| 101 | </class> |
| 102 | |
| 103 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.CleanupIntermediateServicesTest"> |
| 104 | <methods> |
| 105 | <include name="testCleanupIntermediateServices"/> |
| 106 | </methods> |
| 107 | </class> |
| 108 | |
| 109 | |
| 110 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_cerificationCITest"> |
| 111 | <methods> |
| 112 | <include name="verifyAllPrevVerDeleted"/> |
| 113 | <include name="verifyStartWithDesignerCertByAdmin"/> |
| 114 | </methods> |
| 115 | </class> |
| 116 | |
| 117 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_CheckInCITest"> |
| 118 | <methods> |
| 119 | <include name="checkInTest_suc"/> |
| 120 | </methods> |
| 121 | </class> |
| 122 | |
| 123 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_CheckOutCITest"> |
| 124 | <methods> |
| 125 | <include name="checkOutTest_currState_READY_FOR_CERTIFICATION_ownerDSIGNER_performByADMIN_suc"/> |
| 126 | </methods> |
| 127 | </class> |
| 128 | |
| 129 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_request4CerCITest"> |
| 130 | <methods> |
| 131 | <include name="req4cer_fromCheckOut_designer_admin"/> |
| 132 | </methods> |
| 133 | </class> |
| 134 | |
| 135 | |
| 136 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_StartCertificationCITest"> |
| 137 | <methods> |
| 138 | <include name="startCer_suc"/> |
| 139 | </methods> |
| 140 | </class> |
| 141 | |
| 142 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ResourceLCS_UndoCheckOutCITest"> |
| 143 | <methods> |
| 144 | <include name="undoCheckOutTest_import_outAdmin_undoOut_designer"/> |
| 145 | </methods> |
| 146 | </class> |
| 147 | |
| 148 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceCertWithMandatoryArt"> |
| 149 | <methods> |
| 150 | <include name="CertServiceWithHeatDeployArtOnResource"/> |
| 151 | </methods> |
| 152 | </class> |
| 153 | |
| 154 | <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.ServiceCertWithResourceInstances"> |
| 155 | <methods> |
| 156 | <include name="certServiceWithCertResource"/> |
| 157 | </methods> |
| 158 | </class> |
| 159 | |
| 160 | <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"> |
| 161 | <methods> |
| 162 | <include name="createResourceAdditionalInformationTestDuringLifecycle"/> |
| 163 | <include name="updateResourceAdditionalInformationTest"/> |
| 164 | <include name="deleteResourceAdditionalInformationTest"/> |
| 165 | </methods> |
| 166 | </class> |
| 167 | |
| 168 | <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"> |
| 169 | <methods> |
| 170 | <include name="testPropertyApis"/> |
| 171 | </methods> |
| 172 | </class> |
| 173 | |
| 174 | <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"> |
| 175 | <methods> |
| 176 | <include name="createCascadeVfResource"/> |
| 177 | <include name="createPropertyTestSetClearDefaultValueInetegr"/> |
| 178 | </methods> |
| 179 | </class> |
| 180 | |
| 181 | |
| 182 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetAllLatestVersionNonAbstarctResources"> |
| 183 | <methods> |
| 184 | <include name="resourceCertifiedTwiceCoutCinCout"/> |
| 185 | </methods> |
| 186 | </class> |
| 187 | |
| 188 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetAllResourceVersions"> |
| 189 | <methods> |
| 190 | <include name="getResourceAllVersions_version15"/> |
| 191 | </methods> |
| 192 | </class> |
| 193 | |
| 194 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetFollwedElementsTest"> |
| 195 | <methods> |
| 196 | <include name="getResourcesListBolongsToSpecificDesigner"/> |
| 197 | </methods> |
| 198 | </class> |
| 199 | |
| 200 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceAbstractApiTest"> |
| 201 | <methods> |
| 202 | <include name="getAbstractResourceList"/> |
| 203 | </methods> |
| 204 | </class> |
| 205 | |
| 206 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceNotAbstractApiTest"> |
| 207 | <methods> |
| 208 | <include name="getNotAbstractResourceList"/> |
| 209 | </methods> |
| 210 | </class> |
| 211 | |
| 212 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceTagsApiTest"> |
| 213 | <methods> |
| 214 | <include name="getModifiedResourceTagsList"/> |
| 215 | </methods> |
| 216 | </class> |
| 217 | |
| 218 | <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceApiTest"> |
| 219 | <methods> |
| 220 | <include name="updateResourceMetadataSuccess"/> |
| 221 | </methods> |
| 222 | </class> |
| 223 | <!-- |
| 224 | <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceInstanceNameCRUD"> |
| 225 | <methods> |
| 226 | <include name="updateResourceInstanceNameAfterServiceCertification"/> |
| 227 | </methods> |
| 228 | </class> |
| 229 | --> |
| 230 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceInstanceServletTest"> |
| 231 | <methods> |
| 232 | <include name="updateRI_suc"/> |
| 233 | </methods> |
| 234 | </class> --> |
| 235 | |
| 236 | <class name="org.openecomp.sdc.ci.tests.execute.resource.UpdateResourceMetadataTest"> |
| 237 | <methods> |
| 238 | <include name="UpdateDerivedFromSuccess"/> |
| 239 | </methods> |
| 240 | </class> |
| 241 | |
| 242 | |
| 243 | <class name="org.openecomp.sdc.ci.tests.execute.service.GetComponentAuditApiTest"> |
| 244 | <methods> |
| 245 | <include name="testServiceAuditCertifiedVersion"/> |
| 246 | </methods> |
| 247 | </class> |
| 248 | |
| 249 | <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceApiTest"> |
| 250 | <methods> |
| 251 | <include name="createServiceTest"/> |
| 252 | <include name="getFollowedServicesTester"/> |
| 253 | </methods> |
| 254 | </class> |
| 255 | |
| 256 | <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceInformationalArtifactApiTest"> |
| 257 | <methods> |
| 258 | <include name="addArtifactSuccessfuly"/> |
| 259 | <include name="deleteArtifact"/> |
| 260 | <include name="updateArtifactMetadataSuccessfully"/> |
| 261 | </methods> |
| 262 | </class> |
| 263 | |
| 264 | <class name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest"> |
| 265 | <methods> |
| 266 | <include name="updateServiceSuccessfully"/> |
| 267 | </methods> |
| 268 | </class> |
| 269 | |
| 270 | |
| 271 | <class name="org.openecomp.sdc.ci.tests.execute.user.ActivateDeActivateDeleteUser"> |
| 272 | <methods> |
| 273 | <include name="authorizeDeActivatedUser"/> |
| 274 | </methods> |
| 275 | </class> |
| 276 | |
| 277 | <class name="org.openecomp.sdc.ci.tests.execute.user.CreateUserApiTest"> |
| 278 | <methods> |
| 279 | <include name="createUser"/> |
| 280 | </methods> |
| 281 | </class> |
| 282 | |
| 283 | <class name="org.openecomp.sdc.ci.tests.execute.user.GovernorWorkspaceApiTest"> |
| 284 | <methods> |
| 285 | <include name="governorList_AllCertifiedVersionsOfService"/> |
| 286 | </methods> |
| 287 | </class> |
| 288 | |
| 289 | <class name="org.openecomp.sdc.ci.tests.execute.user.OpsWorkspaceApiTest"> |
| 290 | <methods> |
| 291 | <include name="opsList_AllCertifiedVersionsOfServiceApproved"/> |
| 292 | </methods> |
| 293 | </class> |
| 294 | |
| 295 | <!-- Product tests start--> |
| 296 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest"> |
| 297 | <methods> |
| 298 | <include name="checkInProductByCreator"/> |
| 299 | </methods> |
| 300 | </class> |
| 301 | <class name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest"> |
| 302 | <methods> |
| 303 | <include name="changeServiceInstanceVersionByPm"/> |
| 304 | </methods> |
| 305 | </class> |
| 306 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"> |
| 307 | <methods> |
| 308 | <include name="checkOutProductByPmNotInContacts"/> |
| 309 | </methods> |
| 310 | </class> |
| 311 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest"> |
| 312 | <methods> |
| 313 | <include name="createServiceInstanceTest"/> |
| 314 | <include name="deleteServiceInstanceByPm"/> |
| 315 | <include name="updateServiceInstanceNameByPm"/> |
| 316 | </methods> |
| 317 | </class> |
| 318 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest"> |
| 319 | <methods> |
| 320 | <include name="createManyGroupingsDiffCategories"/> |
| 321 | </methods> |
| 322 | </class> |
| 323 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductGetFollowedTest"> |
| 324 | <methods> |
| 325 | <include name="followedPageTest"/> |
| 326 | </methods> |
| 327 | </class> |
| 328 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest"> |
| 329 | <methods> |
| 330 | <include name="undoCheckOutProductByPm"/> |
| 331 | </methods> |
| 332 | </class> |
| 333 | <!-- Product tests end--> |
| 334 | </classes> |
| 335 | </test> <!-- Test --> |
| 336 | </suite> <!-- Sanity --> |