aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
blob: b8d35afaf82b7696a1cc32b7e7ec825d060c6024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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">

  <test name="uiSanity">
    <classes>

        <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
            <methods>
                <include name="updateVF"/>
            </methods>
        </class>

        <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service">
            <methods>
                <include name="updateService"/>
            </methods>
        </class>

						
    </classes>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->