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 /test/pci-optimization-tests | |
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 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/fixed_pci.json | 2 | ||||
-rw-r--r-- | test/pci-optimization-tests/pci_anr_request.json | 2 | ||||
-rw-r--r-- | test/pci-optimization-tests/request.json | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/pci-optimization-tests/fixed_pci.json b/test/pci-optimization-tests/fixed_pci.json index 8bd159e..0038d04 100644 --- a/test/pci-optimization-tests/fixed_pci.json +++ b/test/pci-optimization-tests/fixed_pci.json @@ -26,7 +26,7 @@ "cellInfo": { - "networkId": "2000", + "networkId": "netw2000", "cellIdList": [ diff --git a/test/pci-optimization-tests/pci_anr_request.json b/test/pci-optimization-tests/pci_anr_request.json index e8947b1..34e2409 100644 --- a/test/pci-optimization-tests/pci_anr_request.json +++ b/test/pci-optimization-tests/pci_anr_request.json @@ -12,7 +12,7 @@ "timeout": 600 }, "cellInfo": { - "networkId": "2000", + "networkId": "netw2000", "cellIdList": [ "cell20" ] diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json index 517ee10..a8eb4f6 100644 --- a/test/pci-optimization-tests/request.json +++ b/test/pci-optimization-tests/request.json @@ -12,9 +12,9 @@ "timeout": 600 }, "cellInfo": { - "networkId": "1000", + "networkId": "netw1000", "cellIdList": [ "cell0" ] } -}
\ No newline at end of file +} |