diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-07-20 11:44:26 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-07-20 14:38:09 +0530 |
commit | f90e03c6a749ee25df3ac74355981861d59160d0 (patch) | |
tree | 400b9f6b2ef6a07b1dbb4ebeeb58e8c026e00a45 /csit | |
parent | 555e5727d1c818108ff255a1b9fe4542b768ad5c (diff) |
Add cps client to PCI app
- Add CPS client
- Add configuration to switch between
CPS and config DB
Issue-ID: OPTFRA-978
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ibce259123864a16e5f9e3b8e53563151d8036a88
Diffstat (limited to 'csit')
-rwxr-xr-x | csit/scripts/osdf-properties/osdf_config.yaml | 9 | ||||
-rw-r--r-- | csit/tests/osdf/data/pci-opt-request.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/csit/scripts/osdf-properties/osdf_config.yaml b/csit/scripts/osdf-properties/osdf_config.yaml index 3ca4cd1..93ea197 100755 --- a/csit/scripts/osdf-properties/osdf_config.yaml +++ b/csit/scripts/osdf-properties/osdf_config.yaml @@ -43,11 +43,20 @@ aaf_sms_timeout: 30 secret_domain: osdf aaf_ca_certs: /opt/aaf_root_ca.cer +configClientType: configdb + # config db api configDbUrl: http://127.0.0.1:5000/simulated/configdb configDbGetCellListUrl: 'getCellList' configDbGetNbrListUrl: 'getNbrList' +# cps api +cpsUrl: http://localhost:8080/execute +cpsCellListUrl: 'e2e-cavsta-schemaset/get-cell-list' +cpsNbrListUrl: 'e2e-cavsta-schemaset/get-nbr-list' +cpsUsername: '' +cpsPassword: '' + #aai api aaiUrl: "http://127.0.0.1:5000" aaiGetLinksUrl: "/aai/v16/network/logical-links" diff --git a/csit/tests/osdf/data/pci-opt-request.json b/csit/tests/osdf/data/pci-opt-request.json index 7ec9ab5..09a2f97 100644 --- a/csit/tests/osdf/data/pci-opt-request.json +++ b/csit/tests/osdf/data/pci-opt-request.json @@ -12,7 +12,7 @@ "timeout": 600 }, "cellInfo": { - "networkId": "1000", + "networkId": "netw1000", "cellIdList": [ "cell0" ] |