diff --git a/tests/RobotFramework/tests/cumulocity/log/log_operation_child.robot b/tests/RobotFramework/tests/cumulocity/log/log_operation_child.robot index a86e46b2400..22a26c1e8b2 100644 --- a/tests/RobotFramework/tests/cumulocity/log/log_operation_child.robot +++ b/tests/RobotFramework/tests/cumulocity/log/log_operation_child.robot @@ -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 @@ -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}