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" verbose="2"> |
| 4 | |
| 5 | <test name="sanityE2Eflows"> |
| 6 | <classes> |
| 7 | <class name="org.openecomp.sdc.ci.tests.sanity.CrudE2E" /> |
| 8 | </classes> |
| 9 | </test> |
| 10 | |
| 11 | <test name="General"> |
| 12 | <classes> |
| 13 | <class |
| 14 | name="org.openecomp.sdc.ci.tests.execute.general.BasicHttpAuthenticationTest"> |
| 15 | <methods> |
| 16 | <include name="sendAuthenticatedRequestTest_success" /> |
| 17 | </methods> |
| 18 | </class> |
| 19 | <class name="org.openecomp.sdc.ci.tests.execute.general.FeProxyTest" /> |
| 20 | <class |
| 21 | name="org.openecomp.sdc.ci.tests.execute.general.ManageEcompConsumerCredentials"> |
| 22 | <methods> |
| 23 | <include name="deleteEcompCredentialsMethodDelete" /> |
| 24 | </methods> |
| 25 | </class> |
| 26 | <class name="org.openecomp.sdc.ci.tests.execute.general.UuidTest"> |
| 27 | <methods> |
| 28 | <include name="testE2EUuidHeaderReturnedAndPreserved" /> |
| 29 | </methods> |
| 30 | </class> |
| 31 | </classes> |
| 32 | </test> |
| 33 | |
| 34 | <test name="ArtifactOnInstance"> |
| 35 | <classes> |
| 36 | <class |
| 37 | name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt"> |
| 38 | <methods> |
| 39 | <include name="addDcaeInventoryToscaArtifactToResourceInstanceAndCertify" /> |
| 40 | <include name="addDcaeInventoryJsonArtifactToResourceInstanceAndCertify" /> |
| 41 | <include name="addDcaeInventoryPolicyArtifactToResourceInstanceAndCertify" /> |
| 42 | <include name="addDcaeInventoryDocArtifactToResourceInstanceAndCertify" /> |
| 43 | <include name="addDcaeInventoryBluePrintArtifactToResourceInstanceAndCertify" /> |
| 44 | <include name="addDcaeInventoryEventArtifactToResourceInstanceAndCertify" /> |
| 45 | <include name="updateArtifactDescriptionToResourceInstance" /> |
| 46 | <include name="deleteArtifactToResourceInstance" /> |
| 47 | </methods> |
| 48 | </class> |
| 49 | </classes> |
| 50 | </test> |
| 51 | |
| 52 | <test name="Artifact"> |
| 53 | <classes> |
| 54 | <class |
| 55 | name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest"> |
| 56 | <methods> |
| 57 | <include name="upadteArtifactWithPayLoadToResourcseTest" /> |
| 58 | <include name="createAndUpdateArtifactToInterface" /> |
| 59 | </methods> |
| 60 | </class> |
| 61 | |
| 62 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt"> |
| 63 | <methods> |
| 64 | <include name="addHeatArtifactToResourceAndCertify" /> |
| 65 | </methods> |
| 66 | </class> |
| 67 | |
| 68 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.artifacts.LCS_Artifacts"> |
| 69 | <methods> <include name="LCS_inherit_artifact" /> </methods> </class> --> |
| 70 | |
| 71 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.artifacts.InformationalArt"> |
| 72 | <methods> <include name="UpdateAllResourceMandatoryArtifacts" /> <include |
| 73 | name="updateInformationalArtifactMetadataOfResource" /> </methods> </class> |
| 74 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.InformationalArtCloudQuestionnaire"> |
| 75 | <methods> <include name="updateMandatoryInformationalArtifact_CloudQuestionnaire" |
| 76 | /> </methods> </class> --> |
| 77 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ServiceApiArtifactTest"> |
| 78 | <methods> <include name="uploadServiceApiArtifactSuccessfullyTest" /> <include |
| 79 | name="updateApiArtifactSuccessfullyTest" /> <include name="deleteApiArtifactSuccessfully" |
| 80 | /> </methods> </class> --> |
| 81 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ServiceInformationalArtifact"> |
| 82 | <methods> <include name="updateMandatoryInformationalArtifact_ServiceQuestionnaire" |
| 83 | /> </methods> </class> --> |
| 84 | |
| 85 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" /> |
| 86 | |
| 87 | |
| 88 | <class |
| 89 | name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt"> |
| 90 | <methods> |
| 91 | <include name="downloadArtifactFromResourceTest" /> |
| 92 | <include name="downloadArtifactFromServiceTest" /> |
| 93 | </methods> |
| 94 | </class> |
| 95 | </classes> |
| 96 | </test> |
| 97 | |
| 98 | <test name="Service"> |
| 99 | <classes> |
| 100 | <class |
| 101 | name="org.openecomp.sdc.ci.tests.execute.service.GetComponentAuditApiTest"> |
| 102 | <methods> |
| 103 | <include name="testServiceAuditCertifiedVersion" /> |
| 104 | </methods> |
| 105 | </class> |
| 106 | |
| 107 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceApiTest"> |
| 108 | <methods> <include name="createServiceTest" /> <include name="getFollowedServicesTester" |
| 109 | /> </methods> </class> --> |
| 110 | |
| 111 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.service.ServiceInformationalArtifactApiTest"> |
| 112 | <methods> <include name="addArtifactSuccessfuly" /> <include name="deleteArtifact" |
| 113 | /> <include name="updateArtifactMetadataSuccessfully" /> </methods> </class> --> |
| 114 | |
| 115 | <class |
| 116 | name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest"> |
| 117 | <methods> |
| 118 | <include name="updateServiceSuccessfully" /> |
| 119 | </methods> |
| 120 | </class> |
| 121 | </classes> |
| 122 | </test> |
| 123 | |
| 124 | <test name="Resource"> |
| 125 | <classes> |
| 126 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.GetAllLatestVersionNonAbstarctResources"> |
| 127 | <methods> <include name="resourceCertifiedTwiceCoutCinCout" /> </methods> |
| 128 | </class> --> |
| 129 | |
| 130 | <class |
| 131 | name="org.openecomp.sdc.ci.tests.execute.resource.GetAllResourceVersions"> |
| 132 | <methods> |
| 133 | <include name="getResourceAllVersions_version15" /> |
| 134 | </methods> |
| 135 | </class> |
| 136 | |
| 137 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.GetFollwedElementsTest"> |
| 138 | <methods> <include name="getResourcesListBolongsToSpecificDesigner" /> </methods> |
| 139 | </class> --> |
| 140 | |
| 141 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceAbstractApiTest"> |
| 142 | <methods> <include name="getAbstractResourceList" /> </methods> </class> --> |
| 143 | |
| 144 | <class |
| 145 | name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceNotAbstractApiTest"> |
| 146 | <methods> |
| 147 | <include name="getNotAbstractResourceList" /> |
| 148 | </methods> |
| 149 | </class> |
| 150 | |
| 151 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.GetResourceTagsApiTest"> |
| 152 | <methods> <include name="getModifiedResourceTagsList" /> </methods> </class> --> |
| 153 | |
| 154 | <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceApiTest"> |
| 155 | <methods> |
| 156 | <include name="updateResourceMetadataSuccess" /> |
| 157 | </methods> |
| 158 | </class> |
| 159 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceInstanceNameCRUD"> |
| 160 | <methods> <include name="updateResourceInstanceNameAfterServiceCertification"/> |
| 161 | </methods> </class> --> |
| 162 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceInstanceServletTest"> |
| 163 | <methods> <include name="updateRI_suc"/> </methods> </class> --> |
| 164 | |
| 165 | <class |
| 166 | name="org.openecomp.sdc.ci.tests.execute.resource.UpdateResourceMetadataTest"> |
| 167 | <methods> |
| 168 | <include name="UpdateDerivedFromSuccess" /> |
| 169 | </methods> |
| 170 | </class> |
| 171 | </classes> |
| 172 | </test> |
| 173 | <test name="Product"> |
| 174 | <classes> |
| 175 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest"> |
| 176 | <methods> |
| 177 | <include name="checkInProductByCreator" /> |
| 178 | </methods> |
| 179 | </class> |
| 180 | <class |
| 181 | name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest"> |
| 182 | <methods> |
| 183 | <include name="changeServiceInstanceVersionByPm" /> |
| 184 | </methods> |
| 185 | </class> |
| 186 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"> |
| 187 | <methods> |
| 188 | <include name="checkOutProductByPmNotInContacts" /> |
| 189 | </methods> |
| 190 | </class> |
| 191 | <class |
| 192 | name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest"> |
| 193 | <methods> |
| 194 | <include name="createServiceInstanceTest" /> |
| 195 | <include name="deleteServiceInstanceByPm" /> |
| 196 | <include name="updateServiceInstanceNameByPm" /> |
| 197 | </methods> |
| 198 | </class> |
| 199 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest"> |
| 200 | <methods> |
| 201 | <include name="createManyGroupingsDiffCategories" /> |
| 202 | </methods> |
| 203 | </class> |
| 204 | <class |
| 205 | name="org.openecomp.sdc.ci.tests.execute.product.ProductGetFollowedTest"> |
| 206 | <methods> |
| 207 | <include name="followedPageTest" /> |
| 208 | </methods> |
| 209 | </class> |
| 210 | <class |
| 211 | name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest"> |
| 212 | <methods> |
| 213 | <include name="undoCheckOutProductByPm" /> |
| 214 | </methods> |
| 215 | </class> |
| 216 | <!-- Product tests end --> |
| 217 | </classes> |
| 218 | </test> |
| 219 | <test name="Catalog"> |
| 220 | <classes> |
| 221 | <class name="org.openecomp.sdc.ci.tests.execute.category.CatalogDataApiTest" /> |
| 222 | </classes> |
| 223 | </test> |
| 224 | |
| 225 | <test name="distribution"> |
| 226 | <classes> |
| 227 | <class |
| 228 | name="org.openecomp.sdc.ci.tests.execute.distribution.AuthanticationTests"> |
| 229 | <methods> |
| 230 | <include name="downloadServiceArtifactSuccessWithAutantication" /> |
| 231 | </methods> |
| 232 | </class> |
| 233 | |
| 234 | <class |
| 235 | name="org.openecomp.sdc.ci.tests.execute.distribution.DistributionDownloadArtifactTest"> |
| 236 | <methods> |
| 237 | <include name="downloadResourceArtifactSuccess" /> |
| 238 | </methods> |
| 239 | </class> |
| 240 | </classes> |
| 241 | </test> |
| 242 | |
| 243 | <test name="Category"> |
| 244 | <classes> |
| 245 | <class name="org.openecomp.sdc.ci.tests.execute.category.ElementsApiTest"> |
| 246 | <methods> |
| 247 | <include name="getAllArtifactTypes" /> |
| 248 | <include name="getConfiguration" /> |
| 249 | <include name="getAllPropertyScopesSuccess" /> |
| 250 | </methods> |
| 251 | </class> |
| 252 | </classes> |
| 253 | </test> |
| 254 | |
| 255 | <test name="Imports"> |
| 256 | <classes> |
| 257 | <class |
| 258 | name="org.openecomp.sdc.ci.tests.execute.imports.ImportGenericResourceCITest"> |
| 259 | <methods> |
| 260 | <include name="importAllTestResources" /> |
| 261 | <include name="testImportCheckoutAndUpdateUserResource" /> |
| 262 | <include name="testImportWithUpdateNormativeType" /> |
| 263 | </methods> |
| 264 | </class> |
| 265 | <class |
| 266 | name="org.openecomp.sdc.ci.tests.execute.imports.ImportNewResourceCITest"> |
| 267 | <methods> |
| 268 | <include name="importAllTestResources_toValidateNewAPI" /> |
| 269 | </methods> |
| 270 | </class> |
| 271 | |
| 272 | <class |
| 273 | name="org.openecomp.sdc.ci.tests.execute.imports.ImportToscaResourceTest"> |
| 274 | <methods> |
| 275 | <include name="importToscaResource" /> |
| 276 | </methods> |
| 277 | </class> |
| 278 | <class |
| 279 | name="org.openecomp.sdc.ci.tests.execute.imports.ImportToscaCapabilitiesWithProperties"> |
| 280 | <methods> |
| 281 | <include name="importNodeTypeWithCapabilityWithPropertiesFromYmlSucceed" /> |
| 282 | <include name="importResourceWithCapabilityWithPropertiesOverridingCapTypePropertiesSucceed" /> |
| 283 | </methods> |
| 284 | </class> |
| 285 | </classes> |
| 286 | </test> <!-- Test --> |
| 287 | |
| 288 | <test name="attribute"> |
| 289 | <classes> |
| 290 | <class |
| 291 | name="org.openecomp.sdc.ci.tests.execute.attribute.ComponentInstanceAttributeTest"> |
| 292 | <methods> |
| 293 | <include name="testUpdateAttributeOnResourceInstance" /> |
| 294 | </methods> |
| 295 | </class> |
| 296 | </classes> |
| 297 | </test> |
| 298 | |
| 299 | <test name="inputs"> |
| 300 | <classes> |
| 301 | <class |
| 302 | name="org.openecomp.sdc.ci.tests.execute.inputs.InputsApiTests"> |
| 303 | <methods> |
| 304 | <include name="testInputsMainFunctionality" /> |
| 305 | </methods> |
| 306 | </class> |
| 307 | </classes> |
| 308 | </test> |
| 309 | |
| 310 | <test name="property"> |
| 311 | <classes> |
| 312 | <class |
| 313 | name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"> |
| 314 | <methods> |
| 315 | <include name="createResourceAdditionalInformationTestDuringLifecycle" /> |
| 316 | <include name="updateResourceAdditionalInformationTest" /> |
| 317 | <include name="deleteResourceAdditionalInformationTest" /> |
| 318 | </methods> |
| 319 | </class> |
| 320 | |
| 321 | <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"> |
| 322 | <methods> |
| 323 | <include name="testPropertyApis" /> |
| 324 | </methods> |
| 325 | </class> |
| 326 | <class name="org.openecomp.sdc.ci.tests.execute.property.ComponentInstancePropertyTest"> |
| 327 | <methods> |
| 328 | <include name="nestedVfResourceProperty3Levels" /> |
| 329 | </methods> |
| 330 | </class> |
| 331 | |
| 332 | |
| 333 | |
| 334 | <!-- <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyServletTest"> |
| 335 | <methods> <include name="createCascadeVfResource" /> <include name="createPropertyTestSetClearDefaultValueInetegr" |
| 336 | /> </methods> </class> --> |
| 337 | </classes> |
| 338 | </test> |
| 339 | |
| 340 | <test name="User"> |
| 341 | <classes> |
| 342 | |
| 343 | <!-- class |
| 344 | name="org.openecomp.sdc.ci.tests.execute.user.ActivateDeActivateDeleteUser"> |
| 345 | <methods> |
| 346 | <include name="authorizeDeActivatedUser" /> |
| 347 | </methods> |
| 348 | </class--> |
| 349 | |
| 350 | <class name="org.openecomp.sdc.ci.tests.execute.user.CreateUserApiTest"> |
| 351 | <methods> |
| 352 | <include name="createUser" /> |
| 353 | </methods> |
| 354 | </class> |
| 355 | |
| 356 | <class |
| 357 | name="org.openecomp.sdc.ci.tests.execute.user.GovernorWorkspaceApiTest"> |
| 358 | <methods> |
| 359 | <include name="governorList_AllCertifiedVersionsOfService" /> |
| 360 | </methods> |
| 361 | </class> |
| 362 | |
| 363 | </classes> |
| 364 | </test> |
| 365 | |
| 366 | <test name="ExternalApis"> |
| 367 | <classes> |
| 368 | <class name="org.openecomp.sdc.externalApis.GetAssetServlet" > |
| 369 | <methods> |
| 370 | <include name="getResourceAssetSuccess" /> |
| 371 | </methods> |
| 372 | </class> |
| 373 | <class name="org.openecomp.sdc.externalApis.GetFilteredAssetServlet"> |
| 374 | <methods> |
| 375 | <include name="getResourceAssetBySpecifiedCategoryAndSubCategory" /> |
| 376 | <include name="getServiceAssetBySpecifiedCategoryAndDistributionStatus" /> |
| 377 | </methods> |
| 378 | </class> |
| 379 | <class name="org.openecomp.sdc.externalApis.GetSpecificAssetMetadataServlet"> |
| 380 | <methods> |
| 381 | <include name="getResourceAssetMetadataWithResourceInstancesSuccess" /> |
| 382 | <include name="getServiceAssetMetadataWithCertifiedResourceInstancesAndArtifactsOnRIsAndServiceSuccess" /> |
| 383 | </methods> |
| 384 | </class> |
| 385 | </classes> |
| 386 | </test> |
| 387 | |
| 388 | |
| 389 | |
| 390 | |
| 391 | |
| 392 | |
| 393 | |
| 394 | </suite> |