Step 2: Move test folder to root
[integration/test.git] / test / csit / suites / controller / Clustering_Routedrpc / 001_start_cluster.robot
diff --git a/test/csit/suites/controller/Clustering_Routedrpc/001_start_cluster.robot b/test/csit/suites/controller/Clustering_Routedrpc/001_start_cluster.robot
deleted file mode 100644 (file)
index 5cbd3d6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-*** Settings ***
-Documentation     Start the controllers
-Default Tags      3-node-cluster
-Resource          ../../../libraries/ClusterKeywords.robot
-
-*** Variables ***
-@{controllers}    ${CONTROLLER}    ${CONTROLLER1}    ${CONTROLLER2}
-${KARAF_HOME}     ${WORKSPACE}/${BUNDLEFOLDER}
-
-*** Test Cases ***
-Stop All Controllers
-    [Documentation]    Stop all the controllers in the cluster
-    Stop One Or More Controllers    @{controllers}
-
-Clean All Journals
-    [Documentation]    Clean the journals of all the controllers in the cluster
-    Clean One Or More Journals    @{controllers}
-
-Start All Controllers
-    [Documentation]    Start all the controllers in the cluster
-    Start One Or More Controllers    @{controllers}