diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 22:57:54 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 22:58:57 -0400 |
commit | 61960d0ca9556843596975506fc949ae90ebb776 (patch) | |
tree | 9e638df2ab0e4ac5677655815336f71b3eb397a1 /test | |
parent | 8a0fb1ecc1bd4f421f18ad10edd8e6f2c78dc003 (diff) |
Eliminating emply elements from HAS templatev1.1.1
Eliminating empty elements from HAS template
Issue-ID: OPTFRA-243
Change-Id: Iec6acf95f6f0a98757e3d208f102998d197b2daa
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test')
2 files changed, 3 insertions, 3 deletions
diff --git a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/Affinity_vCPE_1.json b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/Affinity_vCPE_1.json index c9046dd..6f0ecb3 100644 --- a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/Affinity_vCPE_1.json +++ b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/Affinity_vCPE_1.json @@ -12,7 +12,7 @@ "identity": "affinity_vCPE", "policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vGMuxInfra", "vG"], "affinityProperty": { - "qualifier": "different", + "qualifier": "same", "category": "complex" }, "policyType": "zone", diff --git a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/vnfPolicy_vGMuxInfra.json b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/vnfPolicy_vGMuxInfra.json index 7ac6dff..6849105 100644 --- a/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/vnfPolicy_vGMuxInfra.json +++ b/test/functest/simulators/policy/response-payloads/pdp-has-vcpe-good/vnfPolicy_vGMuxInfra.json @@ -17,9 +17,9 @@ "vnfProperties": [ { "inventoryProvider": "aai", - "serviceType": "vGMuxInfra", + "serviceType": "vGMuxInfra-xx", "inventoryType": "service", - "customerId": "", + "customerId": "SDN-ETHERNET-INTERNET", "orchestrationStatus": "", "equipmentRole": "" } |