aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/ccsdk/healthcheck/test1.robot
blob: 3c81d7055c84201fd8bc4800ec86772f6d0c2f88 (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}/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