diff options
author | Vikas Varma <vikas.varma@att.com> | 2021-07-28 03:15:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-28 03:15:23 +0000 |
commit | 572c5eb2e52be9f5ff7614e49edea86e81d6d2b9 (patch) | |
tree | f4458c45c7c8780c2e48b829204751856edd1206 /test/functest/simulators | |
parent | 5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (diff) | |
parent | f90e03c6a749ee25df3ac74355981861d59160d0 (diff) |
Merge "Add cps client to PCI app"
Diffstat (limited to 'test/functest/simulators')
-rw-r--r-- | test/functest/simulators/configdb/response-payloads/getCellList-netw1000.json (renamed from test/functest/simulators/configdb/response-payloads/getCellList-1000.json) | 0 | ||||
-rw-r--r-- | test/functest/simulators/configdb/response-payloads/getCellList-netw2000.json (renamed from test/functest/simulators/configdb/response-payloads/getCellList-2000.json) | 0 | ||||
-rwxr-xr-x | test/functest/simulators/simulated-config/osdf_config.yaml | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/test/functest/simulators/configdb/response-payloads/getCellList-1000.json b/test/functest/simulators/configdb/response-payloads/getCellList-netw1000.json index df23f6e..df23f6e 100644 --- a/test/functest/simulators/configdb/response-payloads/getCellList-1000.json +++ b/test/functest/simulators/configdb/response-payloads/getCellList-netw1000.json diff --git a/test/functest/simulators/configdb/response-payloads/getCellList-2000.json b/test/functest/simulators/configdb/response-payloads/getCellList-netw2000.json index 77cf7db..77cf7db 100644 --- a/test/functest/simulators/configdb/response-payloads/getCellList-2000.json +++ b/test/functest/simulators/configdb/response-payloads/getCellList-netw2000.json diff --git a/test/functest/simulators/simulated-config/osdf_config.yaml b/test/functest/simulators/simulated-config/osdf_config.yaml index 2f03d99..eb02b33 100755 --- a/test/functest/simulators/simulated-config/osdf_config.yaml +++ b/test/functest/simulators/simulated-config/osdf_config.yaml @@ -60,6 +60,8 @@ aaf_sms_timeout: 30 secret_domain: osdf aaf_ca_certs: ssl_certs/aaf_root_ca.cer +configClientType: configdb + # config db api configDbUrl: http://127.0.0.1:5000/simulated/configdb configDbUserName: osdf |