32befd1e8cb3b1c4d14802e2e9f70786fc771bd7
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp1 / 999_teardown.robot
1 *** Settings ***
2 Default Tags      single-tenant    teardown    single-tenant-teardown
3 Library           SSHLibrary
4 Resource          ../../../../../libraries/Utils.robot
5 Resource          ../../../../../libraries/GBP/ConnUtils.robot
6 Variables         ../../../../../variables/Variables.py
7 Resource          ../Variables.robot
8 Resource          ../GBP_3node.robot
9
10
11 *** Variables ***
12 ${timeout} =     10s
13
14
15 *** Test Cases ***
16 Teardown Suite
17     Log    Teardown suite in gbp1
18     :FOR    ${GBP}    IN    @{GBPs}
19     \    GBP_3node.Teardown Node    ${GBP}    ${CURDIR}    timeout=${timeout}