summaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/product.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-24 12:00:48 +0200
committerJulien Bertozzi <julien.bertozzi@intl.att.com>2020-08-24 12:43:13 +0000
commitdcda40f7bc372178bb76e0810a90e2f03783754a (patch)
tree971f403a46e9cef90539233fa8bc5e3fef8bd566 /test-apis-ci/src/main/resources/ci/testSuites/product.xml
parent597bc127b6fc91c77fe2c5c759c194a6e50b9c4e (diff)
Add sdc startup in IT
Rework the java packages so that we use onap now + fix the folders written outside of the target folder Issue-ID: SDC-3232 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I23c2bad4bee6b766cfacc2c544e1431aed4cd608
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/testSuites/product.xml')
-rw-r--r--test-apis-ci/src/main/resources/ci/testSuites/product.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/product.xml b/test-apis-ci/src/main/resources/ci/testSuites/product.xml
index 101b94a6bb..72fb68b197 100644
--- a/test-apis-ci/src/main/resources/ci/testSuites/product.xml
+++ b/test-apis-ci/src/main/resources/ci/testSuites/product.xml
@@ -3,10 +3,10 @@
<suite name="Product">
<test name="Test">
<classes>
- <class name="org.openecomp.sdc.ci.tests.execute.product.ProductLifecycleTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.product.ProductUndoCheckoutTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckinTest"/>
- <class name="org.openecomp.sdc.ci.tests.execute.product.ProductCheckoutTest"/>
+ <class name="ProductLifecycleTest"/>
+ <class name="ProductUndoCheckoutTest"/>
+ <class name="ProductCheckinTest"/>
+ <class name="ProductCheckoutTest"/>
</classes>
</test> <!-- Test -->
</suite> <!-- Product -->