*** Settings *** Documentation Smoke test for plan lifecycle persistence via repositories Library Process Library OperatingSystem Library String *** Variables *** ${PYTHON} python *** Test Cases *** Plan Lifecycle Persistence Via Helper Script [Documentation] Create action + plan, verify persistence through transitions ${result}= Run Process ${PYTHON} ${CURDIR}/helper_plan_lifecycle_persistence.py ... stderr=STDOUT timeout=120s on_timeout=kill Log ${result.stdout} Should Contain ${result.stdout} PASS: plan_lifecycle_persistence smoke test Should Be Equal As Integers ${result.rc} 0