summaryrefslogtreecommitdiffstats
path: root/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2019-11-21 13:23:07 +0000
committerOfir Sonsino <ofir.sonsino@intl.att.com>2020-01-13 09:56:16 +0000
commit2e6d1bb2e6870f758a9231a2f2bb096e7f7c8295 (patch)
treecbaa200b20174aea56e6ce9b34d6bdfcc0789430 /ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
parent8b346842194edb8a9e8c4cd2764ae8ebbce988f0 (diff)
Onboard PNF software version Ui test case
Change-Id: Ie5785c220e15afbc35efaa8158ab86c41fc34437 Issue-ID: SDC-2702 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml')
-rw-r--r--ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
index 245524d0e8..0ba4a17637 100644
--- a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
+++ b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml
@@ -7,27 +7,23 @@
<test name="uiSanity">
<classes>
-
<class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf">
<methods>
<include name="changeInstanceNameInVfTest"/>
</methods>
</class>
-
<class name="org.openecomp.sdc.ci.tests.execute.sanity.Service">
<methods>
<include name="updateService"/>
</methods>
</class>
-
-
<class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsUi">
<methods>
<include name="onapOnboardVNFflow"/>
<include name="onapOnboardVSPValidationsSanityFlow"/>
+ <include name="onboardPNFSoftwareInformationFlow"/>
</methods>
</class>
-
</classes>
</test>
</suite>