Update Robot Framework format - step 5
[integration/test.git] / csit / suites / controller / dom_notification_broker / noloss_rate_1node.robot
index c77e90fc50a1946c3d9182cae80b833e303f9b51..6d46d446fc493475296c3e84e9daf319e34b1f4c 100644 (file)
@@ -1,36 +1,39 @@
 *** Settings ***
-Documentation     DOMNotificationBroker testing: No-loss rate
+Documentation       DOMNotificationBroker testing: No-loss rate
 ...
-...               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
 ...
-...               Provides routing of YANG notifications from publishers to subscribers.
-...               The purpose of this test is to determine the broker can forward messages without
-...               loss. We do this on a single-node setup by incrementally adding publishers and
-...               subscribers.
-Suite Setup       SetupUtils.Setup_Utils_For_Setup_And_Teardown    http_timeout=30
-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
-Test Template     DnbCommons.Dom_Notification_Broker_Test_Templ
-Library           SSHLibrary
-Resource          ${CURDIR}/../../../libraries/controller/DnbCommons.robot
-Resource          ${CURDIR}/../../../libraries/MdsalLowlevel.robot
-Resource          ${CURDIR}/../../../libraries/SetupUtils.robot
+...                 Provides routing of YANG notifications from publishers to subscribers.
+...                 The purpose of this test is to determine the broker can forward messages without
+...                 loss. We do this on a single-node setup by incrementally adding publishers and
+...                 subscribers.
+
+Library             SSHLibrary
+Resource            ${CURDIR}/../../../libraries/controller/DnbCommons.robot
+Resource            ${CURDIR}/../../../libraries/MdsalLowlevel.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
+Test Template       DnbCommons.Dom_Notification_Broker_Test_Templ
+
+Default Tags        critical
+
 
 *** Variables ***
-${TC_DURATION_IN_SECONDS}    ${300}
+${TC_DURATION_IN_SECONDS}       ${300}
+
 
 *** Test Cases ***
 Notifications_rate_5k
     ${5000}    ${TC_DURATION_IN_SECONDS}
-
 Notifications_rate_20k
     ${20000}    ${TC_DURATION_IN_SECONDS}
-
 Notifications_rate_60k
     ${60000}    ${TC_DURATION_IN_SECONDS}