summaryrefslogtreecommitdiffstats
path: root/csit/tests/healthcheck/test1.robot
blob: 69c0e07193a600f769683c7f75d361bbfa8ceed0 (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}/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