Update Robot Framework format - step 7
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp1 / 999_teardown.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    single-tenant    teardown    single-tenant-teardown
10
11
12 *** Variables ***
13 ${timeout}      10s
14
15
16 *** Test Cases ***
17 Teardown Suite
18     Log    Teardown suite in gbp1
19     FOR    ${GBP}    IN    @{GBPs}
20         GBP_3node.Teardown Node    ${GBP}    ${CURDIR}    timeout=${timeout}
21     END