blob: 3c81d7055c84201fd8bc4800ec86772f6d0c2f88 [file] [log] [blame]
*** Settings ***
Library OperatingSystem
Library Process
*** Variables ***
${health_check} ${SCRIPTS}/health_check.sh
*** Test Cases ***
Health check test case for CCSDK
[Documentation] Health check
${result_hc}= Run Process bash ${health_check} > log_hc.txt shell=yes
Should Be Equal As Integers ${result_hc.rc} 0