aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/testSuites/backend/ExternalApiSanity.xml
blob: 8b86c7ab13319bbc9bc3cfdfa5e6df4bd1202da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="CRUDArtifacts" configfailurepolicy="continue" parallel="methods" thread-count="2" data-provider-thread-count="2">

  <test name="Test">
    <classes>
      <class name="org.onap.sdc.backend.externalApis.CRUDExternalAPI">
   		<methods>
			<include name="uploadArtifactOnVfcVlCpViaExternalAPI" invocation-numbers="0" />
			<include name="uploadArtifactOnVFViaExternalAPI" invocation-numbers="0" />
			<include name="uploadArtifactOnServiceViaExternalAPI" invocation-numbers="0" />
			<include name="uploadArtifactOnRIViaExternalAPI" invocation-numbers="0" />
			<include name="uploadArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactForServiceViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactForVFViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactForVfcVlCpViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactOfVfcVlCpForVfciVliCpiViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactOnRIViaExternalAPI" invocation-numbers="0" />
			<include name="updateArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" />
			<include name="deleteArtifactForServiceViaExternalAPI" invocation-numbers="0" />
			<include name="deleteArtifactForVFViaExternalAPI" invocation-numbers="0" />
			<include name="deleteArtifactOnRIViaExternalAPI" invocation-numbers="0" />
			<include name="deleteArtifactOnVfcVlCpRIViaExternalAPI" invocation-numbers="0" />
			<include name="deleteArtifactOnAssetWhichNotExist" />			
		</methods>
      </class>
      <class name="org.onap.sdc.backend.ci.tests.execute.artifacts.DownloadComponentArt">
        <methods>
            <include name="downloadArtifactOfComponentInstanceFromServiceViaExternalAPI"/>
        </methods>
      </class>
      <class name="org.onap.sdc.backend.externalApis.GetFilteredAssetServlet">
        <methods>
            <include name="getResourceAssetBySpecifiedCategory"/>
            <include name="getServiceAssetBySpecifiedCategory"/>
        </methods>
      </class>
      <class name="org.onap.sdc.backend.externalApis.SearchFilterCategoryExternalAPI">
        <methods>
            <include name="normativeResourceCategory" invocation-numbers="0"/>
        </methods>
      </class>      
      <class name="org.onap.sdc.backend.externalApis.GetCSARofVF">
        <methods>
            <include name="getServiceToscaModelCheckInState"/>
            <include name="getRsourceToscaModelCertifyState"/>
        </methods>
      </class>
      <class name="org.onap.sdc.backend.externalApis.GetFilteredAssetServlet">
        <methods>
            <include name="getResourceAssetBySpecifiedCategory"/>
            <include name="getServiceAssetBySpecifiedCategory"/>
        </methods>
      </class>
      <class name="org.onap.sdc.backend.externalApis.GetSpecificAssetMetadataServlet">
        <methods>
            <include name="getResourceAssetMetadataSuccess"/>
            <include name="getServiceAssetMetadataWithResourceInstancesSuccess"/>
        </methods>
      </class>
      <class name="org.onap.sdc.backend.externalApis.AssetLifeCycle">
        <methods>
            <include name="theFlow"/>
        </methods>
      </class>
    </classes>
  </test> <!-- Test -->
</suite> <!-- Suite -->