Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / dom_data_broker / explicit_leader_movement_longevity.robot
index 1584307ca66ab824a553e94156828ade5475c722..6a87383844e4cc50632899894ab37b3732d7fad4 100644 (file)
@@ -1,35 +1,44 @@
 *** 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        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/DdbCommons.robot
-Resource          ${CURDIR}/../../../libraries/KarafKeywords.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/KarafKeywords.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          SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing
+Test Teardown       SetupUtils.Teardown_Test_Show_Bugs_If_Test_Failed
+
+Default Tags        critical
+
 
 *** Variables ***
 # TODO: change back to 24h when releng has more granular steps to kill VMs than days; now 23h=82800s
-${LONGEVITY_TEST_DURATION_IN_SECS}    82800
-@{MOVEMENT_DIRECTION_LIST}    remote    local    remote
+${LONGEVITY_TEST_DURATION_IN_SECS}      82800
+@{MOVEMENT_DIRECTION_LIST}              remote    local    remote
+
 
 *** Test Cases ***
 Explicit_Leader_Movement_Test
     [Documentation]    Leader move for 24 hours from one node to another
-    WaitForFailure.Verify_Keyword_Does_Not_Fail_Within_Timeout    ${LONGEVITY_TEST_DURATION_IN_SECS}    5s    Test_Scenario
+    WaitForFailure.Verify_Keyword_Does_Not_Fail_Within_Timeout
+    ...    ${LONGEVITY_TEST_DURATION_IN_SECS}
+    ...    5s
+    ...    Test_Scenario
+
 
 *** Keywords ***
 Test_Scenario