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