blob: 0ba4a17637305bbe1fe6dcb08611e250f54c43d8 [file] [log] [blame]
Yuli Shlosbergf59a2252018-03-21 11:14:08 +02001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
andre.schmid8b0c9442019-11-15 10:07:12 +00003<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="1"
4 data-provider-thread-count="1">
Yuli Shlosbergf59a2252018-03-21 11:14:08 +02005
andre.schmid8b0c9442019-11-15 10:07:12 +00006 <parameter name="makeDistribution" value="false"/>
Yuli Shlosberg9ffdb632018-10-22 16:54:02 +03007
Yuli Shlosbergf59a2252018-03-21 11:14:08 +02008 <test name="uiSanity">
9 <classes>
andre.schmid8b0c9442019-11-15 10:07:12 +000010 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
11 <methods>
12 <include name="changeInstanceNameInVfTest"/>
13 </methods>
14 </class>
andre.schmid8b0c9442019-11-15 10:07:12 +000015 <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service">
16 <methods>
17 <include name="updateService"/>
18 </methods>
19 </class>
andre.schmid8b0c9442019-11-15 10:07:12 +000020 <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsUi">
21 <methods>
22 <include name="onapOnboardVNFflow"/>
23 <include name="onapOnboardVSPValidationsSanityFlow"/>
andre.schmid2e6d1bb2019-11-21 13:23:07 +000024 <include name="onboardPNFSoftwareInformationFlow"/>
andre.schmid8b0c9442019-11-15 10:07:12 +000025 </methods>
26 </class>
Yuli Shlosbergf59a2252018-03-21 11:14:08 +020027 </classes>
andre.schmid8b0c9442019-11-15 10:07:12 +000028 </test>
29</suite>