-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c80fdc
commit 47c1393
Showing
6 changed files
with
172 additions
and
879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"cloudConnectionFactories": [ | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService", | ||
"defaultCloudEndpointPid": "org.eclipse.kura.cloud.CloudService-2", | ||
"cloudEndpointPidRegex": "^org.eclipse.kura.cloud.CloudService\\-[a-zA-Z0-9]+$" | ||
}, | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloudconnection.eclipseiot.mqtt.ConnectionManager", | ||
"defaultCloudEndpointPid": "org.eclipse.kura.cloudconnection.eclipseiot.mqtt.ConnectionManager", | ||
"cloudEndpointPidRegex": "^org.eclipse.kura.cloudconnection.eclipseiot.mqtt.ConnectionManager(\\-[a-zA-Z0-9]+)?$" | ||
}, | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloudconnection.raw.mqtt.cloud.RawMqttCloudEndpoint", | ||
"defaultCloudEndpointPid": "org.eclipse.kura.cloudconnection.raw.mqtt.CloudEndpoint", | ||
"cloudEndpointPidRegex": "^org.eclipse.kura.cloudconnection.raw.mqtt.CloudEndpoint(\\-[a-zA-Z0-9]+)?$" | ||
}, | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.camel.cloud.factory.CamelFactory", | ||
"defaultCloudEndpointPid": "org.eclipse.kura.camel.cloud.factory.CamelFactory", | ||
"cloudEndpointPidRegex": "^org.eclipse.kura.camel.cloud.factory.CamelFactory(\\-[a-zA-Z0-9]+)?$" | ||
} | ||
], | ||
"pubSubFactories": [ | ||
{ | ||
"factoryPid": "org.eclipse.kura.cloudconnection.raw.mqtt.subscriber.RawMqttSubscriber", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloudconnection.raw.mqtt.cloud.RawMqttCloudEndpoint" | ||
}, | ||
{ | ||
"factoryPid": "org.eclipse.kura.cloudconnection.eclipseiot.mqtt.CloudPublisher", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloudconnection.eclipseiot.mqtt.ConnectionManager", | ||
"defaultPid": "org.eclipse.kura.cloudconnection.eclipseiot.mqtt.CloudPublisher", | ||
"defaultPidRegex": "^org.eclipse.kura.cloudconnection.eclipseiot.mqtt.CloudPublisher(\\-[a-zA-Z0-9]+)?$" | ||
}, | ||
{ | ||
"factoryPid": "org.eclipse.kura.cloud.subscriber.CloudSubscriber", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService" | ||
}, | ||
{ | ||
"factoryPid": "org.eclipse.kura.cloud.publisher.CloudPublisher", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService" | ||
}, | ||
{ | ||
"factoryPid": "org.eclipse.kura.cloudconnection.raw.mqtt.publisher.RawMqttPublisher", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloudconnection.raw.mqtt.cloud.RawMqttCloudEndpoint" | ||
}, | ||
{ | ||
"factoryPid": "org.eclipse.kura.event.publisher.EventPublisher", | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService" | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
....cloudconnection.provider.test/src/main/resources/getCloudComponentInstancesResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"cloudEndpointInstances": [ | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService", | ||
"cloudEndpointPid": "org.eclipse.kura.cloud.CloudService", | ||
"state": "DISCONNECTED", | ||
"cloudEndpointType": "CLOUD_CONNECTION_MANAGER" | ||
}, | ||
{ | ||
"cloudConnectionFactoryPid": "org.eclipse.kura.cloud.CloudService-test", | ||
"cloudEndpointPid": "org.eclipse.kura.cloud.CloudService", | ||
"state": "DISCONNECTED", | ||
"cloudEndpointType": "CLOUD_CONNECTION_MANAGER" | ||
} | ||
], | ||
"pubsubInstances": [ | ||
{ | ||
"cloudEndpointPid": "org.eclipse.kura.cloud.CloudService", | ||
"pid": "heaterPublisher", | ||
"factoryPid": "org.eclipse.kura.cloud.publisher.CloudPublisher", | ||
"type": "PUBLISHER" | ||
} | ||
] | ||
} |
22 changes: 0 additions & 22 deletions
22
...e.kura.rest.cloudconnection.provider.test/src/main/resources/getCloudEntriesResponse.json
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
....rest.cloudconnection.provider.test/src/main/resources/getStackComponentPidsResponse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"pids": [ | ||
"org.eclipse.kura.cloud.CloudService-test", | ||
"org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport-test", | ||
"org.eclipse.kura.data.DataService-test" | ||
] | ||
} |
Oops, something went wrong.