Closed reubenmiller closed 1 month ago
:white_check_mark: Passed | :x: Failed | :next_track_button: Skipped | Total | Pass % | :stopwatch: Duration |
---|---|---|---|---|---|
11 | 0 | 1 | 11 | 100 | 1m16.232653s |
Name | :stopwatch: Duration | Suite |
---|---|---|
Grace period to allow container to startup | 5.002 s | Operations |
Get Logfile Request | 2.352 s | Operations |
Get Configuration File | 4.656 s | Operations |
Execute Shell Command | 2.341 s | Operations |
Install application using docker compose | 21.529 s | Operations |
Trigger self update via local command | 11.411 s | Self-Update |
Self update should only update if there is a new image | 2.327 s | Self-Update |
Self update using software update operation | 23.830 s | Self-Update |
Cloud Connection is Online | 0.117 s | Telemetry |
Service status | 0.218 s | Telemetry |
Sends measurements | 2.449 s | Telemetry |
:boom: Breaking change!
Change the data persistence path and name from
/mosquitto/data
to/data/tedge
as the volume was being used to store both mosquitto and tedge data, and using tedge aligns with naming convention used on physical devices that have firmware_update support.