IT Test Import tosca types for a model
[sdc.git] / integration-tests / src / test / resources / ci / testSuites / frontend / onapUiSanity.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
3 <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="1" data-provider-thread-count="1">
4
5   <parameter name="makeDistribution" value="false"/>
6
7   <test name="uiSanity">
8     <classes>
9       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Vf">
10         <methods>
11           <include name="changeInstanceNameInVfTest"/>
12         </methods>
13       </class>
14       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Service">
15         <methods>
16           <include name="updateService"/>
17         </methods>
18       </class>
19       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.OnboardingFlowsUi">
20         <methods>
21           <include name="onapOnboardVNFflow"/>
22           <include name="onboardCNFTest"/>
23           <include name="onboardCNFTestShouldFailForInvalidHelmPackage"/>
24           <include name="onapOnboardVSPValidationsSanityFlow"/>
25           <include name="onboardPNFSoftwareInformationFlow"/>
26         </methods>
27       </class>
28       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/>
29       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiNetworkServiceUiTests"/>
30       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiOnboardVnfCnfUiTests">
31         <methods>
32           <include name="createVlm"/>
33           <include name="onboardEtsiVnfCnfFlow"/>
34         </methods>
35       </class>
36       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ImportVfcUiTest"/>
37       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ServiceTemplateDesignUiTests">
38         <methods>
39           <include name="importAndCertifyVfc"/>
40           <include name="createBaseService"/>
41           <include name="addRelationshipTemplate"/>
42           <include name="addComponentProperty"/>
43           <include name="addOutputsToVF_test"/>
44           <include name="declareInputFromProperties"/>
45           <include name="createSubstitutionFilter"/>
46           <include name="createDirectiveNodeFilterTest"/>
47           <include name="updateInterfaceOperation"/>
48           <include name="createMetadataForServiceProperty"/>
49           <include name="addComponentInput"/>
50         </methods>
51       </class>
52       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.EtsiModelUiTests"/>
53       <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.ModelToscaTypeImportTest"/>
54     </classes>
55   </test>
56 </suite>