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/testngLifeCycle.xml b/test-apis-ci/testngLifeCycle.xml
index 005bdba..6188116 100644
--- a/test-apis-ci/testngLifeCycle.xml
+++ b/test-apis-ci/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 -->