diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-11-22 09:27:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-22 09:27:23 +0000 |
commit | 226d4c344baa504d90ba7a3a4f3e17733ebc1df8 (patch) | |
tree | ea106a86cb5bf7cdd48a9915ecf84f6420cd84f7 /runtime/src/test/resources/robotframework | |
parent | f0a58426aa87795d4fa29eedb5bf2c14f5f6896f (diff) | |
parent | a72ce28fb60c1903ed3ef3da6bb3faac1ae801ba (diff) |
Merge "Added Camel Unit Tests"
Diffstat (limited to 'runtime/src/test/resources/robotframework')
-rw-r--r-- | runtime/src/test/resources/robotframework/robotframework-test.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/src/test/resources/robotframework/robotframework-test.properties b/runtime/src/test/resources/robotframework/robotframework-test.properties index 499719aa6..493c83c3d 100644 --- a/runtime/src/test/resources/robotframework/robotframework-test.properties +++ b/runtime/src/test/resources/robotframework/robotframework-test.properties @@ -136,10 +136,10 @@ clamp.config.httpclient.connectTimeout=10000 # # Configuration Settings for Policy Engine Components clamp.config.policy.api.url=http://localhost:${docker.http-cache.port.host} -clamp.config.policy.api.userName=healthcheck +clamp.config.policy.api.userName=policyadmin clamp.config.policy.api.password=zb!XztG34 clamp.config.policy.pap.url=http://localhost:${docker.http-cache.port.host} -clamp.config.policy.pap.userName=healthcheck +clamp.config.policy.pap.userName=policyadmin clamp.config.policy.pap.password=zb!XztG34 # Sdc service properties |