aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ccsdk/healthcheck/test1.robot
blob: fea86c3d6657a90806556641d08a98c2c2102aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*** Settings ***
Library           OperatingSystem
Library           Process

*** Variables ***

${health_check}    ${SCRIPTS}/ccsdk/healthcheck/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