summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml
blob: 576267f8f9016f96681481f6c44de51fea5d07ec (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.onap.sdc.frontend.ci.tests.execute.sanity.PropertiesAssignment"/>
		<class name="org.onap.sdc.frontend.ci.tests.execute.sanity.PropertiesAssignmentUpdateFlow">
				<methods>
					<exclude name="updatePropertyChangeVfiVersionTest"/>
					<exclude name="deletePropertyChangeVfiVersionTest"/>
				</methods>
		</class>
						
    </classes>
  </test> <!-- uitests -->
</suite> <!-- uisuite -->