Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / dom_data_broker / explicit_leader_movement_prefbasedshard.robot
index 4474a81fcf3413cbc7353031ab83b4ec7e502826..b8ecdcd7b6bb7a31663c1958fd97ded48a7ccfde 100644 (file)
@@ -1,51 +1,51 @@
 *** Settings ***
-Documentation     DOMDataBroker testing: Explicit Leader Movement
+Documentation       DOMDataBroker testing: Explicit Leader Movement
 ...
-...               Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
+...                 Copyright (c) 2017 Cisco Systems, Inc. and others. All rights reserved.
 ...
-...               This program and the accompanying materials are made available under the
-...               terms of the Eclipse Public License v1.0 which accompanies this distribution,
-...               and is available at http://www.eclipse.org/legal/epl-v10.html
+...                 This program and the accompanying materials are made available under the
+...                 terms of the Eclipse Public License v1.0 which accompanies this distribution,
+...                 and is available at http://www.eclipse.org/legal/epl-v10.html
 ...
-...               The goal is to ensure that applications do not observe disruption when a shard
-...               leader is moved as the result of explicit application request. This is performed
-...               by having a steady-stream producer execute operations against the shard and then
-...               initiate shard leader shutdown, then the producer is shut down cleanly.
-Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
-Suite Teardown    SSHLibrary.Close_All_Connections
-Test Setup        BuiltIn.Run_Keywords    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
-...               AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
-Test Teardown     BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
-...               AND    SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
-Default Tags      critical
-Test Template     DdbCommons.Explicit_Leader_Movement_PrefBasedShard_Test_Templ
-Library           SSHLibrary
-Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
-Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
+...                 The goal is to ensure that applications do not observe disruption when a shard
+...                 leader is moved as the result of explicit application request. This is performed
+...                 by having a steady-stream producer execute operations against the shard and then
+...                 initiate shard leader shutdown, then the producer is shut down cleanly.
+
+Library             SSHLibrary
+Resource            ${CURDIR}/../../../libraries/controller/DdbCommons.robot
+Resource            ${CURDIR}/../../../libraries/SetupUtils.robot
+
+Suite Setup         SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=125
+Suite Teardown      SSHLibrary.Close_All_Connections
+Test Setup          BuiltIn.Run_Keywords    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
+...                     AND    DdbCommons.Create_Prefix_Based_Shard_And_Verify
+Test Teardown       BuiltIn.Run_Keywords    DdbCommons.Remove_Prefix_Based_Shard_And_Verify
+...                     AND    SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
+Test Template       DdbCommons.Explicit_Leader_Movement_PrefBasedShard_Test_Templ
+
+Default Tags        critical
+
 
 *** Test Cases ***
 Local_To_Remote_Movement
     [Documentation]    Leader moves from local to remote node during transaction producing.
     local    remote
-
 Restart1
     [Documentation]    Restart odl.
-    [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
     [Template]    ${EMPTY}
+    [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
     DdbCommons.Restart_Test_Templ
     [Teardown]    SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
-
 Remote_To_Remote_Movement
     [Documentation]    Leader moves from one remote to other remote node during transaction producing.
     remote    remote
-
 Restart2
     [Documentation]    Restart odl.
-    [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
     [Template]    ${EMPTY}
+    [Setup]    SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
     DdbCommons.Restart_Test_Templ
     [Teardown]    SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
-
 Remote_To_Local_Movement
     [Documentation]    Leader moves from remote to local node during transaction producing.
     remote    local