Step 2: Move test folder to root
[integration/test.git] / test / csit / suites / lispflowmapping / basic / 010_Restconf_OK.robot
diff --git a/test/csit/suites/lispflowmapping/basic/010_Restconf_OK.robot b/test/csit/suites/lispflowmapping/basic/010_Restconf_OK.robot
deleted file mode 100644 (file)
index 83d3ddd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-*** Settings ***
-Documentation     Test suite to verify Restconf is OK
-Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS_XML}
-Suite Teardown    Delete All Sessions
-Library           RequestsLibrary
-Library           ../../../libraries/Common.py
-Variables         ../../../variables/Variables.py
-Resource          ../../../libraries/Utils.robot
-
-*** Variables ***
-${REST_CONTEXT}    /restconf/modules
-
-*** Test Cases ***
-Get Controller Modules
-    [Documentation]    Get the controller modules via Restconf
-    ${resp}    RequestsLibrary.Get    session    ${REST_CONTEXT}
-    Log    ${resp.content}
-    Should Be Equal As Strings    ${resp.status_code}    200
-    Should Contain    ${resp.content}    ietf-restconf
-