aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml')
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml b/integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml
new file mode 100644
index 0000000000..576267f8f9
--- /dev/null
+++ b/integration-tests/src/test/resources/ci/testSuites/frontend/propertyAssignmentSanity.xml
@@ -0,0 +1,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 --> \ No newline at end of file