Clean data when switching tell-base protocol.
[integration/test.git] / csit / suites / controller / dom_data_broker / restart_odl_with_tell_based_false.robot
1 *** Settings ***
2 Documentation     Unset tell-based protocol usage
3 ...
4 ...               Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 ...
6 ...               This program and the accompanying materials are made available under the
7 ...               terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 ...               and is available at http://www.eclipse.org/legal/epl-v10.html
9 ...
10 ...               Suite stops all odl nodes, outcomment usage of tell-based protocol in
11 ...               config file (means make it false by default) and starts all nodes again.
12 Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown
13 Suite Teardown    SSHLibrary.Close_All_Connections
14 Library           SSHLibrary
15 Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
16 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
17
18 *** Variables ***
19 ${DATASTORE_CFG}    /${WORKSPACE}/${BUNDLEFOLDER}/etc/org.opendaylight.controller.cluster.datastore.cfg
20 ${SHARD_NAME}     default
21 ${SHARD_TYPE}     config
22
23 *** Test Cases ***
24 Kill_All_Members
25     [Documentation]    Kill every odl node.
26     ClusterManagement.Kill_Members_From_List_Or_All
27
28 Unset_Tell_Based_Protocol_Usage
29     [Documentation]    Comment out the flag usage in config file. Also clean most data except data/log/.
30     ClusterManagement.Check_Bash_Command_On_List_Or_All    sed -ie "s/use-tell-based-protocol=/#use-tell-based-protocol=/g" ${DATASTORE_CFG}
31     ClusterManagement.Check_Bash_Command_On_List_Or_All    cat ${DATASTORE_CFG}
32     ClusterManagement.Clean_Directories_On_List_Or_All    tmp_dir=/tmp
33
34 Start_All_And_Sync
35     [Documentation]    Start each member and wait for sync.
36     ClusterManagement.Start_Members_From_List_Or_All
37     BuiltIn.Wait_Until_Keyword_Succeeds    30s    5s    ClusterManagement.Get_Leader_And_Followers_For_Shard    shard_name=${SHARD_NAME}    shard_type=${SHARD_TYPE}
38     ClusterManagement.Run_Bash_Command_On_List_Or_All    ps -ef | grep java