commit | dcda40f7bc372178bb76e0810a90e2f03783754a | [log] [tgz] |
---|---|---|
author | sebdet <sebastien.determe@intl.att.com> | Mon Aug 24 12:00:48 2020 +0200 |
committer | Julien Bertozzi <julien.bertozzi@intl.att.com> | Mon Aug 24 12:43:13 2020 +0000 |
tree | 971f403a46e9cef90539233fa8bc5e3fef8bd566 | |
parent | 597bc127b6fc91c77fe2c5c759c194a6e50b9c4e [diff] [blame] |
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
diff --git a/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml b/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml index 005bdba..6188116 100644 --- a/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml +++ b/test-apis-ci/src/main/resources/ci/conf/testngLifeCycle.xml
@@ -3,7 +3,7 @@ <suite name="lifeCycle" parallel="none"> <test name="Test"> <classes> - <class name="org.openecomp.sdc.ci.tests.execute.lifecycle.LCSbaseTest"/> + <class name="LCSbaseTest"/> </classes> </test> <!-- Test --> </suite> <!-- lifeCycle -->