Skip to content

Commit

Permalink
Merge pull request #85 from thin-edge/chore-update-software-mgmt-log-…
Browse files Browse the repository at this point in the history
…location

chore: update software-management file pattern to align with thin-edge.io 1.3.0
  • Loading branch information
reubenmiller authored Sep 21, 2024
2 parents 1e9132d + 6621e57 commit f53770c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion images/alpine-s6/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
files = [
{ type = "software-management", path = "/var/log/tedge/agent/software-*" },
{ type = "software-management", path = "/var/log/tedge/agent/workflow-software*" },
{ type = "shell", path = "/var/log/tedge/agent/c8y_Command-*" },
]
2 changes: 1 addition & 1 deletion images/common/config/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
files = [
{ type = "software-management", path = "/var/log/tedge/agent/software-*" },
{ type = "software-management", path = "/var/log/tedge/agent/workflow-software*" },
{ type = "shell", path = "/var/log/tedge/agent/c8y_Command-*" },
{ type = "dpkg", path = "/var/log/dpkg.log" },
{ type = "apt-terminal-log", path = "/var/log/apt/term.log" },
Expand Down
2 changes: 1 addition & 1 deletion images/tedge-containermgmt/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[files]]
type = "software-management"
path = "/var/log/tedge/agent/software-*"
path = "/var/log/tedge/agent/workflow-software*"

[[files]]
type = "firmware_update"
Expand Down
2 changes: 1 addition & 1 deletion images/tedge/tedge-log-plugin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[files]]
type = "software-management"
path = "/var/log/tedge/agent/software-*"
path = "/var/log/tedge/agent/workflow-software*"

[[files]]
type = "firmware_update"
Expand Down
3 changes: 2 additions & 1 deletion tests/tedge-containermgmt/telemetry-main.robot
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Service status
Cumulocity.Should Have Services name=tedge-mapper-c8y service_type=service status=up timeout=90
Cumulocity.Should Have Services name=tedge-agent service_type=service status=up
Cumulocity.Should Have Services name=mosquitto-c8y-bridge service_type=service status=up
Cumulocity.Should Have Services name=tedge-container-monitor service_type=service status=up
# FIXME: Enable once https://github.com/thin-edge/tedge-container-plugin/issues/37 is fixed
# Cumulocity.Should Have Services name=tedge-container-monitor service_type=service status=up

Sends measurements
${date_from}= Get Test Start Time
Expand Down

7 comments on commit f53770c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 50.594s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 44.967s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 57.59s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
15 0 0 15 100 2m37.127s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 53.759s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 1m4.007999999s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 50.027s

Please sign in to comment.