summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/product.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/product.xml')
-rw-r--r--integration-tests/src/test/resources/ci/testSuites/product.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/product.xml b/integration-tests/src/test/resources/ci/testSuites/product.xml
index 101b94a6bb..559fc54514 100644
--- a/integration-tests/src/test/resources/ci/testSuites/product.xml
+++ b/integration-tests/src/test/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="org.onap.sdc.backend.ci.tests.execute.product.ProductLifecycleTest"/>
+ <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductUndoCheckoutTest"/>
+ <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckinTest"/>
+ <class name="org.onap.sdc.backend.ci.tests.execute.product.ProductCheckoutTest"/>
</classes>
</test> <!-- Test -->
</suite> <!-- Product -->