Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame^] | 3 | <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2"> |
| 4 | |
| 5 | <listeners> |
| 6 | <listener class-name="com.att.automation.common.report_portal_integration.listeners.ReportPortalListener"/> |
| 7 | </listeners> |
| 8 | |
| 9 | <test name="VF1"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 10 | <classes> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame^] | 11 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"> |
| 12 | <methods> |
| 13 | <include name="updateVF"/> |
| 14 | </methods> |
| 15 | </class> |
| 16 | |
| 17 | </classes> |
| 18 | </test> <!-- uitests --> |
| 19 | |
| 20 | <test name="VF2"> |
| 21 | <classes> |
| 22 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"> |
| 23 | <methods> |
| 24 | <include name="addUpdateDeleteDeploymentArtifactToVfTest"/> |
| 25 | <include name="addPropertiesToVfcInstanceInVfTest"/> |
| 26 | </methods> |
| 27 | </class> |
| 28 | |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 29 | </classes> |
| 30 | </test> <!-- uitests --> |
| 31 | </suite> <!-- uisuite --> |