From 52bcf1e293486e2b50f51f68df79740d2036e666 Mon Sep 17 00:00:00 2001 From: BjornMagnussonXA Date: Mon, 7 Sep 2020 14:06:35 +0200 Subject: CSIT Policy Management CSIT test case using FTC1 and applicable ONAP images Change-Id: I7d3e382644f1b2e1de320931e24068976515cd4f Issue-ID: CCSDK-2700 Signed-off-by: BjornMagnussonXA Change-Id: I0571b3eb857b0347963af2b982a7de79f0ea78da --- tests/ccsdk/oran/suite2/test1.robot | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 tests/ccsdk/oran/suite2/test1.robot (limited to 'tests/ccsdk/oran/suite2/test1.robot') diff --git a/tests/ccsdk/oran/suite2/test1.robot b/tests/ccsdk/oran/suite2/test1.robot deleted file mode 100644 index 5d354dde..00000000 --- a/tests/ccsdk/oran/suite2/test1.robot +++ /dev/null @@ -1,30 +0,0 @@ -*** Settings *** -Library OperatingSystem -Library RequestsLibrary - -*** Variables *** -${MESSAGE} Hello, world! - -*** Test Cases *** -String Equality Test - Should Be Equal ${MESSAGE} Hello, world! - -Dir Test - [Documentation] Check if /tmp exists - Log ${MESSAGE} - CheckDir /tmp - -Url Test - [Documentation] Check if www.onap.org can be reached - Create Session openo http://www.onap.org - CheckUrl openo / - -*** Keywords *** -CheckDir - [Arguments] ${path} - Directory Should Exist ${path} - -CheckUrl - [Arguments] ${session} ${path} - ${resp}= Get Request ${session} ${path} - Should Be Equal As Integers ${resp.status_code} 200 -- cgit 1.2.3-korg