Sync Integ to Master
[sdc.git] / ui-ci / src / main / resources / ci / testSuites / andreyPara.xml
index f4f99db..3e3efdd 100644 (file)
@@ -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