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"> |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 3 | <suite name="Sanity" configfailurepolicy="continue"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 4 | |
| 5 | <test verbose="2" name="Sanity"> |
| 6 | <classes> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 7 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 8 | <class name="org.openecomp.sdc.ci.tests.execute.category.CatalogDataApiTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 9 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 10 | <class name="org.openecomp.sdc.ci.tests.execute.distribution.AuthanticationTests"> |
| 11 | <methods> |
| 12 | <include name="downloadServiceArtifactSuccessWithAutantication"/> |
| 13 | </methods> |
| 14 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 15 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 16 | <class |
| 17 | name="org.openecomp.sdc.ci.tests.execute.distribution.DistributionDownloadArtifactTest"> |
| 18 | <methods> |
| 19 | <include name="downloadResourceArtifactSuccess"/> |
| 20 | </methods> |
| 21 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 22 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 23 | <class name="org.openecomp.sdc.ci.tests.execute.general.FeProxyTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 24 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 25 | <class name="org.openecomp.sdc.ci.tests.execute.general.UuidTest"> |
| 26 | <methods> |
| 27 | <include name="testE2EUuidHeaderReturnedAndPreserved"/> |
| 28 | </methods> |
| 29 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 30 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 31 | <class name="org.openecomp.sdc.ci.tests.execute.imports.ImportGenericResourceCITest"> |
| 32 | <methods> |
| 33 | <include name="importAllTestResources"/> |
| 34 | <include name="testImportCheckoutAndUpdateUserResource"/> |
| 35 | <include name="testImportWithUpdateNormativeType"/> |
| 36 | </methods> |
| 37 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 38 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 39 | <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"> |
| 40 | <methods> |
| 41 | <include name="createResourceAdditionalInformationTestDuringLifecycle"/> |
| 42 | <include name="updateResourceAdditionalInformationTest"/> |
| 43 | <include name="deleteResourceAdditionalInformationTest"/> |
| 44 | </methods> |
| 45 | </class> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 46 | |
vasraz | cb7a00b | 2019-10-15 10:23:08 +0100 | [diff] [blame^] | 47 | <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"> |
| 48 | <methods> |
| 49 | <include name="testPropertyApis"/> |
| 50 | </methods> |
| 51 | </class> |
| 52 | |
| 53 | <class name="org.openecomp.sdc.ci.tests.execute.resource.GetAllResourceVersions"> |
| 54 | <methods> |
| 55 | <include name="getResourceAllVersions_version15"/> |
| 56 | </methods> |
| 57 | </class> |
| 58 | |
| 59 | <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceApiTest"> |
| 60 | <methods> |
| 61 | <include name="updateResourceMetadataSuccess"/> |
| 62 | </methods> |
| 63 | </class> |
| 64 | |
| 65 | <class name="org.openecomp.sdc.ci.tests.execute.resource.UpdateResourceMetadataTest"> |
| 66 | <methods> |
| 67 | <include name="UpdateDerivedFromSuccess"/> |
| 68 | </methods> |
| 69 | </class> |
| 70 | |
| 71 | <class name="org.openecomp.sdc.ci.tests.execute.service.GetComponentAuditApiTest"> |
| 72 | <methods> |
| 73 | <include name="testServiceAuditCertifiedVersion"/> |
| 74 | </methods> |
| 75 | </class> |
| 76 | |
| 77 | <class name="org.openecomp.sdc.ci.tests.execute.user.ActivateDeActivateDeleteUser"> |
| 78 | <methods> |
| 79 | <include name="authorizeDeActivatedUser"/> |
| 80 | </methods> |
| 81 | </class> |
| 82 | |
| 83 | <!-- Product tests start--> |
| 84 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest"> |
| 85 | <methods> |
| 86 | <include name="checkInProductByCreator"/> |
| 87 | </methods> |
| 88 | </class> |
| 89 | |
| 90 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"> |
| 91 | <methods> |
| 92 | <include name="checkOutProductByPmNotInContacts"/> |
| 93 | </methods> |
| 94 | </class> |
| 95 | |
| 96 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductGetFollowedTest"> |
| 97 | <methods> |
| 98 | <include name="followedPageTest"/> |
| 99 | </methods> |
| 100 | </class> |
| 101 | <class name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest"> |
| 102 | <methods> |
| 103 | <include name="undoCheckOutProductByPm"/> |
| 104 | </methods> |
| 105 | </class> |
| 106 | <class name="org.openecomp.sdc.ci.tests.execute.interfaceoperation.InterfaceOperationsTest"> |
| 107 | <methods> |
| 108 | <include name="addInterfaceOperationsOfGlobalTypeOnResource"/> |
| 109 | <include name="addInterfaceOperationsOnResource"/> |
| 110 | <include name="getInterfaceOperationsFromResource"/> |
| 111 | <include name="updateInterfaceOperationsOnResource"/> |
| 112 | <include name="deleteInterfaceOperationsFromResource"/> |
| 113 | <include name="addInterfaceOperationsOfGlobalTypeOnPNFResource"/> |
| 114 | <include name="addInterfaceOperationsOnPNFResource"/> |
| 115 | <include name="getInterfaceOperationsFromPNFResource"/> |
| 116 | <include name="updateInterfaceOperationsOnPNFResource"/> |
| 117 | <include name="deleteInterfaceOperationsFromPNFResource"/> |
| 118 | </methods> |
| 119 | </class> |
| 120 | <!-- Product tests end--> |
| 121 | </classes> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 122 | </test> <!-- Test --> |
| 123 | </suite> <!-- Sanity --> |