diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-08-24 12:00:48 +0200 |
---|---|---|
committer | Julien Bertozzi <julien.bertozzi@intl.att.com> | 2020-08-24 12:43:13 +0000 |
commit | dcda40f7bc372178bb76e0810a90e2f03783754a (patch) | |
tree | 971f403a46e9cef90539233fa8bc5e3fef8bd566 /integration-tests/src/test/resources/ci/testSuites/property.xml | |
parent | 597bc127b6fc91c77fe2c5c759c194a6e50b9c4e (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 'integration-tests/src/test/resources/ci/testSuites/property.xml')
-rw-r--r-- | integration-tests/src/test/resources/ci/testSuites/property.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration-tests/src/test/resources/ci/testSuites/property.xml b/integration-tests/src/test/resources/ci/testSuites/property.xml index b7dba95f16..cb8875ac64 100644 --- a/integration-tests/src/test/resources/ci/testSuites/property.xml +++ b/integration-tests/src/test/resources/ci/testSuites/property.xml @@ -3,8 +3,8 @@ <suite name="Property" > <test name="Test"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.property.PropertyApisTest"/> - <class name="org.openecomp.sdc.ci.tests.execute.property.AdditionalInformationServletTest"/> + <class name="org.onap.sdc.backend.ci.tests.execute.property.PropertyApisTest"/> + <class name="org.onap.sdc.backend.ci.tests.execute.property.AdditionalInformationServletTest"/> </classes> </test> <!-- Test --> </suite> <!-- Property --> |