aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/appc/cdt/__init__.robot
diff options
context:
space:
mode:
Diffstat (limited to 'test/csit/tests/appc/cdt/__init__.robot')
-rw-r--r--test/csit/tests/appc/cdt/__init__.robot15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/csit/tests/appc/cdt/__init__.robot b/test/csit/tests/appc/cdt/__init__.robot
deleted file mode 100644
index b03cdaeb5..000000000
--- a/test/csit/tests/appc/cdt/__init__.robot
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-