Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / dom_data_broker / listener_stability_prefbasedshard.robot
index 5099623fa2840e85d4e6fc939b29ef9dd3c0ddf4..b2955f551a08c7c888b603c953ddf521b443b1f6 100644 (file)
@@ -1,50 +1,50 @@
 *** Settings ***
-Documentation     DOMDataBroker testing: Listener Stability for prefix-based shards
+Documentation       DOMDataBroker testing: Listener Stability for prefix-based shards
 ...
-...               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 listeners do no observe disruption when the leader moves.
-...               This is performed by having a steady stream of transactions being observed by
-...               the listeners and having the leader move.
-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.Listener_Stability_PrefBasedShard_Test_Templ
-Library           SSHLibrary
-Resource          ${CURDIR}/../../../libraries/controller/DdbCommons.robot
-Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
+...                 The goal is to ensure listeners do no observe disruption when the leader moves.
+...                 This is performed by having a steady stream of transactions being observed by
+...                 the listeners and having the leader move.
+
+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.Listener_Stability_PrefBasedShard_Test_Templ
+
+Default Tags        critical
+
 
 *** Test Cases ***
 Move_Leader_From_Listener_Local_To_Remote
     [Documentation]    Listener runs on leader node when leader is moved to remote node.
     local    remote
-
 Restart_1
     [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
-
 Move_Leader_From_Listener_Remote_To_Other_Remote
     [Documentation]    Listener runs on follower node when leader is moved to the third node.
     remote    remote
-
 Restart_2
     [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
-
 Move_Leader_From_Listener_Remote_To_Local
     [Documentation]    Listener runs on follower node when leader is moved to local node.
     remote    local