diff options
author | Chittaranjan Sardar <chittaranjan.sardar@amdocs.com> | 2018-01-24 12:57:55 +0530 |
---|---|---|
committer | Chittaranjan Sardar <chittaranjan.sardar@amdocs.com> | 2018-01-24 15:30:39 +0530 |
commit | cd805e236b7e7ae75164c245e0366878c484503d (patch) | |
tree | 176b87c088b77d2b34025c35152e3d66a3466e4c /bpmn/MSOCommonBPMN/src/test/resources | |
parent | 2ab62d3b3a1d135a004c0282853becb76983f0e7 (diff) |
Same Service names under two different Customers
SO is not allowing to create services with same name with in different customers.
Change-Id: I2ce83f3d6c8d999f88154a1ac50330a8b6d50118
Issue-ID: SO-382
Signed-off-by: Chittaranjan Sardar <chittaranjan.sardar@amdocs.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/src/test/resources')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/test/resources/__files/GenericFlows/getSIUrlByNameMultiCustomer.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/src/test/resources/__files/GenericFlows/getSIUrlByNameMultiCustomer.xml b/bpmn/MSOCommonBPMN/src/test/resources/__files/GenericFlows/getSIUrlByNameMultiCustomer.xml new file mode 100644 index 0000000000..fce47fcd0d --- /dev/null +++ b/bpmn/MSOCommonBPMN/src/test/resources/__files/GenericFlows/getSIUrlByNameMultiCustomer.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<search-results xmlns="http://org.openecomp.aai.inventory/v11"> + <result-data> + <resource-type>service-instance</resource-type> + <resource-link>/aai/v11/business/customers/customer/AbcBank/service-subscriptions/service-subscription/ABC-ST/service-instances/service-instance/MIS%252F1604%252F0026%252FSW_INTERNET</resource-link> + </result-data> + <result-data> + <resource-type>service-instance</resource-type> + <resource-link>/aai/v11/business/customers/customer/XyCorporation/service-subscriptions/service-subscription/XY-ST/service-instances/service-instance/MIS%252F1604%252F0026%252FSW_INTERNET</resource-link> + </result-data> +</search-results>
\ No newline at end of file |