Robogenerator acceptance test

Settings
Force Tags element- team- req-PRS QL-
Library OperatingSystem
Library command_execute.py
Test Cases filename algorithm case_number strategy style
Robogenerator_test_case [Template] execute command and check
..\\example\\FileBehavior\\file_behavior ${EMPTY} ${EMPTY} ShortestPath ${EMPTY}
..\\example\\UnitRestart\\unit_restart_example_1 random 1 ${EMPTY} ${EMPTY}
..\\example\\UnitRestart\\unit_restart_example_mbt ${EMPTY} ${EMPTY} DataDriven ${EMPTY}
..\\example\\UnitStateChange\\state_change ${EMPTY} ${EMPTY} ShortestPath ${EMPTY}
..\\example\\SIPCallService\\SIP_Call_Service ${EMPTY} ${EMPTY} ShortestPath ${EMPTY}
..\\example\\Volume_create_delete_function\\create_and_delete_volume_test random 10 ${EMPTY} atdd
Keywords
execute command and check [Arguments] ${filename} ${algorithm} ${case_no}
... ${strategy} ${style}
${rc} ${output} = execute_command ${filename}
... ${algorithm} ${case_no} ${strategy}
... ${style}
log ${output}
Should Be Equal As Integers ${rc} 0
Should contain ${output} Case Generation Succeeded