Step 2: Move test folder to root
[integration/test.git] / tools / Robot_Tool / suites / base / __init__.txt
diff --git a/tools/Robot_Tool/suites/base/__init__.txt b/tools/Robot_Tool/suites/base/__init__.txt
new file mode 100644 (file)
index 0000000..2a200e0
--- /dev/null
@@ -0,0 +1,15 @@
+*** Settings ***
+Documentation     Test suite for the OpenDaylight base edition
+Suite Setup       Log    Start the test on the base edition
+Force Tags        base
+Metadata          Version    0.1
+Metadata          More Info    For more information see https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Tools:_Robot_Based
+Metadata          Executed At    ${HOST}
+Library           Collections
+Library           RequestsLibrary
+Library           ../../libraries/Common.py
+Variables         ../../variables/Variables.py
+
+*** Variables ***
+
+*** Keywords ***