Skip to content

Commit

Permalink
Merge pull request #2646 from reubenmiller/test-collect-parent-and-ch…
Browse files Browse the repository at this point in the history
…ild-logs

test: collect both parent and child logs on test teardown for child log file operation
  • Loading branch information
reubenmiller authored Feb 1, 2024
2 parents ed60a58 + d408456 commit 836a8b1
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Library Cumulocity
Library DateTime
Library ThinEdgeIO

Suite Setup Custom Setup
Test Teardown Get Logs
Test Setup Custom Setup
Test Teardown Custom Teardown

Test Tags theme:c8y theme:log

Expand Down Expand Up @@ -62,3 +62,7 @@ Custom Setup
Set Suite Variable $CHILD_XID ${PARENT_SN}:device:${CHILD_SN}
Setup Child Device
Cumulocity.Device Should Exist ${CHILD_XID}

Custom Teardown
Get Logs ${PARENT_SN}
Get Logs ${CHILD_SN}

1 comment on commit 836a8b1

@github-actions
Copy link
Contributor

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
385 0 3 385 100 50m30.7s

Please sign in to comment.