aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-08-24 12:00:48 +0200
committerJulien Bertozzi <julien.bertozzi@intl.att.com>2020-08-24 12:43:13 +0000
commitdcda40f7bc372178bb76e0810a90e2f03783754a (patch)
tree971f403a46e9cef90539233fa8bc5e3fef8bd566 /test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml
parent597bc127b6fc91c77fe2c5c759c194a6e50b9c4e (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 'test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml')
-rw-r--r--test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml b/test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml
index 02594526cb..633054fb13 100644
--- a/test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml
+++ b/test-apis-ci/src/main/resources/ci/testSuites/ExternalApiSanity.xml
@@ -4,7 +4,7 @@
<test name="Test">
<classes>
- <class name="org.openecomp.sdc.externalApis.CRUDExternalAPI">
+ <class name="CRUDExternalAPI">
<methods>
<include name="uploadArtifactOnVfcVlCpViaExternalAPI" invocation-numbers="0" />
<include name="uploadArtifactOnVFViaExternalAPI" invocation-numbers="0" />
@@ -24,41 +24,41 @@
<include name="deleteArtifactOnAssetWhichNotExist" />
</methods>
</class>
- <class name="org.openecomp.sdc.ci.tests.execute.artifacts.DownloadComponentArt">
+ <class name="DownloadComponentArt">
<methods>
<include name="downloadArtifactOfComponentInstanceFromServiceViaExternalAPI"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.GetFilteredAssetServlet">
+ <class name="GetFilteredAssetServlet">
<methods>
<include name="getResourceAssetBySpecifiedCategory"/>
<include name="getServiceAssetBySpecifiedCategory"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.SearchFilterCategoryExternalAPI">
+ <class name="SearchFilterCategoryExternalAPI">
<methods>
<include name="normativeResourceCategory" invocation-numbers="0"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.GetCSARofVF">
+ <class name="GetCSARofVF">
<methods>
<include name="getServiceToscaModelCheckInState"/>
<include name="getRsourceToscaModelCertifyState"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.GetFilteredAssetServlet">
+ <class name="GetFilteredAssetServlet">
<methods>
<include name="getResourceAssetBySpecifiedCategory"/>
<include name="getServiceAssetBySpecifiedCategory"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.GetSpecificAssetMetadataServlet">
+ <class name="GetSpecificAssetMetadataServlet">
<methods>
<include name="getResourceAssetMetadataSuccess"/>
<include name="getServiceAssetMetadataWithResourceInstancesSuccess"/>
</methods>
</class>
- <class name="org.openecomp.sdc.externalApis.AssetLifeCycle">
+ <class name="AssetLifeCycle">
<methods>
<include name="theFlow"/>
</methods>