JulienBe | b167946 | 2020-08-19 11:12:59 +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="externalApis" configfailurepolicy="continue" verbose="2" parallel="methods" thread-count="1" data-provider-thread-count="1"> |
| 4 | <parameter name="makeDistribution" value="false"/> |
| 5 | <parameter name="makeToscaValidation" value="true"/> |
| 6 | <test name="ExternalApis"> |
| 7 | <classes> |
| 8 | <class name="org.openecomp.sdc.ci.tests.sanity.Onboard"/> |
| 9 | </classes> |
| 10 | </test> |
| 11 | </suite> |