blob: 73ddc90cf3ae06e4a374aa8a87aff2fc497b0559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="uitests" configfailurepolicy="continue">
<test name="uitests">
<classes>
<!--onboard-->
<class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard">
<methods>
<include name="onboardVNFTestSanityOneFile"/>
</methods>
</class>
</classes>
</test> <!-- uitests -->
</suite> <!-- uisuite -->
|