diff options
author | Sithara Nambiar <sitharav.aredath@huawei.com> | 2020-04-20 21:39:33 +0530 |
---|---|---|
committer | Sithara Nambiar <sitharav.aredath@huawei.com> | 2020-04-21 13:53:52 +0530 |
commit | 2ac2b0c1c177dfec588b9c3439a41340d555897b (patch) | |
tree | 43be48a427e21af985979d5f4f04a0f4c99cb0cf /test/simple_route_opt/routeOpt.json | |
parent | a5d124e5fa47a7ff5a0717a1b2e160bb766169b7 (diff) |
Route optimization -take 2
Issue-ID: OPTFRA-420
Signed-off-by: Sithara Nambiar <sitharav.aredath@huawei.com>
Change-Id: I06624f5adee060ce220a82f2a05a17c0986ca904
Diffstat (limited to 'test/simple_route_opt/routeOpt.json')
-rw-r--r-- | test/simple_route_opt/routeOpt.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/simple_route_opt/routeOpt.json b/test/simple_route_opt/routeOpt.json new file mode 100644 index 0000000..887b85b --- /dev/null +++ b/test/simple_route_opt/routeOpt.json @@ -0,0 +1,34 @@ +{ + "requestInfo": { + "transactionId": "xxx-xxx-xxxx", + "requestId": "yyy-yyy-yyyy", + "callbackUrl": "https://wiki.onap.org:5000/callbackUrl", + "sourceId": "", + "requestType": "create", + "numSolutions": 1, + "optimizers": [ + "route" + ], + "timeout": 600 + }, + "routeInfo": { + "routeRequests": [ + { + "srcPort": { + "accessTopologyId": "Topo113", + "accessClientId": "clientU12", + "accessProviderId": "VDF1234", + "accessNodeId": "22.22.22.22", + "accessLtpId": "1345" + }, + "dstPort": { + "accessTopologyId": "Topo3421", + "accessClientId": "clientD123", + "accessProviderId": "VDF3214", + "accessNodeId": "10.10.10.10", + "accessLtpId": "3452" + } + } + ] + } +} |