Increase junit TCs
[sdc.git] / test-apis-ci / 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.CatalogDataApiTest"/>
7       <class name="org.openecomp.sdc.ci.tests.execute.category.GroupingTest">
8         <methods>
9           <exclude name="createProductGroupForNonExistingCategory"/>
10           <exclude name="createProductGroupForNonExistingSunCategory"/>
11           <exclude name="getProductCategoryHierarchySuccessFlow"/>
12         </methods>
13       </class>
14
15       <class name="org.openecomp.sdc.ci.tests.execute.category.SubCategoriesTest">
16         <methods>
17           <exclude name="createProductSubCategoryForNonExistingCategory"/>
18           <exclude name="createResourceSubCategoryForNonExistingCategory"/>
19           <exclude name="getResourceCategoryHierarchySuccessFlow"/>
20         </methods>
21       </class>
22     </classes>
23   </test> <!-- Test -->
24   <test name="Distribution">
25     <classes>
26       <class
27         name="org.openecomp.sdc.ci.tests.execute.distribution.AuthanticationTests"/>
28       <class
29         name="org.openecomp.sdc.ci.tests.execute.distribution.DistributionDownloadArtifactTest">
30         <methods>
31           <exclude name="downloadServiceArtifact_ServiceVersionNotFound"/>
32         </methods>
33       </class>
34     </classes>
35   </test> <!-- Test -->
36   <test name="General">
37     <classes>
38       <class name="org.openecomp.sdc.ci.tests.execute.general.FeProxyTest"/>
39       <class name="org.openecomp.sdc.ci.tests.execute.general.UuidTest"/>
40     </classes>
41   </test>
42   <test name="Resource">
43     <classes>
44       <class name="org.openecomp.sdc.ci.tests.execute.resource.SimultaneousApiTest"/>
45       <class name="org.openecomp.sdc.ci.tests.execute.resource.UpdateResourceMetadataTest">
46         <methods>
47           <exclude name="UpdateResourceCategory_negativeFlow"/>
48         </methods>
49       </class>
50       <class name="org.openecomp.sdc.ci.tests.execute.resource.VFResourceInstanceNameCRUD"/>
51       <class name="org.openecomp.sdc.ci.tests.execute.resource.ResourceApiTest"/>
52       <class
53         name="org.openecomp.sdc.ci.tests.execute.resource.ValidateExtendedVfData"/>
54     </classes>
55   </test>
56   <test name="Product">
57     <classes>
58       <class
59         name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest">
60         <methods>
61           <exclude name="undoCheckOutNotExist"/>
62         </methods>
63       </class>
64       <class
65         name="org.openecomp.sdc.ci.tests.execute.product.ProductGetFollowedTest"/>
66       <class
67         name="org.openecomp.sdc.ci.tests.execute.product.ProductToscaYamlGenerationTest"/>
68       <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest">
69         <methods>
70           <exclude name="checkInProductNotExist"/>
71         </methods>
72       </class>
73       <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"/>
74       <class
75         name="org.openecomp.sdc.ci.tests.execute.product.ProductCreateWithValidationsTest">
76         <methods>
77           <exclude name="createProductDescriptionRemoveSpacesFromBeginning"/>
78           <exclude name="createProductDescriptionRemoveSpacesFromTheEnd"/>
79           <exclude name="createProductDescriptionValidCharacters01"/>
80           <exclude name="createProductDescriptionValidCharacters02"/>
81         </methods>
82       </class>
83     </classes>
84   </test>
85   <test name="Service">
86     <classes>
87       <class
88         name="org.openecomp.sdc.ci.tests.execute.service.ChangeServiceDistributionStatusApiTest">
89         <methods>
90           <exclude name="approveCertifiedService_byDesigner"/>
91           <exclude name="approveCertifiedService_byOps"/>
92           <exclude name="approveCertifiedService_byTester"/>
93           <exclude
94             name="distributionStatusChange_approve_Reject_AprroveBysdncAdminDetails"/>
95           <exclude name="rejectCertifiedService_byDesigner"/>
96           <exclude name="rejectCertifiedService_byOps"/>
97           <exclude name="rejectCertifiedService_byTester"/>
98           <exclude name="rejectCertifiedService_bysdncAdminDetails"/>
99           <exclude name="rejectCertifiedService_bysdncGovernorDeatails"/>
100           <exclude name="rejectNotCertifiedService_checkedin"/>
101           <exclude name="rejectNotCertifiedService_checkeout"/>
102           <exclude name="rejectNotCertifiedService_inProgress"/>
103           <exclude name="rejectNotCertifiedService_readyForCer"/>
104           <exclude name="rejectServiceNotFound"/>
105         </methods>
106       </class>
107       <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/>
108     </classes>
109   </test>
110   <test name="Artifacts">
111     <classes>
112       <class name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt"/>
113       <class name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes"/>
114       <class name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations"/>
115     </classes>
116   </test>
117 </suite>