Optimize Build
[sdc.git] / integration-tests / src / test / resources / ci / testSuites / frontend / onapUiSanity.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
3 <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="1"
4        data-provider-thread-count="1">
5
6     <parameter name="makeDistribution" value="false"/>
7
8     <test name="uiSanity">
9         <classes>
10             <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Vf">
11                 <methods>
12                     <include name="changeInstanceNameInVfTest"/>
13                 </methods>
14             </class>
15             <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Service">
16                 <methods>
17                     <include name="updateService"/>
18                 </methods>
19             </class>
20             <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.OnboardingFlowsUi">
21                 <methods>
22                     <include name="onapOnboardVNFflow"/>
23                     <include name="onapOnboardVSPValidationsSanityFlow"/>
24                     <include name="onboardPNFSoftwareInformationFlow"/>
25                 </methods>
26             </class>
27             <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/>
28         </classes>
29     </test>
30 </suite>