Tomasz Golabek | 46b51c6 | 2020-02-27 11:22:01 +0100 | [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" | ||||
4 | data-provider-thread-count="1"> | ||||
5 | |||||
6 | <parameter name="makeDistribution" value="false"/> | ||||
7 | |||||
8 | <test name="uiSanity"> | ||||
9 | <classes> | ||||
10 | <class name="org.openecomp.sdc.ci.tests.execute.sanity.GAB"/> | ||||
11 | </classes> | ||||
12 | </test> | ||||
13 | </suite> |