Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / suites / controller / dom_data_broker / restart_odl_with_tell_based_true.robot
1 *** Settings ***
2 Documentation     Set 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, un-comment usage of tell-based protocol in
11 ...               config file (means make it true) and starts all nodes again.
12 Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
13 Suite Teardown    SSHLibrary.Close_All_Connections
14 Default Tags      critical
15 Library           SSHLibrary
16 Resource          ${CURDIR}/../../../libraries/ClusterManagement.robot
17 Resource          ${CURDIR}/../../../libraries/ShardStability.robot
18 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
19 Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
20
21 *** Variables ***
22 ${DATASTORE_CFG}    /${WORKSPACE}/${BUNDLEFOLDER}/etc/org.opendaylight.controller.cluster.datastore.cfg
23
24 *** Test Cases ***
25 Stop_All_Members
26     [Documentation]    Stop every odl node.
27     ClusterManagement.Stop_Members_From_List_Or_All
28
29 Set_Tell_Based_Protocol_Usage
30     [Documentation]    Un-comment the flag usage in config file. Also clean most data except data/log/.
31     DdbCommons.Change_Use_Tell_Based_Protocol    True    ${DATASTORE_CFG}
32     ClusterManagement.Check_Bash_Command_On_List_Or_All    cat ${DATASTORE_CFG}
33     ClusterManagement.Clean_Directories_On_List_Or_All    tmp_dir=/tmp
34
35 Start_All_And_Sync
36     [Documentation]    Start each member and wait for sync.
37     ClusterManagement.Start_Members_From_List_Or_All
38     BuiltIn.Wait_Until_Keyword_Succeeds    300s    10s    ShardStability.Shards_Stability_Get_Details    ${DEFAULT_SHARD_LIST}    verify_restconf=True
39     ClusterManagement.Run_Bash_Command_On_List_Or_All    ps -ef | grep java