Bug 5423: Fix for ERROR messages when intents were deleted.
[integration/test.git] / csit / suites / controller / Clustering_Datastore / 001_start_cluster.robot
1 *** Settings ***
2 Documentation     Start the controllers
3 Default Tags      3-node-cluster
4 Resource          ../../../libraries/ClusterKeywords.robot
5
6 *** Variables ***
7 @{controllers}    ${ODL_SYSTEM_IP}    ${ODL_SYSTEM_2_IP}    ${ODL_SYSTEM_3_IP}
8 ${KARAF_HOME}     ${WORKSPACE}/${BUNDLEFOLDER}
9 ${START_TIMEOUT}    300s
10 ${STOP_TIMEOUT}    180s
11
12 *** Test Cases ***
13 Stop All Controllers
14     [Documentation]    Stop all the controllers in the cluster.
15     Stop One Or More Controllers    @{controllers}
16     Wait For Cluster Down    ${STOP_TIMEOUT}    @{controllers}
17
18 Clean All Journals
19     [Documentation]    Clean the journals of all the controllers in the cluster
20     Clean One Or More Journals    @{controllers}
21     Clean One Or More Snapshots    @{controllers}
22
23 Start All Controllers
24     [Documentation]    Start all the controllers in the cluster
25     Start One Or More Controllers    @{controllers}
26     Wait For Cluster Sync    ${START_TIMEOUT}    @{controllers}