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"> |
| 3 | <suite name="uitests" configfailurepolicy="continue" parallel="methods" thread-count="4" data-provider-thread-count="2"> |
| 4 | <test name="uiSanity"> |
| 5 | <classes> |
| 6 | |
| 7 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard"> |
| 8 | <methods> |
| 9 | <include name="onboardVNFTestSanity"/> |
| 10 | </methods> |
| 11 | </class> |
| 12 | |
| 13 | |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | </classes> |
| 19 | </test> <!-- uitests --> |
| 20 | </suite> <!-- uisuite --> |