summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/frontend/onapUiSanity.xml
blob: 47dc9f6960ec0169c035e43a35fe559bc7a9f0ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="1"
       data-provider-thread-count="1">

    <parameter name="makeDistribution" value="false"/>

    <test name="uiSanity">
        <classes>
            <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Vf">
                <methods>
                    <include name="changeInstanceNameInVfTest"/>
                </methods>
            </class>
            <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.Service">
                <methods>
                    <include name="updateService"/>
                </methods>
            </class>
            <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.OnboardingFlowsUi">
                <methods>
                    <include name="onapOnboardVNFflow"/>
                    <include name="onapOnboardVSPValidationsSanityFlow"/>
                    <include name="onboardPNFSoftwareInformationFlow"/>
                </methods>
            </class>
            <class name="org.onap.sdc.frontend.ci.tests.execute.sanity.GAB"/>
        </classes>
    </test>
</suite>