diff options
author | Michael Lando <ml636r@att.com> | 2018-03-04 14:53:33 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-07 13:19:05 +0000 |
commit | a5445100050e49e83f73424198d73cd72d672a4d (patch) | |
tree | cacf4df817df31be23e4e790d1dda857bdae061e /ui-ci/src/main/resources/ci/testSuites/andreyPara.xml | |
parent | 51157f92c21976cba4914c378aaa3cba49826931 (diff) |
Sync Integ to Master
Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74
Issue-ID: SDC-977
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'ui-ci/src/main/resources/ci/testSuites/andreyPara.xml')
-rw-r--r-- | ui-ci/src/main/resources/ci/testSuites/andreyPara.xml | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/ui-ci/src/main/resources/ci/testSuites/andreyPara.xml b/ui-ci/src/main/resources/ci/testSuites/andreyPara.xml index f4f99db3a1..3e3efdd9cd 100644 --- a/ui-ci/src/main/resources/ci/testSuites/andreyPara.xml +++ b/ui-ci/src/main/resources/ci/testSuites/andreyPara.xml @@ -1,10 +1,31 @@ <?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="2" data-provider-thread-count="2"> - <test name="uiSanity"> + <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2"> + +<listeners> + <listener class-name="com.att.automation.common.report_portal_integration.listeners.ReportPortalListener"/> +</listeners> + + <test name="VF1"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.sanity.VfArtifacts"/> - <!-- <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"/> --> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"> + <methods> + <include name="updateVF"/> + </methods> + </class> + + </classes> + </test> <!-- uitests --> + + <test name="VF2"> + <classes> + <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"> + <methods> + <include name="addUpdateDeleteDeploymentArtifactToVfTest"/> + <include name="addPropertiesToVfcInstanceInVfTest"/> + </methods> + </class> + </classes> </test> <!-- uitests --> </suite> <!-- uisuite -->
\ No newline at end of file |