Skip to content

Commit

Permalink
Cloudconnector is disabled (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
stlachev committed Nov 2, 2023
1 parent 5a7e741 commit 5ee9b96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ SDV Containers Exist
... seatservice-example
... hvacservice-example

SDV Unconfigured Containers
[Documentation] Created in any state
Container Any State
... cloudconnector

*** Keywords ***
Verify Leda Containers
[Documentation] Verify if container is created and running
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ Test Timeout 10 minutes
${topic_pub_desiredstate} vehicleupdate/desiredstate
${desired_state_no_containers_filename} robot-resources/desired-state-no-containers.json
${desired_state_filename} robot-resources/desired-state.json
@{all_containers} sua feedercan seatservice-example databroker hvacservice-example cloudconnector
@{containers} sua feedercan seatservice-example databroker hvacservice-example

*** Test Cases ***
Containers are running
[Documentation] Containers are running upon system start
Check containers presence ${broker.uri} ${broker.port} @{all_containers}
Check containers presence ${broker.uri} ${broker.port} @{containers}
Expected containers status ${broker.uri} ${broker.port} Running @{containers}

Desired state to stop containers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,96 +289,6 @@
"value": "blocking"
}
]
},
{
"id": "cloudconnector",
"version": "main-47c01227a620a3dbd85b66e177205c06c0f7a52e",
"config": [
{
"key": "image",
"value": "ghcr.io/eclipse-leda/leda-contrib-cloud-connector/cloudconnector:main-47c01227a620a3dbd85b66e177205c06c0f7a52e"
},
{
"key": "mount",
"value": "/data/var/certificates/device.crt:/device.crt:rprivate"
},
{
"key": "mount",
"value": "/data/var/certificates/device.key:/device.key:rprivate"
},
{
"key": "env",
"value": "CERT_FILE=/device.crt"
},
{
"key": "env",
"value": "KEY_FILE=/device.key"
},
{
"key": "env",
"value": "LOCAL_ADDRESS=tcp://mosquitto:1883"
},
{
"key": "env",
"value": "LOG_FILE="
},
{
"key": "env",
"value": "LOG_LEVEL=INFO"
},
{
"key": "env",
"value": "CA_CERT_PATH=/app/iothub.crt"
},
{
"key": "env",
"value": "MESSAGE_MAPPER_CONFIG=/app/message-mapper-config.json"
},
{
"key": "env",
"value": "ALLOWED_LOCAL_TOPICS_LIST=cloudConnector/#"
},
{
"key": "privileged",
"value": "false"
},
{
"key": "network",
"value": "bridge"
},
{
"key": "host",
"value": "mosquitto:host_ip"
},
{
"key": "restartPolicy",
"value": "unless-stopped"
},
{
"key": "restartMaxRetries",
"value": "0"
},
{
"key": "restartTimeout",
"value": "0"
},
{
"key": "logDriver",
"value": "json-file"
},
{
"key": "logMaxFiles",
"value": "2"
},
{
"key": "logMaxSize",
"value": "1M"
},
{
"key": "logMode",
"value": "blocking"
}
]
}
]
}
Expand Down

0 comments on commit 5ee9b96

Please sign in to comment.