[SDC-29] rebase continue work to align source
[sdc.git] / asdc-tests / src / main / resources / ci / testSuites / ciFull.xml
1 <?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         
87         <test name="Service">
88                 <classes>
89                         <class
90                                 name="org.openecomp.sdc.ci.tests.execute.service.GetServiceLatestVersionTest" />
91                         <class
92                                 name="org.openecomp.sdc.ci.tests.execute.service.CreateServiceMetadataApiTest" />
93                         <class
94                                 name="org.openecomp.sdc.ci.tests.execute.service.ReqCapOccurrencesTest" />
95                         <class
96                                 name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest">
97                                 <methods>
98                                         <exclude name="approveCertifiedService_byDesigner" />
99                                         <exclude name="approveCertifiedService_byOps" />
100                                         <exclude name="approveCertifiedService_byTester" />
101                                         <exclude
102                                                 name="distributionStatusChange_approve_Reject_AprroveBysdncAdminDetails" />
103                                         <exclude name="rejectCertifiedService_byDesigner" />
104                                         <exclude name="rejectCertifiedService_byOps" />
105                                         <exclude name="rejectCertifiedService_byTester" />
106                                         <exclude name="rejectCertifiedService_bysdncAdminDetails" />
107                                         <exclude name="rejectCertifiedService_bysdncGovernorDeatails" />
108                                         <exclude name="rejectNotCertifiedService_checkedin" />
109                                         <exclude name="rejectNotCertifiedService_checkeout" />
110                                         <exclude name="rejectNotCertifiedService_inProgress" />
111                                         <exclude name="rejectNotCertifiedService_readyForCer" />
112                                         <exclude name="rejectServiceNotFound" />
113                                 </methods>
114                         </class>
115                         <class
116                                 name="org.openecomp.sdc.ci.tests.execute.service.ServiceComponentInstanceCRUDTest">
117                                 <methods>
118                                         <exclude name="associateAfterCheckoutAllInstancesTest" />
119                                         <exclude name="associateAfterDeletingResourceTest" />
120                                         <exclude name="associateDissociateTwoVFs" />
121                                         <exclude name="associateInstancesInTwoServiceVersionsTest" />
122                                         <exclude name="associateNotCompitableReqCapTest" />
123                                         <exclude name="associateOnceAgainExistingRelationTest" />
124                                         <exclude name="associateResourceInstanceToResourceInstanceNotFoundTest" />
125                                         <exclude
126                                                 name="associateTwoRelations_CheckinCheckout_DissoicateOneRelationInSecondVersion" />
127                                         <exclude name="createResourceInstanceWithEmptyUserIdTest" />
128                                         <exclude name="deleteNotFoundResourceInstanceTest" />
129                                         <exclude name="deleteResourceInstanceWithEmptyUserIdTest" />
130                                         <exclude name="dissociateOnceAgainTest" />
131                                         <exclude name="dissociateRelationNotFoundTest" />
132                                         <exclude name="dissoicateRelationWhileInstanceNotFound" />
133                                         <exclude name="dissoicateWithEmptyUserIdHeaderTest" />
134                                         <exclude name="relationDeletedAfterDeletingResourceInstanceTest" />
135                                 </methods>
136                         </class>
137                         <class
138                                 name="org.openecomp.sdc.ci.tests.execute.service.UpdateServiceMetadataTest">
139                                 <methods>
140                                         <exclude name="categoryValidationTest6" />
141                                         <exclude name="categoryValidationTest7" />
142                                         <exclude name="descriptionValidationTest11" />
143                                         <exclude name="descriptionValidationTest12" />
144                                         <exclude name="descriptionValidationTest13" />
145                                         <exclude name="descriptionValidationTest7" />
146                                         <exclude name="serviceNameValidationTest17" />
147                                         <exclude name="updateCertifiedService" />
148                                         <exclude name="updateCheckoutCertifiedService" />
149                                         <exclude name="updateServiceByMethod_delete" />
150                                         <exclude name="updateServiceByMethod_get" />
151                                         <exclude name="updateServiceByMethod_post" />
152                                         <exclude name="updateServiceNotExist" />
153                                 </methods>
154                         </class>
155                         <class
156                                 name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions" />
157                 </classes>
158         </test>
159         <test name="Artifacts">
160                 <classes>
161                         <class
162                                 name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt" />
163                         <class
164                                 name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest" />
165                         <class
166                                 name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes" />
167                         <class
168                                 name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations" />
169                         <class
170                                 name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" />
171                         <class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt" />
172                 </classes>
173         </test>
174 </suite>