Add http_timeout=10 for ddb suites
[integration/test.git] / csit / suites / controller / dom_data_broker / client_isolation_prefbasedshard.robot
1 *** Settings ***
2 Documentation     DOMDataBroker testing: Client Isolation
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 purpose of this test is to ascertain that the failure modes of
11 ...               cds-access-client work as expected. This is performed by having a steady
12 ...               stream of transactions flowing from the frontend and isolating the node hosting
13 ...               the frontend from the rest of the cluster.
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.Client_Isolation_PrefBasedShard_Test_Templ
23 Library           SSHLibrary
24 Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
25 Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
26
27 *** Test Cases ***
28 Producer_On_Shard_Leader_Node_ChainedTx
29     [Documentation]    Client isolation with producer on shard leader with chained transactions.
30     leader    ${CHAINED_TX}
31
32 Producer_On_Shard_Leader_Node_SimpleTx
33     [Documentation]    Client isolation with producer on shard leader with simple transactions.
34     leader    ${SIMPLE_TX}
35
36 Producer_On_Shard_Non_Leader_Node_ChainedTx
37     [Documentation]    Client isolation with producer on shard non-leader with chained transactions.
38     non-leader    ${CHAINED_TX}
39
40 Producer_On_Shard_Non_Leader_Node_SimpleTx
41     [Documentation]    Client isolation with producer on shard non-leader with simple transactions.
42     non-leader    ${SIMPLE_TX}