Update Robot Framework format - step 15
[integration/test.git] / csit / suites / test / alter_log_levels.robot
index e630beedb703d2430b7c931ba55c2db3fc92a834..f2362e59094688b73c02d6f51dc5d1f43acb2613 100644 (file)
@@ -1,22 +1,27 @@
 *** Settings ***
-Documentation     For every node, set Karaf log level to ${ALTERNATIVE_KARAF_LOG_LEVEL}.
+Documentation       For every node, set Karaf log level to ${ALTERNATIVE_KARAF_LOG_LEVEL}.
 ...
-...               Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
+...                 Copyright (c) 2016 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
 ...
 ...
-...               This suite is useful for testing, run it after readiness.
-...               Do not forget to specify other variables if suites afterwards manipulate log level.
-...               Use revert_log_levels.robot to restore log levels to the default value.
-Suite Setup       ClusterManagement.ClusterManagement_Setup
-Default Tags      clustering
-Resource          ${CURDIR}/../../libraries/ClusterManagement.robot
+...                 This suite is useful for testing, run it after readiness.
+...                 Do not forget to specify other variables if suites afterwards manipulate log level.
+...                 Use revert_log_levels.robot to restore log levels to the default value.
+
+Resource            ${CURDIR}/../../libraries/ClusterManagement.robot
+
+Suite Setup         ClusterManagement.ClusterManagement_Setup
+
+Default Tags        clustering
+
 
 *** Variables ***
-${ALTERNATIVE_KARAF_LOG_LEVEL}    INFO
+${ALTERNATIVE_KARAF_LOG_LEVEL}      INFO
+
 
 *** Test Cases ***
 Set_Levels