aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/propertyAssignmentSanity.xml
blob: 0a7e30edf78bd72f8b696d1d359f5afe2a99f164 (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="1" data-provider-thread-count="1">
 <parameter name="makeDistribution"  value="true"/>

  <test name="uiSanity">
    <classes>

		<class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignment"/>
		<class name="org.openecomp.sdc.ci.tests.execute.sanity.PropertiesAssignmentUpdateFlow">
				<methods>
					<exclude name="updatePropertyChangeVfiVersionTest"/>
					<exclude name="deletePropertyChangeVfiVersionTest"/>
				</methods>
		</class>
						
    </classes>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->