diff options
Diffstat (limited to 'test/csit/tests/ccsdk')
-rw-r--r-- | test/csit/tests/ccsdk/healthcheck/__init__.robot | 2 | ||||
-rw-r--r-- | test/csit/tests/ccsdk/healthcheck/test1.robot | 16 |
2 files changed, 0 insertions, 18 deletions
diff --git a/test/csit/tests/ccsdk/healthcheck/__init__.robot b/test/csit/tests/ccsdk/healthcheck/__init__.robot deleted file mode 100644 index 1259b8900..000000000 --- a/test/csit/tests/ccsdk/healthcheck/__init__.robot +++ /dev/null @@ -1,2 +0,0 @@ -*** Settings *** -Documentation CCSDK - healthcheck diff --git a/test/csit/tests/ccsdk/healthcheck/test1.robot b/test/csit/tests/ccsdk/healthcheck/test1.robot deleted file mode 100644 index 3c81d7055..000000000 --- a/test/csit/tests/ccsdk/healthcheck/test1.robot +++ /dev/null @@ -1,16 +0,0 @@ -*** 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 - - |