Step 1: Move vm scripts to the right place
[integration/test.git] / tools / Robot_Tool / suites / base / __init__.txt
1 *** Settings ***
2 Documentation     Test suite for the OpenDaylight base edition
3 Suite Setup       Log    Start the test on the base edition
4 Force Tags        base
5 Metadata          Version    0.1
6 Metadata          More Info    For more information see https://wiki.opendaylight.org/view/CrossProject:Integration_Group:CSIT_Test_Tools:_Robot_Based
7 Metadata          Executed At    ${HOST}
8 Library           Collections
9 Library           RequestsLibrary
10 Library           ../../libraries/Common.py
11 Variables         ../../variables/Variables.py
12
13 *** Variables ***
14
15 *** Keywords ***