diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-02-27 11:22:01 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-03-17 10:48:51 +0000 |
commit | 46b51c61f42bb4661ec389a3f3544f494b3ef014 (patch) | |
tree | 69ad08b9a10b3697e7c9961dddc97af29d6a00a1 /ui-ci/src/main/resources | |
parent | be8d4fac153435674ce0c5cb29773ba4d4d36d16 (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')
-rw-r--r-- | ui-ci/src/main/resources/ci/testSuites/gabSanity.xml | 13 | ||||
-rw-r--r-- | ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml | 1 |
2 files changed, 14 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> diff --git a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml index 0ba4a17637..546f26981e 100644 --- a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml +++ b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml @@ -24,6 +24,7 @@ <include name="onboardPNFSoftwareInformationFlow"/> </methods> </class> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.GAB"/> </classes> </test> </suite> |