From 7beb62fb72d5912e3a537c6d2f69911105f8a06e Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Fri, 18 Dec 2020 16:39:48 +0200 Subject: Remove ccsdk CSIT (moved to project) - ccsdk's healthcheck CSIT has been moved under ccsdk/distribution repository and all new test case development should be done there, so removing this to avoid confusion Issue-ID: CCSDK-3020 Signed-off-by: Lasse Kaihlavirta Change-Id: Icddd4d3e4f5c040b3492be877112825040860713 --- tests/ccsdk/healthcheck/__init__.robot | 2 -- tests/ccsdk/healthcheck/test1.robot | 16 ---------------- 2 files changed, 18 deletions(-) delete mode 100644 tests/ccsdk/healthcheck/__init__.robot delete mode 100644 tests/ccsdk/healthcheck/test1.robot (limited to 'tests') diff --git a/tests/ccsdk/healthcheck/__init__.robot b/tests/ccsdk/healthcheck/__init__.robot deleted file mode 100644 index 1259b890..00000000 --- a/tests/ccsdk/healthcheck/__init__.robot +++ /dev/null @@ -1,2 +0,0 @@ -*** Settings *** -Documentation CCSDK - healthcheck diff --git a/tests/ccsdk/healthcheck/test1.robot b/tests/ccsdk/healthcheck/test1.robot deleted file mode 100644 index fea86c3d..00000000 --- a/tests/ccsdk/healthcheck/test1.robot +++ /dev/null @@ -1,16 +0,0 @@ -*** 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 - - -- cgit 1.2.3-korg