Update Robot Framework format - step 7
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp2-multitenant / 000_setup.robot
1 *** Settings ***
2 Library         SSHLibrary
3 Resource        ../../../../../libraries/Utils.robot
4 Resource        ../../../../../libraries/GBP/ConnUtils.robot
5 Variables       ../../../../../variables/Variables.py
6 Resource        ../Variables.robot
7 Resource        ../GBP_3node.robot
8
9 Default Tags    multi-tenant    setup    multi-tenant-setup
10
11
12 *** Variables ***
13 ${timeout}      10s
14
15
16 *** Test Cases ***
17 Setup Suite
18     Log    Setup suite in gbp2-multitenant
19     GBP_3node.Setup Node    ${GBP1}    ${CURDIR}    0    timeout=${timeout}
20     GBP_3node.Setup Node    ${GBP2}    ${CURDIR}    1    timeout=${timeout}
21     GBP_3node.Setup Node    ${GBP3}    ${CURDIR}    2    timeout=${timeout}