aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/product.xml
diff options
context:
space:
mode:
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 -->