Skip to content

Commit

Permalink
add system tests for child devices
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 17, 2024
1 parent c48d3bc commit d45ea3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/debian-systemd/children-container/operations.robot
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,8 @@ Install device profile
Cumulocity.Managed Object Should Have Fragment Values c8y_Firmware.name\=iot-linux c8y_Firmware.version\=3.0.0
Cumulocity.Device Should Have Installed Software {"name":"jq"}
Cumulocity.Should Support Configurations container.env includes=${True}

Execute shell command
${operation}= Cumulocity.Execute Shell Command ls -l /etc/tedge
${operation}= Operation Should Be SUCCESSFUL ${operation}
Should Not Be Empty ${operation["c8y_Command"]["result"]}
5 changes: 5 additions & 0 deletions tests/debian-systemd/children-systemd/operations.robot
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ Install device profile
Cumulocity.Managed Object Should Have Fragment Values c8y_Firmware.name\=iot-linux c8y_Firmware.version\=3.0.0
Cumulocity.Device Should Have Installed Software {"name":"jq"}
Cumulocity.Should Support Configurations container.env includes=${True}

Execute shell command
${operation}= Cumulocity.Execute Shell Command ls -l /etc/tedge
${operation}= Operation Should Be SUCCESSFUL ${operation}
Should Not Be Empty ${operation["c8y_Command"]["result"]}

0 comments on commit d45ea3f

Please sign in to comment.