aboutsummaryrefslogtreecommitdiffstats
path: root/certService/src/test/resources
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-03-04 13:57:40 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-04 13:57:40 +0000
commit36b7761e79016cfc6aa42a06b92155c82ada581e (patch)
treeeff9c4e75bdf8d356c89451ade5a6ca98436c47f /certService/src/test/resources
parent475767191e107a1c385d5b031ff88ab8034278e4 (diff)
parent09128196b16368651e8fa2a20140216e086700f2 (diff)
Merge "Fix reload endpoint to return status"
Diffstat (limited to 'certService/src/test/resources')
-rw-r--r--certService/src/test/resources/invalidCmpServers.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/certService/src/test/resources/invalidCmpServers.json b/certService/src/test/resources/invalidCmpServers.json
new file mode 100644
index 00000000..ac4b34af
--- /dev/null
+++ b/certService/src/test/resources/invalidCmpServers.json
@@ -0,0 +1,19 @@
+{
+ "cmpv2Servers": [
+ {
+ "caName": " ",
+ "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "CLIENT"
+ },
+ {
+ "caName": "TEST2",
+ "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
+ "caMode": "RA",
+ "authentication": {
+ "iak": "xxx",
+ "rv": "yyy"
+ }
+ }
+ ]
+} \ No newline at end of file