aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/cdt/__init__.robot
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2018-07-21 15:46:18 -0400
committerAaron Hay <ah415j@att.com>2018-07-21 15:48:36 -0400
commit8943f9a08851e46c8b191fa1c727c6ebd1c2056c (patch)
tree61f151d3c8af9bca5aa5d0b7f1b27ad953ba3948 /test/csit/tests/appc/cdt/__init__.robot
parent7092d25ccdafd79e91bcf2635c351a9a1b2c3ee4 (diff)
Add CDT CSIT support.
Add six CDT CSIT tests for APPC. Change-Id: I868541f014167973acb9bb5196cb6dbadc41efe0 Issue-ID: APPC-1091 Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'test/csit/tests/appc/cdt/__init__.robot')
-rw-r--r--test/csit/tests/appc/cdt/__init__.robot15
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
+