diff --git a/resources/docker-snapshot/dockerfiles/leda-tests/10__containers.robot b/resources/docker-snapshot/dockerfiles/leda-tests/10__containers.robot index 1567552..47138b4 100644 --- a/resources/docker-snapshot/dockerfiles/leda-tests/10__containers.robot +++ b/resources/docker-snapshot/dockerfiles/leda-tests/10__containers.robot @@ -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 diff --git a/resources/docker-snapshot/dockerfiles/leda-tests/40__update_manager.robot b/resources/docker-snapshot/dockerfiles/leda-tests/40__update_manager.robot index 1b38514..b547ceb 100644 --- a/resources/docker-snapshot/dockerfiles/leda-tests/40__update_manager.robot +++ b/resources/docker-snapshot/dockerfiles/leda-tests/40__update_manager.robot @@ -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 diff --git a/resources/docker-snapshot/dockerfiles/leda-tests/robot-resources/desired-state.json b/resources/docker-snapshot/dockerfiles/leda-tests/robot-resources/desired-state.json index e8b3d37..3d4dcb2 100644 --- a/resources/docker-snapshot/dockerfiles/leda-tests/robot-resources/desired-state.json +++ b/resources/docker-snapshot/dockerfiles/leda-tests/robot-resources/desired-state.json @@ -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" - } - ] } ] }