diff options
author | Cheung, Pat (kc1472) <kc1472@att.com> | 2021-01-11 22:37:56 +0000 |
---|---|---|
committer | Cheung, Pat (kc1472) <kc1472@att.com> | 2021-01-11 22:37:56 +0000 |
commit | e71c86c428806b55076c1687bb180176f87e6a23 (patch) | |
tree | 20503887e1d42ade76d279dc3ec5a46321a8f174 /ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json | |
parent | 32ce2c60bd58043c18d87f7b14427aa573e700f6 (diff) |
sdnc-apps update
Fixing delete operation issue and add junit config and operation tests
Issue-ID: SDNC-1429
Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com>
Change-Id: I2e72db0db899ca52cbfd7910d8fb55be4cf05749
Diffstat (limited to 'ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json')
-rw-r--r-- | ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json b/ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json new file mode 100644 index 0000000..193002a --- /dev/null +++ b/ms/generic-resource-api/src/test/resources/contrail-route-allotted-resource-1.json @@ -0,0 +1,33 @@ +{ + "contrail-route-allotted-resource" : [ + { + "allotted-resource-id": "ar1", + "allotted-resource-data": { + "allotted-resource-oper-status": { + "create-timestamp": "2020-11-24T12:41:01.796Z", + "order-status": "Active" + }, + "contrail-route-topology": { + "contrail-route-assignments": { + "contrail-id": "cr1", + "dest-network": { + "network-id": "19cdfce4-9124-4bbf-83bd-5140931bb519", + "network-role": "pktmirror" + }, + "fq-name": "default-domain.GRP-27529-T-IST-13C.GRP-27529-T-SIL-13C_gn_SCTPA_IP_net_12_dyh2b_GRP-27529-T-SIL-13C_gn_SCTPA_IP_pktmirror_policy_32", + "source-network": { + "network-id": "1610d17a-fb91-48ac-9d4c-43f739fdbe54", + "network-role": "GRP-27529-T-SIL-13C_gn_SCTPA_IP" + } + }, + "allotted-resource-identifiers": { + "allotted-resource-id": "ar1", + "allotted-resource-type": "contrail-route", + "allotted-resource-name": "GRP-27529-T-SIL-13C_gn_SCTPA_IP_net_12_dyh2b_GRP-27529-T-SIL-13C_gn_SCTPA_IP_pktmirror_policy_32", + "parent-service-instance-id": "service1" + } + } + } + } + ] +}
\ No newline at end of file |