blob: 26a85fd9c636e391602753539f3dda4eefdfa623 [file] [log] [blame]
Michael Landob3d48982017-06-11 14:22:02 +03001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3<suite name="ciFull" configfailurepolicy="continue" verbose="2">
4 <test name="Category">
5 <classes>
6 <class name="org.openecomp.sdc.ci.tests.execute.category.ElementsApiTest" />
7 <class name="org.openecomp.sdc.ci.tests.execute.category.CategoriesTests">
8 <methods>
9 <exclude name="importCategories" />
10 <exclude name="getServiceCategoryHierarchySuccessFlow" />
11 </methods>
12 </class>
13 <class name="org.openecomp.sdc.ci.tests.execute.category.CatalogDataApiTest" />
14 <class name="org.openecomp.sdc.ci.tests.execute.category.GroupingTest" >
15 <methods>
16 <exclude name="createProductGroupForNonExistingCategory" />
17 <exclude name="createProductGroupForNonExistingSunCategory" />
18 <exclude name="getProductCategoryHierarchySuccessFlow" />
19 </methods>
20 </class>
21
22 <class name="org.openecomp.sdc.ci.tests.execute.category.SubCategoriesTest">
23 <methods>
24 <exclude name="createProductSubCategoryForNonExistingCategory" />
25 <exclude name="createResourceSubCategoryForNonExistingCategory" />
26 <exclude name="getResourceCategoryHierarchySuccessFlow" />
27 </methods>
28 </class>
29 </classes>
30 </test> <!-- Test -->
31 <test name="Distribution">
32 <classes>
33 <class
34 name="org.openecomp.sdc.ci.tests.execute.distribution.AuthanticationTests" />
35 <class
36 name="org.openecomp.sdc.ci.tests.execute.distribution.DistributionDownloadArtifactTest">
37 <methods>
38 <exclude name="downloadServiceArtifact_ServiceVersionNotFound" />
39 </methods>
40 </class>
41 </classes>
42 </test> <!-- Test -->
43 <test name="General">
44 <classes>
45 <class
46 name="org.openecomp.sdc.ci.tests.execute.general.ManageEcompConsumerCredentials">
47 <methods>
48 <exclude name="createEcompCredentialsByNoExistingIUser" />
49 </methods>
50 </class>
51 <class name="org.openecomp.sdc.ci.tests.execute.general.FeProxyTest" />
52 <class name="org.openecomp.sdc.ci.tests.execute.general.UuidTest" />
53 </classes>
54 </test>
55 <test name="Resource">
56 <classes>
57 <!-- <class
58 name="org.openecomp.sdc.ci.tests.execute.resource.SimultaneousApiTest" /> -->
59 <class
60 name="org.openecomp.sdc.ci.tests.execute.resource.ComponentRelationshipInVfTest">
61 <methods>
62 <exclude name="associateOneOfTwoCPsToVl_ThenDiscocciate" />
63 <exclude name="disassociateRelationInVfNotFound" />
64 </methods>
65 </class>
66 <class
67 name="org.openecomp.sdc.ci.tests.execute.resource.UpdateResourceMetadataTest">
68 <methods>
69 <exclude name="UpdateResourceCategory_negativeFlow" />
70 </methods>
71 </class>
72 <class
73 name="org.openecomp.sdc.ci.tests.execute.resource.VFResourceInstanceNameCRUD"/>
74 <class
75 name="org.openecomp.sdc.ci.tests.execute.resource.VfComponentInstanceCRUDTest">
76 <methods>
77 <exclude name="createAllAtomicInstancesTestGetReqCapAPI_suc" />
78 <exclude name="createVfcInstance_UserIdIsEmpty" />
79 </methods>
80 </class>
81 <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceApiTest" />
82 <class
83 name="org.openecomp.sdc.ci.tests.execute.resource.ValidateExtendedVfData" />
84 </classes>
85 </test>
86 <test name="Product">
87 <classes>
88 <class
89 name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest">
90 <methods>
91 <exclude name="undoCheckOutNotExist" />
92 </methods>
93 </class>
94 <class
95 name="org.openecomp.sdc.ci.tests.execute.product.ProductComponentInstanceCRUDTest">
96 <methods>
97 <exclude name="createServiceInstanceNameIsNull" />
98 </methods>
99 </class>
100 <class
101 name="org.openecomp.sdc.ci.tests.execute.product.ChangeServiceInstanceVersionTest">
102 <methods>
103 <exclude name="changeServiceInstanceVersionToNonExisitingServiceVersion" />
104 </methods>
105 </class>
106 <class
107 name="org.openecomp.sdc.ci.tests.execute.product.ProductGetFollowedTest" />
108 <class
109 name="org.openecomp.sdc.ci.tests.execute.product.ProductToscaYamlGenerationTest" />
110 <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest">
111 <methods>
112 <exclude name="checkInProductNotExist" />
113 </methods>
114 </class>
115 <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest" />
116 <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCrudTest">
117 <methods>
118 <exclude name="updateProductDescriptionRemoveSpacesFromBeginning" />
119 <exclude name="updateProductDescriptionRemoveSpacesFromTheEnd" />
120 <exclude name="updateProductDescriptionValidCharacters02" />
121 </methods>
122 </class>
123 <class
124 name="org.openecomp.sdc.ci.tests.execute.product.ProductCreateWithValidationsTest">
125 <methods>
126 <exclude name="createProductDescriptionRemoveSpacesFromBeginning" />
127 <exclude name="createProductDescriptionRemoveSpacesFromTheEnd" />
128 <exclude name="createProductDescriptionValidCharacters01" />
129 <exclude name="createProductDescriptionValidCharacters02" />
130 </methods>
131 </class>
132 </classes>
133 </test>
134 <test name="Service">
135 <classes>
136 <class
137 name="org.openecomp.sdc.ci.tests.execute.service.GetServiceLatestVersionTest" />
138 <class
139 name="org.openecomp.sdc.ci.tests.execute.service.CreateServiceMetadataApiTest" />
140 <class
141 name="org.openecomp.sdc.ci.tests.execute.service.ReqCapOccurrencesTest" />
142 <class
143 name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest">
144 <methods>
145 <exclude name="approveCertifiedService_byDesigner" />
146 <exclude name="approveCertifiedService_byOps" />
147 <exclude name="approveCertifiedService_byTester" />
148 <exclude
149 name="distributionStatusChange_approve_Reject_AprroveBysdncAdminDetails" />
150 <exclude name="rejectCertifiedService_byDesigner" />
151 <exclude name="rejectCertifiedService_byOps" />
152 <exclude name="rejectCertifiedService_byTester" />
153 <exclude name="rejectCertifiedService_bysdncAdminDetails" />
154 <exclude name="rejectCertifiedService_bysdncGovernorDeatails" />
155 <exclude name="rejectNotCertifiedService_checkedin" />
156 <exclude name="rejectNotCertifiedService_checkeout" />
157 <exclude name="rejectNotCertifiedService_inProgress" />
158 <exclude name="rejectNotCertifiedService_readyForCer" />
159 <exclude name="rejectServiceNotFound" />
160 </methods>
161 </class>
162 <class
163 name="org.openecomp.sdc.ci.tests.execute.service.ServiceComponentInstanceCRUDTest">
164 <methods>
165 <exclude name="associateAfterCheckoutAllInstancesTest" />
166 <exclude name="associateAfterDeletingResourceTest" />
167 <exclude name="associateDissociateTwoVFs" />
168 <exclude name="associateInstancesInTwoServiceVersionsTest" />
169 <exclude name="associateNotCompitableReqCapTest" />
170 <exclude name="associateOnceAgainExistingRelationTest" />
171 <exclude name="associateResourceInstanceToResourceInstanceNotFoundTest" />
172 <exclude
173 name="associateTwoRelations_CheckinCheckout_DissoicateOneRelationInSecondVersion" />
174 <exclude name="createResourceInstanceWithEmptyUserIdTest" />
175 <exclude name="deleteNotFoundResourceInstanceTest" />
176 <exclude name="deleteResourceInstanceWithEmptyUserIdTest" />
177 <exclude name="dissociateOnceAgainTest" />
178 <exclude name="dissociateRelationNotFoundTest" />
179 <exclude name="dissoicateRelationWhileInstanceNotFound" />
180 <exclude name="dissoicateWithEmptyUserIdHeaderTest" />
181 <exclude name="relationDeletedAfterDeletingResourceInstanceTest" />
182 </methods>
183 </class>
184 <class
185 name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest">
186 <methods>
187 <exclude name="categoryValidationTest6" />
188 <exclude name="categoryValidationTest7" />
189 <exclude name="descriptionValidationTest11" />
190 <exclude name="descriptionValidationTest12" />
191 <exclude name="descriptionValidationTest13" />
192 <exclude name="descriptionValidationTest7" />
193 <exclude name="serviceNameValidationTest17" />
194 <exclude name="updateCertifiedService" />
195 <exclude name="updateCheckoutCertifiedService" />
196 <exclude name="updateServiceByMethod_delete" />
197 <exclude name="updateServiceByMethod_get" />
198 <exclude name="updateServiceByMethod_post" />
199 <exclude name="updateServiceNotExist" />
200 </methods>
201 </class>
202 <class
203 name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions" />
204 </classes>
205 </test>
206 <test name="Artifacts">
207 <classes>
208 <class
209 name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt" />
210 <class
211 name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest" />
212 <class
213 name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes" />
214 <class
215 name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations" />
216 <class
217 name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" />
218 <class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt" />
219 </classes>
220 </test>
221</suite>