blob: 1c99899de3b2869153567979e31253842275904a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?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="4" data-provider-thread-count="2">
<parameter name="makeDistribution" value="true"/>
<test name="uiSanity">
<classes>
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VFCArtifacts"/>
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VfArtifacts"/>
<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.VfDeploymentInformationalArtifacts"/>
<class name="org.onap.sdc.frontend.ci.tests.US.ImportUpdateInformationalDeploymentArtifacts"/>
<class name="org.onap.sdc.frontend.ci.tests.US.MIBsArtifactsOnResourceInstance"/>
<class name="org.onap.sdc.frontend.ci.tests.US.NewArtifactTypeGuide"/>
<class name="org.onap.sdc.frontend.ci.tests.US.RemoveRestrictionOfDeploymentArtifacts"/>
</classes>
</test> <!-- uitests -->
</suite> <!-- uisuite -->
|