diff options
author | 2018-07-26 03:48:09 +0000 | |
---|---|---|
committer | 2018-07-26 03:48:09 +0000 | |
commit | bd0bd931e084fc918190340c9141ff95423b2e71 (patch) | |
tree | f549525371e611cb77df4ae5cf8fa8b81fe661ea /test/csit/tests/appc/cdt/__init__.robot | |
parent | 318f436d17eeb8934aeaa0f28efea813c59222ef (diff) | |
parent | dfb69e3b0abe21faf38a68e7e73468f874e045f9 (diff) |
Merge "Add CDT CSIT support."
Diffstat (limited to 'test/csit/tests/appc/cdt/__init__.robot')
-rw-r--r-- | test/csit/tests/appc/cdt/__init__.robot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/csit/tests/appc/cdt/__init__.robot b/test/csit/tests/appc/cdt/__init__.robot new file mode 100644 index 000000000..b03cdaeb5 --- /dev/null +++ b/test/csit/tests/appc/cdt/__init__.robot @@ -0,0 +1,15 @@ +# This does setup and tear down of the suite + +# NOTE 1: The subdirectories must include a symbolic link to this file +# in order to run an individual .robot file (as compared to directory) +# NOTE 2: The Resource file must also be included in the test case .robot files + +*** Settings *** + +# Include a file of common variables, keywords and other settings +| Resource | common.robot + +#| Suite Setup | Run Keywords | Setup1 | Setup2 +| Suite Setup | Run Keywords | Setup2 | Setup1 +| Suite Teardown | Close all browsers + |