summaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/demo/config
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-11-22 09:27:23 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-22 09:27:23 +0000
commit226d4c344baa504d90ba7a3a4f3e17733ebc1df8 (patch)
treeea106a86cb5bf7cdd48a9915ecf84f6420cd84f7 /common/src/test/resources/demo/config
parentf0a58426aa87795d4fa29eedb5bf2c14f5f6896f (diff)
parenta72ce28fb60c1903ed3ef3da6bb3faac1ae801ba (diff)
Merge "Added Camel Unit Tests"
Diffstat (limited to 'common/src/test/resources/demo/config')
-rw-r--r--common/src/test/resources/demo/config/DEMO.postman_collection.json12
-rw-r--r--common/src/test/resources/demo/config/PolicyAPIConfig.json2
-rw-r--r--common/src/test/resources/demo/config/RuntimeConfig.json2
3 files changed, 8 insertions, 8 deletions
diff --git a/common/src/test/resources/demo/config/DEMO.postman_collection.json b/common/src/test/resources/demo/config/DEMO.postman_collection.json
index 72a8535d9..31c12bfc6 100644
--- a/common/src/test/resources/demo/config/DEMO.postman_collection.json
+++ b/common/src/test/resources/demo/config/DEMO.postman_collection.json
@@ -23,7 +23,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
@@ -84,7 +84,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
@@ -145,7 +145,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
@@ -202,7 +202,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
@@ -239,7 +239,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
@@ -275,7 +275,7 @@
},
{
"key": "username",
- "value": "healthcheck",
+ "value": "runtimeUser",
"type": "string"
}
]
diff --git a/common/src/test/resources/demo/config/PolicyAPIConfig.json b/common/src/test/resources/demo/config/PolicyAPIConfig.json
index 48e89c5dc..dbe00a135 100644
--- a/common/src/test/resources/demo/config/PolicyAPIConfig.json
+++ b/common/src/test/resources/demo/config/PolicyAPIConfig.json
@@ -3,7 +3,7 @@
"restServerParameters": {
"host": "0.0.0.0",
"port": 6968,
- "userName": "healthcheck",
+ "userName": "policyadmin",
"password": "zb!XztG34",
"https": false,
"aaf": false
diff --git a/common/src/test/resources/demo/config/RuntimeConfig.json b/common/src/test/resources/demo/config/RuntimeConfig.json
index 529557eab..fd8948ab7 100644
--- a/common/src/test/resources/demo/config/RuntimeConfig.json
+++ b/common/src/test/resources/demo/config/RuntimeConfig.json
@@ -3,7 +3,7 @@
"restServerParameters": {
"host": "0.0.0.0",
"port": 6969,
- "userName": "healthcheck",
+ "userName": "runtimeUser",
"password": "zb!XztG34",
"https": false,
"aaf": false