Michael Lando | 451a340 | 2017-02-19 10:28:42 +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="Artifacts" > |
| 4 | <test name="Artifacts"> |
| 5 | <classes> |
| 6 | <class |
| 7 | name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt" /> |
| 8 | <class |
| 9 | name="org.openecomp.sdc.ci.tests.execute.artifacts.ArtifactServletTest" /> |
| 10 | <class |
| 11 | name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateHeatArtFieldsTypes" /> |
| 12 | <class |
| 13 | name="org.openecomp.sdc.ci.tests.execute.artifacts.PlaceHolderValidations" /> |
| 14 | <class |
| 15 | name="org.openecomp.sdc.ci.tests.execute.artifacts.ValidateArtResponse" /> |
| 16 | <class name="org.openecomp.sdc.ci.tests.execute.artifacts.CrudArt" /> |
| 17 | </classes> |
| 18 | </test> |
| 19 | </suite> <!-- Artifacts --> |