aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/reception-plugins/src/test/resources
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2022-11-07 17:11:32 +0000
committerdavid.mcweeney <david.mcweeney@est.tech>2022-11-17 15:06:30 +0000
commit743bbccfed9dee1788cf0b2363cbe81ff198cda7 (patch)
treeb3783e41ea562227083837123d64796d587714e1 /plugins/reception-plugins/src/test/resources
parent2167439935a9f5099a9a30e563388ca9897ca3d2 (diff)
Update version of SDC-Client to 2.0.0
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1790 Change-Id: I21edcdafe965a3e17b863e5f8766eeb764cf6bc5
Diffstat (limited to 'plugins/reception-plugins/src/test/resources')
-rw-r--r--plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json10
-rw-r--r--plugins/reception-plugins/src/test/resources/handling-sdc.json10
-rw-r--r--plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json12
3 files changed, 7 insertions, 25 deletions
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json
index 6c9301a5..c1f1c6a0 100644
--- a/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json
+++ b/plugins/reception-plugins/src/test/resources/handling-sdc-null-parameters.json
@@ -1,11 +1,6 @@
{
"name" : "parameterConfig1",
- "asdcAddress": "localhost",
- "messageBusAddress": [
- "a.com",
- "b.com",
- "c.com"
- ],
+ "sdcAddress": "localhost",
"user": "policy",
"password": "policy",
"pollingInterval":20,
@@ -21,7 +16,6 @@
"keyStorePath": null,
"keyStorePassword": null,
"activeServerTlsAuth": null,
- "isFilterInEmptyResources": null,
- "isUseHttpsWithDmaap": null
+ "isFilterInEmptyResources": null
}
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdc.json b/plugins/reception-plugins/src/test/resources/handling-sdc.json
index 8c8a02a4..638a468e 100644
--- a/plugins/reception-plugins/src/test/resources/handling-sdc.json
+++ b/plugins/reception-plugins/src/test/resources/handling-sdc.json
@@ -1,11 +1,6 @@
{
"name" : "parameterConfig1",
- "asdcAddress": "localhost",
- "messageBusAddress": [
- "a.com",
- "b.com",
- "c.com"
- ],
+ "sdcAddress": "localhost",
"user": "policy",
"password": "policy",
"pollingInterval":20,
@@ -13,7 +8,7 @@
"retryDelay":30,
"consumerId": "policy-id",
"artifactTypes": [
- "TOSCA_CSAR",
+ "TOSCA_CSAR",
"HEAT"
],
"consumerGroup": "policy-group",
@@ -22,7 +17,6 @@
"keyStorePassword": "null",
"activeServerTlsAuth": false,
"isFilterInEmptyResources": true,
- "isUseHttpsWithDmaap": false,
"isUseHttpsWithSdc": false
}
diff --git a/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json b/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json
index 803fc412..d2cffddf 100644
--- a/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json
+++ b/plugins/reception-plugins/src/test/resources/handling-sdcInvalid.json
@@ -1,18 +1,13 @@
{
"name" : "parameterConfig1",
- "asdcAddress": "",
- "messageBusAddress": [
- "a.com",
- "b.com",
- "c.com"
- ],
+ "sdcAddress": "",
"user": "tbdsdc-1480",
"password": "tbdsdc-1480",
"pollingInterval":-1,
"pollingTimeout":-2,
"consumerId": "policy-id",
"artifactTypes": [
- "TOSCA_CSAR",
+ "TOSCA_CSAR",
"HEAT"
],
"consumerGroup": "policy-group",
@@ -20,7 +15,6 @@
"keyStorePath": "null",
"keyStorePassword": "null",
"activeserverTlsAuth": false,
- "isFilterInEmptyResources": true,
- "isUseHttpsWithDmaap": false
+ "isFilterInEmptyResources": true
}