Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> |
| 3 | <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="1" data-provider-thread-count="1"> |
| 4 | <parameter name="makeDistribution" value="false"/> |
| 5 | <parameter name="eraseAfterTests" value="false"/> |
| 6 | |
| 7 | <test name="uiSanity"> |
| 8 | <classes> |
| 9 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard"> |
| 10 | <methods> |
| 11 | <include name="onboardVNFTestSanity"/> |
| 12 | </methods> |
| 13 | </class> |
| 14 | </classes> |
| 15 | </test> <!-- uitests --> |
| 16 | </suite> <!-- uisuite --> |