Add http_timeout=10 for ddb suites
[integration/test.git] / csit / suites / controller / dom_data_broker / explicit_leader_movement_prefbasedshard.robot
1 *** Settings ***
2 Documentation     DOMDataBroker testing: Explicit Leader Movement
3 ...
4 ...               Copyright (c) 2017 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 ...               The goal is to ensure that applications do not observe disruption when a shard
11 ...               leader is moved as the result of explicit application request. This is performed
12 ...               by having a steady-stream producer execute operations against the shard and then
13 ...               initiate shard leader shutdown, then the producer is shut down cleanly.
14 Suite Setup       BuiltIn.Run_Keywords    ClusterManagement.ClusterManagement_Setup    http_timeout=10
15 ...               AND    SetupUtils.Setup_Utils_For_Setup_And_Teardown
16 ...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
17 Suite Teardown    BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
18 ...               AND    SSHLibrary.Close_All_Connections
19 Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
20 Test Teardown     SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
21 Default Tags      critical
22 Test Template     DdbCommons.Explicit_Leader_Movement_PrefBasedShard_Test_Templ
23 Library           SSHLibrary
24 Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
25 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
26
27 *** Test Cases ***
28 Local_To_Remote_Movement
29     [Documentation]    Leader moves from local to remote node during transaction producing.
30     local    remote
31
32 Remote_To_Remote_Movement
33     [Documentation]    Leader moves from one remote to other remote node during transaction producing.
34     remote    remote
35
36 Remote_To_Local_Movement
37     [Documentation]    Leader moves from remote to local node during transaction producing.
38     remote    local