summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/gabSanity.xml
diff options
context:
space:
mode:
authorTomasz Golabek <tomasz.golabek@nokia.com>2020-02-27 11:22:01 +0100
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-03-17 10:48:51 +0000
commit46b51c61f42bb4661ec389a3f3544f494b3ef014 (patch)
tree69ad08b9a10b3697e7c9961dddc97af29d6a00a1 /ui-ci/src/main/resources/ci/testSuites/gabSanity.xml
parentbe8d4fac153435674ce0c5cb29773ba4d4d36d16 (diff)
PM_Dictionary Support in GAB
UI Sanity for PM Dictionary events in GAB: * added dedicated test for PM_Dictionary * fixed legacy keywords for VES_Event test * Moved GAB tests to separate suite Change-Id: I8b033b3f14b5b18e74bd6c566d5c269e4a94001a Issue-ID: SDC-2095 Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'ui-ci/src/main/resources/ci/testSuites/gabSanity.xml')
-rw-r--r--ui-ci/src/main/resources/ci/testSuites/gabSanity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui-ci/src/main/resources/ci/testSuites/gabSanity.xml b/ui-ci/src/main/resources/ci/testSuites/gabSanity.xml
new file mode 100644
index 0000000000..035bf695ea
--- /dev/null
+++ b/ui-ci/src/main/resources/ci/testSuites/gabSanity.xml
@@ -0,0 +1,13 @@
+<?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="false"/>
+
+ <test name="uiSanity">
+ <classes>
+ <class name="org.openecomp.sdc.ci.tests.execute.sanity.GAB"/>
+ </classes>
+ </test>
+</suite>