Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / dom_rpc_broker / action_provider_precedence.robot
index 2274a1f18b84e780cd528d59e58fd5c780b8ea81..ee9abff3a149cd1e199c4d87d839e6a12126bd53 100644 (file)
@@ -1,27 +1,32 @@
 *** Settings ***
-Documentation     DOMRpcBroker testing: Action Provider Precedence
+Documentation       DOMRpcBroker testing: Action Provider Precedence
 ...
-...               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 aim is to establish that remote action implementations have lower priority
-...               than local ones, which is to say that any movement of actions on remote nodes
-...               does not affect routing as long as a local implementation is available.
-Suite Setup       Setup_Keyword
-Suite Teardown    SSHLibrary.Close_All_Connections
-Test Setup        SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
-Test Teardown     SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
-Default Tags      critical
-Library           SSHLibrary
-Resource          ${CURDIR}/../../../libraries/controller/DrbCommons.robot
-Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
+...                 The aim is to establish that remote action implementations have lower priority
+...                 than local ones, which is to say that any movement of actions on remote nodes
+...                 does not affect routing as long as a local implementation is available.
+
+Library             SSHLibrary
+Resource            ${CURDIR}/../../../libraries/controller/DrbCommons.robot
+Resource            ${CURDIR}/../../../libraries/SetupUtils.robot
+
+Suite Setup         Setup_Keyword
+Suite Teardown      SSHLibrary.Close_All_Connections
+Test Setup          SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
+Test Teardown       SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
+
+Default Tags        critical
+
 
 *** Variables ***
 ${UNREGISTERED_RPC_NODE}    ${1}
 
+
 *** Test Cases ***
 Register_Rpc_On_Each_Node
     [Documentation]    Register routed rpc on each node of the cluster.
@@ -56,6 +61,7 @@ Unregister_Rpc_On_Each_Node
     [Documentation]    Unregister rpc on every node.
     DrbCommons.Unregister_Action_On_Nodes    ${all_indices}
 
+
 *** Keywords ***
 Setup_Keyword
     [Documentation]    Create a list of possible constant responses on the node with unregistered rpc.