Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cryptoki via UNIX socket #3421

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Bravo555
Copy link
Contributor

Draft notes

Current prototype allows signing via UNIX socket work, but it's limited to ECDSA P256 key.

In the current implementation phase, there are two types of requests that we have to worry about:

  1. choosing a scheme from the ones offered by the server
  2. signing the TLS 1.3 CertificateVerify

We'll have to ser/deserialize it and use some protocol for transferring it.

In the interest of keeping making the review faster, it would probably be good to keep this and following commits relatively small, so creation of new tedge service and calling it from tedge CLI and the mapper may be split.


Proposed changes

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (general improvements like code refactoring that doesn't explicitly fix a bug or add any new functionality)
  • Documentation Update (if none of the other choices apply)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Paste Link to the issue

#3363

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA (in all commits with git commit -s)
  • I ran cargo fmt as mentioned in CODING_GUIDELINES
  • I used cargo clippy as mentioned in CODING_GUIDELINES
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

codecov bot commented Feb 25, 2025

@Bravo555 Bravo555 self-assigned this Feb 26, 2025
@Bravo555 Bravo555 force-pushed the feat/hsm/unix-socket branch from 307d71e to 0bbbb1c Compare February 27, 2025 10:08
Bravo555 added 6 commits March 2, 2025 17:42
For rustls we have `default-features = false` because we don't want to
use aws-lc-rs, but it also disabled other default features: `std` and
`tls12`. These features have been reenabled.

Feature determination scheme appears to be wonky as when I started
working on p11 server, rustls screamed at me about
`ClientConfig::builder` not existing. Indeed it requires `rustls/std`
feature, but it worked fine before.

Signed-off-by: Marcel Guzik <[email protected]>
This new version exposes `SingleKeyAndCert` resolver that we can use to
remove some code.

Signed-off-by: Marcel Guzik <[email protected]>
The resolver doesn't do anything PKCS#11 specific and can be trivially
replaced with rustls `SingleKeyAndCert` resolver.

Signed-off-by: Marcel Guzik <[email protected]>
Signed-off-by: Marcel Guzik <[email protected]>
@Bravo555 Bravo555 force-pushed the feat/hsm/unix-socket branch from 0bbbb1c to 0cdce00 Compare March 3, 2025 09:54
@Bravo555 Bravo555 temporarily deployed to Test Pull Request March 3, 2025 09:54 — with GitHub Actions Inactive
@Bravo555 Bravo555 force-pushed the feat/hsm/unix-socket branch from 0cdce00 to 95b71f4 Compare March 3, 2025 11:46
@Bravo555 Bravo555 requested a deployment to Test Pull Request March 3, 2025 11:46 — with GitHub Actions Waiting
Copy link
Contributor

github-actions bot commented Mar 3, 2025

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
53 531 2 584 9.08 1h56m14.938683s

Failed Tests

Name Message ⏱️ Duration Suite
Publish measurements to te measurement topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.048 s Aws Telemetry
Publish measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.060 s Aws Telemetry
Publish service measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.113 s Aws Telemetry
Publish child measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.138 s Aws Telemetry
Publish main device event to te event topic with event type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.111 s Aws Telemetry
Publish child device event to te event topic with event type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.148 s Aws Telemetry
Publish main device alarm to te alarm topic with alarm type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.117 s Aws Telemetry
Publish child device alarm to te alarm topic with alarm type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.133 s Aws Telemetry
Publish health status message for main device service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.094 s Aws Telemetry
Publish measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.160 s Azure Telemetry
Publish measurements to te measurement topic without measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.105 s Azure Telemetry
Publish service measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.124 s Azure Telemetry
Publish child measurements to te measurement topic with measurement type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.128 s Azure Telemetry
Publish main device event to te event topic with event type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.121 s Azure Telemetry
Publish main device event to te event topic without event type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.091 s Azure Telemetry
Publish child device event to te event topic with event type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Azure Telemetry
Publish main device alarm to te alarm topic with alarm type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.088 s Azure Telemetry
Publish main device alarm to te alarm topic without alarm type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.089 s Azure Telemetry
Publish child device alarm to te alarm topic with alarm type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.106 s Azure Telemetry
Publish health status message for main device service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.085 s Azure Telemetry
Configuration types should be detected on file change (without restarting service) Supported configuration fragment is missing c8y_SupportedConfigurations from managed object 54.345 s Inotify Crate
Check lock file existence in default folder Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.041 s Lock File
Check PID number in lock file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.036 s Lock File
Check PID number in lock file after restarting the services Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.029 s Lock File
Check starting same service twice Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Lock File
Switch off lock file creation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.032 s Lock File
c8y_RequiredAvailability is set by default to an hour Managed object does not contain fragment values wanted={'c8y_RequiredAvailability': {'responseInterval': 60}} got={'type': 'thin-edge.io', 'name': 'TST_reverse_freezing_sound', 'owner': 'device_TST_reverse_freezing_sound', 'com_cumulocity_model_Agent': {}, 'c8y_IsDevice': {}} 56.803 s C8Y Required Availability
c8y_RequiredAvailability is set with custom value Managed object does not contain fragment values wanted={'c8y_RequiredAvailability': {'responseInterval': 0}} got={'type': 'thin-edge.io', 'name': 'TST_extend_matte_trunk', 'owner': 'device_TST_extend_matte_trunk', 'com_cumulocity_model_Agent': {}, 'c8y_IsDevice': {}} 56.107 s C8Y Required Availability
c8y_RequiredAvailability is not set when disabled tedge mqtt pub --retain &#39;te/de... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/TST_pull_threaded_monitor//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 54.353 s C8Y Required Availability
Heartbeat is sent Managed object does not contain fragment values wanted={'c8y_RequiredAvailability': {'responseInterval': 1}} got={'type': 'thin-edge.io', 'name': 'TST_thaw_big_index', 'owner': 'device_TST_thaw_big_index', 'com_cumulocity_model_Agent': {}, 'c8y_IsDevice': {}} 30.498 s Heartbeat
Heartbeat is sent based on the custom health topic status tedge mqtt pub --retain &#39;te/de... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "{"@type":"device","@health":"device/main/service/foo"}" on the topic "te/device/main//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 41.859 s Heartbeat
Child heartbeat is sent tedge mqtt pub --retain &#39;te/de... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/TST_hit_bent_teaser//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 46.510 s Heartbeat
Child heartbeat is sent based on the custom health topic status tedge mqtt pub --retain &#39;te/de... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "{"@type":"child-device", "@health":"device/TST_thaw_burning_narrative/service/bar"}" on the topic "te/device/TST_thaw_burning_narrative//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 54.975 s Heartbeat
No unexpected child devices created without service autostart mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 41.089 s Bootstrap
Mapper restart does not alter device hierarchy mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 40.835 s Bootstrap
Connection test Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 55.542 s Builtin Bridge
Support publishing QoS 0 messages to c8y topic #2960 Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 52.953 s Builtin Bridge
Default local_cleansession setting Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.175 s Local Cleansession
Force inclusion of local_cleansession Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.135 s Local Cleansession
Auto detection of local_cleansession compatibility Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.128 s Local Cleansession
Force exclusion of local_cleansession Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.108 s Local Cleansession
Migrate Legacy Configuration Files Expected operation (id=16555947) to be SUCCESSFUL, but got: PENDING (failureReason: ) 51.520 s Backward Compatibility
Set Configuration when file does not exist Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.038 s Configuration Operation
Set Configuration when file exists and agent run normally Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.038 s Configuration Operation
Set Configuration when file exists and tedge run by root Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.037 s Configuration Operation
Set Configuration when tedge-write is in another location Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.034 s Configuration Operation
Set configuration with broken url Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Configuration Operation
Get Configuration from Main Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.044 s Configuration Operation
Get Configuration from Child Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Configuration Operation
Get Unknown Configuration Type From Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.030 s Configuration Operation
Get non existent configuration file From Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.050 s Configuration Operation
Update configuration plugin config via cloud Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.037 s Configuration Operation
Modify configuration plugin config via local filesystem modify inplace Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Configuration Operation
Modify configuration plugin config via local filesystem overwrite Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.036 s Configuration Operation
Update configuration plugin config via local filesystem copy Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Configuration Operation
Update configuration plugin config via local filesystem move (different directory) Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Configuration Operation
Update configuration plugin config via local filesystem move (same directory) Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.058 s Configuration Operation
Manual config_snapshot operation request Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.083 s Configuration Operation
Trigger config_snapshot operation from another operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.072 s Configuration Operation
Trigger custom config_snapshot operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.057 s Configuration Operation
Config_snapshot operation request with the tedgeUrl created by agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.080 s Configuration Operation
Manual config_update operation request Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.064 s Configuration Operation
Trigger config_update operation from another workflow Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.070 s Configuration Operation
Trigger custom config_update operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.075 s Configuration Operation
Config update request not processed when operation is disabled for tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.067 s Configuration Operation
Config snapshot request not processed when operation is disabled for tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.057 s Configuration Operation
Default plugin configuration Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.048 s Configuration Operation
Get Configuration from Main Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.067 s Configuration Operation Multi Cloud
Get Configuration from Second Device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Configuration Operation Multi Cloud
Mapper Services Are Restarted After Updates Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.053 s Configuration Operation Multi Cloud
File Transfer Service has HTTPS enabled Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.046 s Configuration With File Transfer Https
File Transfer Service redirects HTTP to HTTPS Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.059 s Configuration With File Transfer Https
File Transfer Service is accessible over HTTPS from child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.036 s Configuration With File Transfer Https
Configuration snapshots are uploaded to File Transfer Service via HTTPS Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.040 s Configuration With File Transfer Https
Configuration snapshots are uploaded to File Transfer Service via HTTPS with client certificate Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.039 s Configuration With File Transfer Https
Configuration operation fails when configuration-plugin does not supply client certificate Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.050 s Configuration With File Transfer Https
Configuration snapshot fails when mapper does not supply client certificate Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.042 s Configuration With File Transfer Https
Configuration update succeeds despite mapper not supplying client certificate Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Variable '${FTS_SN}' not found. 0.039 s Configuration With File Transfer Https
Support Legacy Configuration Download Operation Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 53.017 s Legacy Configuration Workflow
Run c8y_Command operation with workflow execution Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.063 s Operation Command Workflow
Run shell custom operation for main device and publish the status Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.116 s Custom Operation Command
Run shell custom operation for main device and do not publish the status Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.157 s Custom Operation Command
Run arbitrary shell command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.121 s Custom Operation Command
Run shell custom operation for main device with custom topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.107 s Custom Operation Command
Run the custom operation with multiple arguments Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 49.294 s Operation Multiple Arguments In Command
Update the custom operation dynamically Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 55.744 s Dynamically Reload Operation
smartrest template custom operation successful Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 57.293 s Smartrest Template
Custom operation successful Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 55.324 s Custom Operation
Custom operation fails Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 51.049 s Custom Operation
Run custom operation with workflow execution Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.052 s Custom Operation Workflow
Add template and workflow file dynamically Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Custom Operation Workflow
Run custom operation with workflow execution on child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.038 s Custom Operation Workflow
Run c8y_RelayArray operation with workflow execution Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.070 s Operation Relay Array Workflow
c8y_RelayArray operation Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 54.739 s Operation Relay Array
Send firmware update operation from Cumulocity Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 41.290 s Firmware Operation
Prerequisite Parent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Firmware Operation Child Device
Prerequisite Child Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Firmware Operation Child Device
Child device firmware update Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.029 s Firmware Operation Child Device
Child device firmware update with cache Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.028 s Firmware Operation Child Device
Firmware plugin supports restart via service manager #1932 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Firmware Operation Child Device Retry
Update Inventory data via inventory.json Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.027 s Inventory Update
Inventory includes the agent fragment with version information Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.027 s Inventory Update
Update main device inventory fragments via twin topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.032 s Inventory Update
Update child device inventory fragments via twin topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.039 s Inventory Update
Update nested child device inventory fragments via twin topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Inventory Update
Update main device inventory fragments via twin topics using built-in bridge Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.036 s Inventory Update
Retrieve a JWT tokens Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 52.257 s Jwt Request
Migrate Legacy Configuration Files Expected operation (id=16555993) to be SUCCESSFUL, but got: PENDING (failureReason: ) 50.530 s Backward Compatibility
Log operation ignore date range when log file has a static path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.110 s Log Operation
Request with non-existing log type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.097 s Log Operation
Manual log_upload operation request Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.117 s Log Operation
Trigger log_upload operation from another operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.046 s Log Operation
Trigger custom log_upload operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.063 s Log Operation
Log file request limits maximum number of lines with text filter Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.064 s Log Operation
Log file request limits maximum number of lines without text filter Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.049 s Log Operation
Log file request supports date/time filters and can search across multiple log files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.065 s Log Operation
Log file request not processed if operation is disabled for tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.084 s Log Operation
Default plugin configuration Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.068 s Log Operation
Successful log operation Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${CHILD_SN}' not found. 50.648 s Log Operation Child
Custom log workflow with pre-processor Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.083 s Log Workflow
Mapper recovers and processes output of ongoing software update request Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.130 s Recover And Publish Software Update Message
Recovery from corrupt entity store file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.098 s Recover And Publish Software Update Message
Check running collectd Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.068 s Monitor Device Collectd
Is collectd publishing MQTT messages? Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.065 s Monitor Device Collectd
Check thin-edge monitoring Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.078 s Monitor Device Collectd
Check grouping of measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.060 s Monitor Device Collectd
Processes many devices for i in $(seq 0 100); do tedg... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child0//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child1//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child2//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topi... [ Message content over the limit has been removed. ] Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child97//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child98//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child99//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) Error: failed to publish the message "{"@type":"child-device"}" on the topic "te/device/child100//" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 40.115 s Processes Many Devices
Main device registration Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 46.295 s Registration Lifecycle
Child device registration Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 40.877 s Registration Lifecycle
Register child device with defaults via MQTT Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 40.558 s Registration Lifecycle
Register child device with custom name and type via MQTT Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 49.794 s Registration Lifecycle
Register child device with initial twin data Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 58.525 s Registration Lifecycle
Register child device with custom id via MQTT Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 58.754 s Registration Lifecycle
Register nested child device using default topic schema via MQTT Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 58.524 s Registration Lifecycle
Register service on a child device via MQTT Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 45.603 s Registration Lifecycle
Register devices using custom MQTT schema Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 51.747 s Registration Lifecycle
Register tedge-agent when tedge-mapper-c8y is not running #2389 Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 70.977 s Registration Lifecycle
Early data messages cached and processed Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 79.640 s Registration Lifecycle
Entities persisted and restored Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 61.278 s Registration Lifecycle
Entities send to cloud on restart Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 43.727 s Registration Lifecycle
Unexpected message doesn't cause a panic #3134 Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${DEVICE_SN}' not found. 61.949 s Registration Lifecycle
Supports restarting the device Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 52.517 s Restart Device
Supports restarting the device without sudo and running as root Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 40.973 s Restart Device
tedge-mapper-c8y does not react to local restart operations transitions Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 43.403 s Restart Device
Support restarting the device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.031 s Restart Device Child
Restart operation should be set to failed when an non-existent command is configured Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.029 s Restart Device Child
Restart operation should be set to failed when command is not allowed by sudo Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.029 s Restart Device Child
Restart operation should be set to failed when the command does not restart the device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.029 s Restart Device Child
Restart operation should be set to failed if the restart command times out Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.026 s Restart Device Child
Restart operation should be set to failed when the command has been killed by a signal Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.030 s Restart Device Child
Default restart timeout supports the default 60 second delay of the linux shutdown command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.032 s Restart Device Child
Test if all c8y services are up Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 52.704 s Service Monitoring
Test bridge service status up Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 51.475 s Service Monitoring
Test mosquitto bridge service status mapping Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 50.237 s Service Monitoring
Test non-mosquitto-bridge service status mapping Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 42.597 s Service Monitoring
Test if all c8y services are down Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 41.636 s Service Monitoring
Test if all c8y services are using configured service type Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 53.906 s Service Monitoring
Test if all c8y services using default service type when service type configured as empty Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 67.729 s Service Monitoring
Check health status of tedge-mapper-c8y service on broker stop start Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 69.303 s Service Monitoring
Check health status of tedge-mapper-c8y service on broker restart Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 72.679 s Service Monitoring
Check health status of child device service Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 63.453 s Service Monitoring
Successful shell command with output Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.068 s Shell Operation
Check Successful shell command with literal double quotes output Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Shell Operation
Execute multiline shell command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.034 s Shell Operation
Failed shell command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.058 s Shell Operation
Shell command succeeds if output is too large Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.078 s Shell Operation
Successful shell command with output Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.087 s Shell Operation Built-In Bridge
Check Successful shell command with literal double quotes output Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.116 s Shell Operation Built-In Bridge
Execute multiline shell command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.124 s Shell Operation Built-In Bridge
Failed shell command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.105 s Shell Operation Built-In Bridge
Supports SmartREST 1.0 Templates - builtin curl --max-time 15 -sf -XPOST ... returned an unexpected exit code stdout: stderr: 49.670 s Smartrest One
Supports SmartREST 1.0 Templates - mosquitto curl --max-time 15 -sf -XPOST ... returned an unexpected exit code stdout: stderr: [RETRY] FAIL on 1. retry. 52.651 s Smartrest One
Limit number of packages Managed object does not have a c8y_SoftwareList fragment 40.398 s Sm-Plugin
Limit number of packages to 1 Managed object does not have a c8y_SoftwareList fragment 47.628 s Sm-Plugin
Don't limit number of packages Managed object does not have a c8y_SoftwareList fragment 54.741 s Sm-Plugin
sm-plugins should work without sudo installed and running as root Managed object does not have a c8y_SoftwareList fragment 59.328 s Sm-Plugin
sm-plugins download files from Cumulocity Expected operation (id=16556064) to be SUCCESSFUL, but got: PENDING (failureReason: ) 85.620 s Sm-Plugin
Filter packages list using include pattern Managed object does not have a c8y_SoftwareList fragment 55.790 s Sm-Plugin
Filter packages list using exclude pattern Managed object does not have a c8y_SoftwareList fragment 69.323 s Sm-Plugin
Filter packages list using both patterns Managed object does not have a c8y_SoftwareList fragment 70.632 s Sm-Plugin
Software updates download software packages only once #3062 Expected operation (id=16556110) to be SUCCESSFUL, but got: PENDING (failureReason: ) 109.613 s Sm-Plugin
Supported software types should be declared during startup Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 42.759 s Software
Supported software types and c8y_SupportedSoftwareTypes should be declared during startup Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 51.126 s Software
Software list should be populated during startup Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 56.343 s Software
Software list should be populated during startup with advanced software management Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 58.760 s Software
Install software via Cumulocity Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 60.910 s Software
tedge-agent should terminate on SIGINT while downloading file Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 64.821 s Software
Software list should only show currently installed software and not candidates Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 56.779 s Software
Manual software_list operation request Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 47.769 s Software
Manual software_update operation request Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 68.827 s Software
Manual software_update operation request with empty url Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 78.743 s Software
Operation log uploaded automatically with default auto_log_upload setting as on-failure Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 73.345 s Software
Operation log uploaded automatically with auto_log_upload setting as always Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 67.889 s Software
Operation log uploaded automatically with auto_log_upload setting as never Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 70.992 s Software
Workflow log includes plugin output Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 44.674 s Software
Backward compatibility using 501-503 templates to update status Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 41.161 s Software
Operation gets updated regardless of the order of the creation time Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 40.374 s Software
Agent should ignore unknown software-update fields Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 40.883 s Software
Supported software types should be declared during startup Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${CHILD_SN}' not found. 53.829 s Software-Update-Child
Software list should be populated during startup Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${CHILD_SN}' not found. 57.437 s Software-Update-Child
Install software via Cumulocity Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also teardown failed: Variable '${CHILD_SN}' not found. 59.561 s Software-Update-Child
Full supported operations message has no duplicates Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 52.654 s Mapper-Publishing-Agent-Supported-Ops
Create and publish the tedge agent supported operations on mapper restart Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 55.729 s Mapper-Publishing-Agent-Supported-Ops
Agent gets the software list request once it comes up Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 60.178 s Mapper-Publishing-Agent-Supported-Ops
Define Child device 1 ID Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.070 s C8Y Child Alarms Rpi
Normal case when the child device does not exist on c8y cloud Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.058 s C8Y Child Alarms Rpi
Normal case when the child device already exists Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.064 s C8Y Child Alarms Rpi
Reconciliation when the new alarm message arrives, restart the mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.093 s C8Y Child Alarms Rpi
Reconciliation when the alarm that is cleared Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.076 s C8Y Child Alarms Rpi
Child devices support sending simple measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.147 s Child Device Telemetry
Child devices support sending simple measurements with custom type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.102 s Child Device Telemetry
Child devices support sending simple measurements with custom type in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.115 s Child Device Telemetry
Child devices support sending custom measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.126 s Child Device Telemetry
Child devices support sending custom events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.150 s Child Device Telemetry
Child devices support sending custom events overriding the type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.139 s Child Device Telemetry
Child devices support sending custom events without type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.112 s Child Device Telemetry
Child devices support sending large events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.089 s Child Device Telemetry
Child devices support sending custom alarms #1699 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.085 s Child Device Telemetry
Child devices support sending alarms using text fragment Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.106 s Child Device Telemetry
Child devices support sending inventory data via c8y topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.123 s Child Device Telemetry
Child device supports sending custom child device measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.101 s Child Device Telemetry
Thin-edge device supports sending custom bulk measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.130 s Child Device Telemetry
Thin-edge device supports sending custom bulk events directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.118 s Child Device Telemetry
Thin-edge device supports sending custom bulk alarms directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.083 s Child Device Telemetry
Send measurements to an unregistered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.074 s Child Device Telemetry
Send measurements to a registered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.121 s Child Device Telemetry
Send alarms to an unregistered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.065 s Child Device Telemetry
Send alarms to a registered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.116 s Child Device Telemetry
Send events to an unregistered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.079 s Child Device Telemetry
Send events to a registered child service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.080 s Child Device Telemetry
Nested child devices support sending measurement Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Child Device Telemetry
Nested child devices support sending alarm Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.077 s Child Device Telemetry
Nested child devices support sending event Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.075 s Child Device Telemetry
Nested child device service support sending simple measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Child Device Telemetry
Nested child device service support sending events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.083 s Child Device Telemetry
Nested child device service support sending alarm Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.073 s Child Device Telemetry
Child device registered even on bad input Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.074 s Child Device Telemetry
Check retained alarms Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 42.815 s Raise Alarms
Thin-edge devices support sending simple measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.038 s Thin-Edge Device Telemetry
Thin-edge devices support sending simple measurements with custom type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.036 s Thin-Edge Device Telemetry
Thin-edge devices support sending simple measurements with custom type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.051 s Thin-Edge Device Telemetry
Thin-edge devices support sending simple measurements with custom type in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.038 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.030 s Thin-Edge Device Telemetry
Thin-edge devices support sending large events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Thin-Edge Device Telemetry
Thin-edge devices support sending large events using legacy api Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.037 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom events overriding the type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.047 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom events without type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.062 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms #1699 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.042 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms overriding the type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.035 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms without type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.032 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms without severity in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.034 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms with unknown severity in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.037 s Thin-Edge Device Telemetry
Thin-edge devices support sending custom alarms without text in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.043 s Thin-Edge Device Telemetry
Thin-edge devices support sending alarms using text fragment Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Thin-Edge Device Telemetry
Thin-edge device supports sending custom Thin-edge device measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.041 s Thin-Edge Device Telemetry
Thin-edge device supports sending custom bulk measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.032 s Thin-Edge Device Telemetry
Thin-edge device supports sending custom bulk events directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.033 s Thin-Edge Device Telemetry
Thin-edge device supports sending custom bulk alarms directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.062 s Thin-Edge Device Telemetry
Thin-edge device support sending inventory data via c8y topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.075 s Thin-Edge Device Telemetry
Previously cleared property should be sent to cloud when set again #2365 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.065 s Thin-Edge Device Telemetry
Send measurements to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.062 s Thin-Edge Device Telemetry
Send measurements to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.061 s Thin-Edge Device Telemetry
Send alarms to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.072 s Thin-Edge Device Telemetry
Send alarms to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.087 s Thin-Edge Device Telemetry
Send events to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.081 s Thin-Edge Device Telemetry
Send events to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.057 s Thin-Edge Device Telemetry
Reject invalid topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.040 s Thin-Edge Device Telemetry
Reject invalid topic filters Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.041 s Thin-Edge Device Telemetry
Thin-edge devices support sending simple measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.084 s Thin-Edge Device Telemetry Built-In Bridge
Built-in bridge reports health status Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.090 s Thin-Edge Device Telemetry Built-In Bridge
Bridge stops if mapper stops running Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.129 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending simple measurements with custom type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.225 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending simple measurements with custom type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.122 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending simple measurements with custom type in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.148 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom measurements Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.198 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.197 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending large events Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.110 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending large events using legacy api Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.207 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom events overriding the type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.142 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom events without type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.163 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms #1699 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.132 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms overriding the type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.140 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms without type in topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms without severity in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.095 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms with unknown severity in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.123 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending custom alarms without text in payload Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.081 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge devices support sending alarms using text fragment Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.071 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge device supports sending custom Thin-edge device measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.069 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge device supports sending custom bulk measurements directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.095 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge device supports sending custom bulk events directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge device supports sending custom bulk alarms directly to c8y Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.086 s Thin-Edge Device Telemetry Built-In Bridge
Thin-edge device support sending inventory data via c8y topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.087 s Thin-Edge Device Telemetry Built-In Bridge
Previously cleared property should be sent to cloud when set again #2365 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.210 s Thin-Edge Device Telemetry Built-In Bridge
Send measurements to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.233 s Thin-Edge Device Telemetry Built-In Bridge
Send measurements to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.128 s Thin-Edge Device Telemetry Built-In Bridge
Send alarms to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.113 s Thin-Edge Device Telemetry Built-In Bridge
Send alarms to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.135 s Thin-Edge Device Telemetry Built-In Bridge
Send events to an unregistered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Thin-Edge Device Telemetry Built-In Bridge
Send events to a registered service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.141 s Thin-Edge Device Telemetry Built-In Bridge
Upload a file to Cumulocity from main device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.154 s Tedge C8Y Upload
Upload a file to Cumulocity from child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.120 s Tedge C8Y Upload
Upload a file to Cumulocity from the main device on behalf of a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.073 s Tedge C8Y Upload
Validate updated data path used by tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.053 s Data Path Config
Validate updated data path used by c8y-firmware-plugin Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.059 s Data Path Config
Validate updated log path used by tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.119 s Log Path Config
Check existence of init directories Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.129 s Tedge Init
Tedge init and check creation of folders Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.122 s Tedge Init
Check ownership of the folders Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.144 s Tedge Init
Change user/group and check the change Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.118 s Tedge Init
Tedge init and check if default values are restored Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.121 s Tedge Init
Support starting and stopping services mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 43.102 s Service-Control
Supports a reconnect mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 64.439 s Test-Commands
Supports disconnect then connect mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 68.674 s Test-Commands
Update unknown setting mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 60.400 s Test-Commands
Update known setting mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 50.472 s Test-Commands
It checks MQTT messages using a pattern Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 62.633 s Test-Mqtt
Stop tedge-mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.085 s Health Tedge Mapper C8Y
Update the service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.101 s Health Tedge Mapper C8Y
Reload systemd files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.149 s Health Tedge Mapper C8Y
Start tedge-mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.173 s Health Tedge Mapper C8Y
Start watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.129 s Health Tedge Mapper C8Y
Check PID of tedge-mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.091 s Health Tedge Mapper C8Y
Kill the PID Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.129 s Health Tedge Mapper C8Y
Recheck PID of tedge-mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.150 s Health Tedge Mapper C8Y
Compare PID change Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.126 s Health Tedge Mapper C8Y
Stop watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.175 s Health Tedge Mapper C8Y
Remove entry from service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.129 s Health Tedge Mapper C8Y
Watchdog does not kill mapper if it responds Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.141 s Health Tedge Mapper C8Y
Stop tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.113 s Health Tedge-Agent
Update the service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.113 s Health Tedge-Agent
Reload systemd files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Health Tedge-Agent
Start tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.137 s Health Tedge-Agent
Start watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.148 s Health Tedge-Agent
Check PID of tedge-mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.215 s Health Tedge-Agent
Kill the PID Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.168 s Health Tedge-Agent
Recheck PID of tedge-agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.137 s Health Tedge-Agent
Compare PID change Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Health Tedge-Agent
Stop watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.106 s Health Tedge-Agent
Remove entry from service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.109 s Health Tedge-Agent
Watchdog does not kill mapper if it responds Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Health Tedge-Mapper-Aws
Stop tedge-mapper-az Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.073 s Health Tedge-Mapper-Az
Update the service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.079 s Health Tedge-Mapper-Az
Reload systemd files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.151 s Health Tedge-Mapper-Az
Start tedge-mapper-az Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.111 s Health Tedge-Mapper-Az
Start watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.077 s Health Tedge-Mapper-Az
Check PID of tedge-mapper-az Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.114 s Health Tedge-Mapper-Az
Kill the PID Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.119 s Health Tedge-Mapper-Az
Recheck PID of tedge-mapper-az Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.086 s Health Tedge-Mapper-Az
Compare PID change Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.086 s Health Tedge-Mapper-Az
Stop watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Health Tedge-Mapper-Az
Remove entry from service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.074 s Health Tedge-Mapper-Az
Watchdog does not kill mapper if it responds Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.099 s Health Tedge-Mapper-Az
Stop tedge-mapper-collectd Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.182 s Health Tedge-Mapper-Collectd
Update the service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.132 s Health Tedge-Mapper-Collectd
Reload systemd files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.152 s Health Tedge-Mapper-Collectd
Start tedge-mapper-collectd Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.090 s Health Tedge-Mapper-Collectd
Start watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.160 s Health Tedge-Mapper-Collectd
Check PID of tedge-mapper-collectd Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.159 s Health Tedge-Mapper-Collectd
Kill the PID Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.227 s Health Tedge-Mapper-Collectd
Recheck PID of tedge-mapper-collectd Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.314 s Health Tedge-Mapper-Collectd
Compare PID change Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.353 s Health Tedge-Mapper-Collectd
Stop watchdog service Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.247 s Health Tedge-Mapper-Collectd
Remove entry from service file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.265 s Health Tedge-Mapper-Collectd
tedge-collectd-mapper health status Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.195 s Health Tedge-Mapper-Collectd
tedge-agent health status Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.168 s MQTT health endpoints
Publish on a local secure broker with client authentication tedge mqtt pub topic message returned an unexpected exit code stdout: stderr: Error: failed to publish the message "message" on the topic "topic" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 34.883 s Basic Pub Sub
Publish events to subscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.261 s Custom Sub Topics Tedge-Mapper-Aws
Publish measurements to unsubscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.169 s Custom Sub Topics Tedge-Mapper-Aws
Publish events to subscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.279 s Custom Sub Topics Tedge-Mapper-Az
Publish measurements to unsubscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.086 s Custom Sub Topics Tedge-Mapper-Az
Publish events to subscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.084 s Custom Sub Topics Tedge-Mapper-C8Y
Publish measurements to unsubscribed topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.229 s Custom Sub Topics Tedge-Mapper-C8Y
Publish Connection Closed after publish tedge mqtt pub test/topic Hell... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "Hello" on the topic "test/topic" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 67.753 s Disconnect From Broker
Publish Connection Closed after publish and no error message with TLS tedge mqtt pub test/topic Hell... returned an unexpected exit code stdout: stderr: Error: failed to publish the message "Hello" on the topic "test/topic" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) 72.091 s Disconnect From Broker
Subscribe Connection Closed On Interruption 'Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Connecting bridge (step 1) edge_to_c8y (qaenvironment.eu-latest.cumulocity.com:8883) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: mosquitto version 2.0.11 running Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Client connection from 127.0.0.1 failed: error:0A000126:SSL routines::unexpected eof while reading. Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Connecting bridge (step 2) edge_to_c8y (qaenvironment.eu-latest.cumulocity.com:8883) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Bridge TST_link_oriented_teapot sending CONNECT Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: New connection from 127.0.0.1:44340 on port 1883. Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: New client connected from 127.0.0.1:44340 as auto-6DF0C56D-2371-747D-6216-BA11FADBBDAE (p2, c1, k60). Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: No will message specified. Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Sending CONNACK to auto-6DF0C56D-2371-747D-6216-BA11FADBBDAE (0, 0) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBSCRIBE... [ Message content over the limit has been removed. ] ...BSCRIBE (Mid: 5, Topic: devicecontrol/notifications, QoS: 1, Options: 0x00) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Bridge Cumulocity sending SUBSCRIBE (Mid: 6, Topic: error, QoS: 1, Options: 0x00) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Bridge Cumulocity sending SUBSCRIBE (Mid: 7, Topic: s/dat, QoS: 0, Options: 0x00) Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity Mar 03 17:42:30 e68bbb9cdeba mosquitto[478]: 1741023750: Received SUBACK from Cumulocity ' does not contain 'Received DISCONNECT from tedge-sub' 9.790 s Disconnect From Broker
Stop subscription on SIGINT even when broker is not available 'Error: failed to subscribe to the topic ""#"" with QoS "AtMostOnce". Caused by: invalid peer certificate: Other(OtherError(UnsupportedCertVersion)) ' does not contain 'Connection refused' 31.766 s Disconnect From Broker
Publish event whilst mapper is down Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 69.070 s Offline Publishing
Apply name filter Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.176 s Filter Packages List Output
Apply maintainer filter Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.232 s Filter Packages List Output
Apply both filters Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.215 s Filter Packages List Output
No filters Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.200 s Filter Packages List Output
Both filters but name filter as empty string Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.260 s Filter Packages List Output
Both filters but maintainer filter as empty string Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.196 s Filter Packages List Output
Both filters as empty string Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.299 s Filter Packages List Output
Wrong package name Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.115 s Improve Tedge Apt Plugin Error Messages
Wrong version Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.111 s Improve Tedge Apt Plugin Error Messages
Wrong type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.094 s Improve Tedge Apt Plugin Error Messages
Install packages without overwriting config files Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 78.454 s Install Overwrite Config Files
Install packages overwrite config files Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 72.322 s Install Overwrite Config Files
Install package with Epoch in version #2666 Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 75.655 s Install Package With Epoch
Device profile is included in supported operations Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 61.331 s Device Profile Initialization
Send device profile operation from Cumulocity Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.403 s Device Profile Operation
Send device profile operation locally Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.135 s Device Profile Operation
Query all entities Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.180 s Entity Query Rest Api
Query from child root Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.115 s Entity Query Rest Api
Query by parent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.145 s Entity Query Rest Api
Query all children Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.117 s Entity Query Rest Api
Query all services Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.154 s Entity Query Rest Api
Query with parent and type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.191 s Entity Query Rest Api
CRUD apis Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.040 s Entity Store Api
MQTT HTTP interoperability Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.037 s Entity Store Api
Entity auto-registration over MQTT Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.039 s Entity Store Api
Delete entity tree Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.076 s Entity Store Api
On start process all the pending operations Setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 71.620 s Main Tedge Agent
Converter and file transfer service are not running on a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.091 s Tedge Agent
Trigger Custom Download Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.141 s Custom Operation
Override Built-In Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.106 s Custom Operation
Override Built-In Operation Executing Step Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.088 s Custom Operation
Trigger Device Restart Using A Sub-Command Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.138 s Custom Operation
Timeout An Action Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.141 s Custom Operation
Trigger Agent Restart Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.105 s Custom Operation
Trigger native-reboot within workflow (on_success) Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Custom Operation
Trigger native-reboot within workflow (on_error) - missing sudoers entry for reboot Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.140 s Custom Operation
Invoke sub-operation from a super-command operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.102 s Custom Operation
Use scripts to create sub-operation init states Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.116 s Custom Operation
Invoke sub-operation from a sub-operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.130 s Custom Operation
Command steps should not be executed twice Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.181 s Custom Operation
Placeholder workflow created for ill-defined operations Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.093 s Custom Operation
Create User-Defined Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.089 s Dynamic Workflow Reloading
Update User-Defined Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.128 s Dynamic Workflow Reloading
Remove User-Defined Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.088 s Dynamic Workflow Reloading
Updating A Workflow Twice Before Using It Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.124 s Dynamic Workflow Reloading
Override Builtin Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.122 s Dynamic Workflow Reloading
Recover Builtin Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.133 s Dynamic Workflow Reloading
Trigger Workflow Update From A Main Workflow Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.080 s Dynamic Workflow Reloading
Trigger Workflow Creation From A Main Workflow Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.122 s Dynamic Workflow Reloading
Update Concurrently Running Versions Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.117 s Dynamic Workflow Reloading
Resume On Restart A Pending Operation Which Workflow Is Deprecated Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.115 s Dynamic Workflow Reloading
Resume On Restart A Pending Operation Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.179 s Dynamic Workflow Reloading
Run workflow on child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Run Workflow On Child Device
Check offline bootstrapping Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Tedge Connect Offline
Bridge topic prefix must be unique to connect Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.070 s Tedge Connect Profile Validation
Bridge topic prefix must be unique to test connection Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.069 s Tedge Connect Profile Validation
Device ID must be unique if cloud URLs are the same Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.067 s Tedge Connect Profile Validation
Proxy bind port must be unique Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.119 s Tedge Connect Profile Validation
tedge_connect_test_positive Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.090 s Tedge Connect Test
Non-root users should be able to read the mosquitto configuration files #2154 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.181 s Tedge Connect Test
tedge_connect_test_negative Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.091 s Tedge Connect Test
tedge_connect_test_sm_services Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.122 s Tedge Connect Test
tedge_disconnect_test_sm_services Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Tedge Connect Test
tedge reconnect does not restart agent Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.093 s Tedge Connect Test
tedge reconnect restarts mapper Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.097 s Tedge Connect Test
Check absence of OpenSSL Error messages #3024 Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.172 s Tedge Connect Test
Convert main device measurement topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.125 s Convert Tedge Topics To Te Topics
Convert main device empty measurement topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.150 s Convert Tedge Topics To Te Topics
Convert child device measurement topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.131 s Convert Tedge Topics To Te Topics
Convert main device event topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.326 s Convert Tedge Topics To Te Topics
Convert main device empty event topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.219 s Convert Tedge Topics To Te Topics
Convert child device event topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.197 s Convert Tedge Topics To Te Topics
Convert main device alarm topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.149 s Convert Tedge Topics To Te Topics
Convert main device alarm topic and retain Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.094 s Convert Tedge Topics To Te Topics
Convert child device alarm topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.177 s Convert Tedge Topics To Te Topics
Convert clear alarm topic Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.238 s Convert Tedge Topics To Te Topics
Convert empty alarm message Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.172 s Convert Tedge Topics To Te Topics
Watchdog doesn't send notification if service is down which leads to service restart Matching messages on topic 'te/device/main/service/tedge-agent/cmd/health/check' is less than minimum. wanted: 1 got: 0 messages: [] 33.502 s Tedge Watchdog
Watchdog doesn't fail on unexpected time format systemctl is-active tedge-watc... returned an unexpected exit code stdout: inactive stderr: 32.336 s Tedge Watchdog
Watchdog sends notification if service is up which leads to service continuing to run Matching messages on topic 'te/device/main/service/tedge-agent/cmd/health/check' is less than minimum. wanted: 1 got: 0 messages: [] 33.932 s Tedge Watchdog
tedge config list Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.276 s Call Tedge Config List
tedge config list --all Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.188 s Call Tedge Config List
set/unset device.type Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.174 s Call Tedge Config List
set/unset device.key_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.123 s Call Tedge Config List
set/unset device.cert_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.097 s Call Tedge Config List
set/unset c8y.root_cert_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.133 s Call Tedge Config List
set/unset c8y.smartrest.templates Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.099 s Call Tedge Config List
set/unset c8y.topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.113 s Call Tedge Config List
set/unset c8y.proxy.bind.address Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.110 s Call Tedge Config List
set/unset c8y.proxy.bind.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.108 s Call Tedge Config List
set/unset c8y.proxy.client.host Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.093 s Call Tedge Config List
set/unset c8y.proxy.client.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.084 s Call Tedge Config List
set/unset c8y.bridge.include.local_cleansession Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.148 s Call Tedge Config List
set/unset c8y.software_management.api Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.147 s Call Tedge Config List
set/unset c8y.software_management.with_types Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.112 s Call Tedge Config List
set/unset az.root_cert_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.125 s Call Tedge Config List
set/unset az.topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.097 s Call Tedge Config List
set/unset aws.topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Call Tedge Config List
set/unset aws.url Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.101 s Call Tedge Config List
set/unset aws.root_cert_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.103 s Call Tedge Config List
set/unset aws.mapper.timestamp Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.100 s Call Tedge Config List
set/unset az.mapper.timestamp Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.134 s Call Tedge Config List
set/unset mqtt.topic_root Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.228 s Call Tedge Config List
set/unset mqtt.device_topic_id Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.205 s Call Tedge Config List
set/unset mqtt.bind.address Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.232 s Call Tedge Config List
set/unset mqtt.bind.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.099 s Call Tedge Config List
set/unset mqtt.client.host Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.119 s Call Tedge Config List
set/unset mqtt.client.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.133 s Call Tedge Config List
set/unset http.bind.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.111 s Call Tedge Config List
set/unset http.bind.address Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.090 s Call Tedge Config List
set/unset http.client.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.118 s Call Tedge Config List
set/unset http.client.host Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.089 s Call Tedge Config List
set/unset software.plugin.max_packages Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.086 s Call Tedge Config List
set/unset tmp.path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.150 s Call Tedge Config List
set/unset logs.path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.104 s Call Tedge Config List
set/unset run.path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.114 s Call Tedge Config List
set/unset run.lock_files Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.080 s Call Tedge Config List
set/unset firmware.child.update.timeout Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.118 s Call Tedge Config List
set/unset c8y.url Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.146 s Call Tedge Config List
set/unset az.url Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.114 s Call Tedge Config List
set/unset mqtt.external.bind.port Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.142 s Call Tedge Config List
mqtt.external.bind.address Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.175 s Call Tedge Config List
mqtt.external.bind.interface Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.184 s Call Tedge Config List
set/unset mqtt.external.ca_path Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.099 s Call Tedge Config List
set/unset mqtt.external.cert_file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.135 s Call Tedge Config List
set/unset mqtt.external.key_file Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.194 s Call Tedge Config List
set/unset software.plugin.default Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.123 s Call Tedge Config List
set/unset apt.name Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.162 s Call Tedge Config List
set/unset apt.maintainer Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.105 s Call Tedge Config List
Get Put Delete Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Name not found existing device adapters: ['TST_merge_maximum_arrowroot'] 0.053 s Http File Transfer Api
File transfer using tedge cli Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out Also parent suite teardown failed: Name not found existing device adapters: ['TST_merge_maximum_arrowroot'] 0.069 s Http File Transfer Api
tedge config add/remove value in empty array type config Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.063 s Tedge Config Add Remove
tedge config add/remove value in non-empty array type config Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.050 s Tedge Config Add Remove
tedge config add/remove value in single value type config Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.035 s Tedge Config Add Remove
tedge config skip duplicates Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.043 s Tedge Config Add Remove
tedge config skip value to remove if it does not match Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.052 s Tedge Config Add Remove
tedge config append/remove default value Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.053 s Tedge Config Add Remove
Set keys should return value on stdout Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.052 s Tedge Config Get
Unset keys should not return anything on stdout and warnings on stderr Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.041 s Tedge Config Get
Invalid keys should not return anything on stdout and warnings on stderr Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Tedge Config Get
Set configuration via environment variables Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.074 s Tedge Config Get
Set configuration via environment variables for topics Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.057 s Tedge Config Get
Set unknown configuration via environment variables Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.042 s Tedge Config Get
Sanity check: No HTTP service on a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.044 s Tedge Http
Listing entities from a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.045 s Tedge Http
Updating entities from a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.035 s Tedge Http
Accessing c8y from a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.041 s Tedge Http
Accessing file-transfer from a child device Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.035 s Tedge Http
Displaying server errors Parent suite setup failed: mosquitto_sub -t &#39;te/device/ma... returned an unexpected exit code stdout: stderr: Timed out 0.034 s Tedge Http
Renew the certificate 'Connecting to Cumulocity with config: device id: TST_rock_composite_revolver cloud profile: <none> cloud host: qaenvironment.eu-latest.cumulocity.com:8883 auth method: certificate certificate file: /etc/tedge/device-certs/tedge-certificate.pem bridge: mosquitto service manager: systemd mosquitto version: 2.0.11 Creating device in Cumulocity cloud... ⠋ Creating device in Cumulocity cloud... ⠙ Creating device in Cumulocity cloud... ⠹ Creating device in Cumulocity cloud... ⠸ Creating device in Cumulocity cloud... ⠼ Creating device in Cumulocity cloud... ⠴ Creating device in Cumulocity cloud... ⠦ Creating device in Cumulocity cloud... ⠧ Creating device in Cumulocity cloud... ⠇ Creating device in Cumulocity cloud... ⠏ Creating device in Cumulocity cloud... ⠋ [ Message content over the limit has been removed. ] Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ✓ ' does not contain 'Verifying device is connected to cloud... ✓' 18.039 s Tedge Upload Cert
Cert upload prompts for username (from stdin) 'Connecting to Cumulocity with config: device id: TST_deke_frosty_retail cloud profile: <none> cloud host: qaenvironment.eu-latest.cumulocity.com:8883 auth method: certificate certificate file: /etc/tedge/device-certs/tedge-certificate.pem bridge: mosquitto service manager: systemd mosquitto version: 2.0.11 Creating device in Cumulocity cloud... ⠋ Creating device in Cumulocity cloud... ⠙ Creating device in Cumulocity cloud... ⠹ Creating device in Cumulocity cloud... ⠸ Creating device in Cumulocity cloud... ⠼ Creating device in Cumulocity cloud... ⠴ Creating device in Cumulocity cloud... ⠦ Creating device in Cumulocity cloud... ⠧ Creating device in Cumulocity cloud... ⠇ Creating device in Cumulocity cloud... ⠏ Creating device in Cumulocity cloud... ⠋ [ Message content over the limit has been removed. ] Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ✓ ' does not contain 'Verifying device is connected to cloud... ✓' 15.322 s Tedge Upload Cert
Cert upload supports reading username/password from go-c8y-cli env variables 'Connecting to Cumulocity with config: device id: TST_stroll_urbane_sickbay cloud profile: <none> cloud host: qaenvironment.eu-latest.cumulocity.com:8883 auth method: certificate certificate file: /etc/tedge/device-certs/tedge-certificate.pem bridge: mosquitto service manager: systemd mosquitto version: 2.0.11 Creating device in Cumulocity cloud... ⠋ Creating device in Cumulocity cloud... ⠙ Creating device in Cumulocity cloud... ⠹ Creating device in Cumulocity cloud... ⠸ Creating device in Cumulocity cloud... ⠼ Creating device in Cumulocity cloud... ⠴ Creating device in Cumulocity cloud... ⠦ Creating device in Cumulocity cloud... ⠧ Creating device in Cumulocity cloud... ⠇ Creating device in Cumulocity cloud... ⠏ Creating device in Cumulocity cloud... ⠋ [ Message content over the limit has been removed. ] Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ✓ ' does not contain 'Verifying device is connected to cloud... ✓' 13.759 s Tedge Upload Cert
tedge cert upload c8y respects root cert path 'Connecting to Cumulocity with config: device id: TST_play_immature_berm cloud profile: <none> cloud host: qaenvironment.eu-latest.cumulocity.com:8883 auth method: certificate certificate file: /etc/tedge/device-certs/tedge-certificate.pem bridge: mosquitto service manager: systemd mosquitto version: 2.0.11 Creating device in Cumulocity cloud... ⠋ Creating device in Cumulocity cloud... ⠙ Creating device in Cumulocity cloud... ⠹ Creating device in Cumulocity cloud... ⠸ Creating device in Cumulocity cloud... ⠼ Creating device in Cumulocity cloud... ⠴ Creating device in Cumulocity cloud... ⠦ Creating device in Cumulocity cloud... ⠧ Creating device in Cumulocity cloud... ⠇ Creating device in Cumulocity cloud... ⠏ Creating device in Cumulocity cloud... ⠋ [ Message content over the limit has been removed. ] Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ⠦ Enabling tedge-agent... ⠧ Enabling tedge-agent... ⠇ Enabling tedge-agent... ⠏ Enabling tedge-agent... ⠋ Enabling tedge-agent... ⠙ Enabling tedge-agent... ⠹ Enabling tedge-agent... ⠸ Enabling tedge-agent... ⠼ Enabling tedge-agent... ⠴ Enabling tedge-agent... ✓ ' does not contain 'Verifying device is connected to cloud... ✓' 19.758 s Tedge Upload Cert Custom Root Cert Path

We use tedge-config as a fallback if the PKCS#11 module path and pin are
not provided via cli, but as this service is going to run on the host
without the rest of thin-edge, the config will probably also be absent,
so it's not going to be that useful!

Signed-off-by: Marcel Guzik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant