TestCase

Settings
Library OperatingSystem
Library command_execute.py
Test Cases filename algorithm case_number strategy
TestCase1 ${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\FileBehavior\\file_behavior --strategy ShortestPath
log ${output}
Should Be Equal As Integers ${rc} 0
${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\UnitRestart\\unit_restart_example_1 -g random -t 1
log ${output}
Should Be Equal As Integers ${rc} 0
${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\UnitRestart\\unit_restart_example_mbt --strategy DataDriven
log ${output}
Should Be Equal As Integers ${rc} 0
${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\UnitStateChange\\state_change --strategy ShortestPath
log ${output}
Should Be Equal As Integers ${rc} 0
${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\SIPCallService\\SIP_Call_Service --strategy ShortestPath
log ${output}
Should Be Equal As Integers ${rc} 0
${rc} ${output} = Run And Return Rc And Output python ..\\runner.py ..\\example\\Volume_create_delete_function\\create_and_delete_volume_test -g random -t 10 -s atdd
log ${output}
Should Be Equal As Integers ${rc} 0