Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +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 | |
Yuli Shlosberg | 9ffdb63 | 2018-10-22 16:54:02 +0300 | [diff] [blame] | 5 | <parameter name="makeDistribution" value="false"/> |
| 6 | |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 7 | <test name="uiSanity"> |
| 8 | <classes> |
| 9 | |
| 10 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Vf"> |
| 11 | <methods> |
Yuli Shlosberg | 985ac96 | 2018-08-07 11:48:23 +0300 | [diff] [blame] | 12 | <include name="changeInstanceNameInVfTest"/> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 13 | </methods> |
| 14 | </class> |
| 15 | |
| 16 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.Service"> |
| 17 | <methods> |
| 18 | <include name="updateService"/> |
| 19 | </methods> |
| 20 | </class> |
| 21 | |
Yuli Shlosberg | 9ffdb63 | 2018-10-22 16:54:02 +0300 | [diff] [blame] | 22 | |
| 23 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.OnboardingFlowsUI"> |
| 24 | <methods> |
| 25 | <include name="onapOnboardVNFflow"/> |
Vodafone | 962b861 | 2019-04-11 16:07:52 +0530 | [diff] [blame^] | 26 | <include name="onapOnboardVSPValidationsSanityFlow"/> |
Yuli Shlosberg | 9ffdb63 | 2018-10-22 16:54:02 +0300 | [diff] [blame] | 27 | </methods> |
| 28 | </class> |
| 29 | |
| 30 | |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 31 | |
| 32 | </classes> |
| 33 | </test> <!-- uitests --> |
| 34 | </suite> <!-- uisuite --> |