diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-19 00:39:03 -0400 |
---|---|---|
committer | Vikas Varma <vv8305@att.com> | 2018-09-19 05:00:05 +0000 |
commit | 276119f2d54b2e8f49b8595ecfcc6545aeb77fef (patch) | |
tree | fd39c9b061e00a79d867e860a030020f7b0af571 /test/pci-optimization-tests/request.json | |
parent | ce6ac9833b9d91dfe9fdd4a0346a641c0c246d90 (diff) |
Initial checkin for pci optimization code
Change-Id: I6fe8ad471f8ad68a964664b910f02bd8a9766639
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-342
Diffstat (limited to 'test/pci-optimization-tests/request.json')
-rw-r--r-- | test/pci-optimization-tests/request.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json new file mode 100644 index 0000000..79c98c3 --- /dev/null +++ b/test/pci-optimization-tests/request.json @@ -0,0 +1,22 @@ +{ + "requestInfo": { + "transactionId": "xxx-xxx-xxxx", + "requestId": "yyy-yyy-yyyy", + "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/", + "sourceId": "SO", + "requestType": "create", + "numSolutions": 1, + "optimizers": [ + "placement" + ], + "timeout": 600 + }, + "cellInfo": { + "networkId": "1000", + "cellIdList": [ + { + "cellId": "cell0" + } + ] + } +}
\ No newline at end of file |