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="2" data-provider-thread-count="2"> |
Avi Ziv | f5854fd | 2017-07-31 15:50:46 +0300 | [diff] [blame] | 4 | <parameter name="makeDistribution" value="true"/> |
| 5 | |
| 6 | <test name="uiSanity"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 7 | <classes> |
| 8 | |
| 9 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Onboard"> |
| 10 | <methods> |
Avi Ziv | f5854fd | 2017-07-31 15:50:46 +0300 | [diff] [blame] | 11 | <exclude name="onboardVNFTestSanity"/> |
| 12 | <exclude name="onboardVNFShotFlow"/> |
| 13 | <exclude name="onboardRandomVNFsTest"/> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 14 | </methods> |
| 15 | </class> |
| 16 | |
Avi Ziv | f5854fd | 2017-07-31 15:50:46 +0300 | [diff] [blame] | 17 | |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 18 | </classes> |
| 19 | </test> <!-- uitests --> |
| 20 | </suite> <!-- uisuite --> |