diff options
Diffstat (limited to 'integration-tests/src/test/resources/ci/testSuites/service.xml')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/service.xml b/integration-tests/src/test/resources/ci/testSuites/service.xml index 9c662764ea..05300baf4b 100644 --- a/integration-tests/src/test/resources/ci/testSuites/service.xml +++ b/integration-tests/src/test/resources/ci/testSuites/service.xml @@ -3,8 +3,8 @@ <suite name="Service"> <test name="Service"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.service.GetAllServiceVersions"/> - <class name="org.openecomp.sdc.ci.tests.execute.interfaceoperation.InterfaceOperationsTest"> + <class name="org.onap.sdc.backend.ci.tests.execute.service.GetAllServiceVersions"/> + <class name="org.onap.sdc.backend.ci.tests.execute.interfaceoperation.InterfaceOperationsTest"> <methods> <include name="addInterfaceOperationsOnService"/> <include name="getInterfaceOperationsFromService"/> |