aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/osdf/data/pci-opt-request.json
diff options
context:
space:
mode:
authorkrishnaa96 <krishna.moorthy6@wipro.com>2021-03-18 11:40:51 +0530
committerkrishnaa96 <krishna.moorthy6@wipro.com>2021-03-18 13:11:50 +0530
commit6a281fdae4bba653c2345ce4b755b6d9d9cf97aa (patch)
treebb1f326625a5b0b7370348f7ba40556f52a50db9 /csit/tests/osdf/data/pci-opt-request.json
parent2ad946b1cb9fe0138b997fc2f56d2bf69e997780 (diff)
Add CSIT to the repo
Issue-ID: OPTFRA-930 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: Ic520caf5a2122d044de0e05b415d54955cd762a0
Diffstat (limited to 'csit/tests/osdf/data/pci-opt-request.json')
-rw-r--r--csit/tests/osdf/data/pci-opt-request.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/csit/tests/osdf/data/pci-opt-request.json b/csit/tests/osdf/data/pci-opt-request.json
new file mode 100644
index 0000000..7ec9ab5
--- /dev/null
+++ b/csit/tests/osdf/data/pci-opt-request.json
@@ -0,0 +1,20 @@
+{
+ "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": [
+ "cell0"
+ ]
+ }
+} \ No newline at end of file