diff options
author | Mojahidul Islam <mojahidul.islam@amdocs.com> | 2019-07-09 11:16:35 +0530 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-07-09 07:42:27 +0000 |
commit | ba6a9e6fc163854c96c5178a9b9cd306248a41e0 (patch) | |
tree | 791a036d95048c07bab782b233297701605fd3cf /test-apis-ci/src/main/resources/ci/testSuites/service.xml | |
parent | da8b24151295d923cc632dfa2d296b3c67f6cce2 (diff) |
Incrrct intrfc type populated in tosca for S proxy
Incorrect interface type is populated in tosca for Service proxy for Local interface operations
Change-Id: If7933d6537a14567297e716f154c2a48f7f34797
Issue-ID: SDC-2423
Signed-off-by: Mojahidul Islam <mojahidul.islam@amdocs.com>
Diffstat (limited to 'test-apis-ci/src/main/resources/ci/testSuites/service.xml')
-rw-r--r-- | test-apis-ci/src/main/resources/ci/testSuites/service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-apis-ci/src/main/resources/ci/testSuites/service.xml b/test-apis-ci/src/main/resources/ci/testSuites/service.xml index 5c64fb49cb..770d2bebf0 100644 --- a/test-apis-ci/src/main/resources/ci/testSuites/service.xml +++ b/test-apis-ci/src/main/resources/ci/testSuites/service.xml @@ -16,6 +16,7 @@ <include name="getInterfaceOperationsFromService"/> <include name="updateInterfaceOperationsOnService"/> <include name="deleteInterfaceOperationsFromService"/> + <include name="testCreateOperationWithLocalInterfaceAndDownloadArtifact"/> </methods> </class> </classes> |