Move CSIT to integration/csit repo
[integration/csit.git] / tests / appc / cdt / __init__.robot
1 # This does setup and tear down of the suite
2
3 # NOTE 1: The subdirectories must include a symbolic link to this file
4 #         in order to run an individual .robot file (as compared to directory)
5 # NOTE 2: The Resource file must also be included in the test case .robot files
6
7 *** Settings ***
8
9 # Include a file of common variables, keywords and other settings
10 | Resource | common.robot
11
12 #| Suite Setup  | Run Keywords |  Setup1 | Setup2
13 | Suite Setup  | Run Keywords |  Setup2 | Setup1
14 | Suite Teardown | Close all browsers
15