Update Robot Framework format - step 15
[integration/test.git] / csit / suites / test / revert_log_levels.robot
index 76fdab4cdc95077acee6aed1c85aceb324fb0202..3523bb5c618e43d3aaeb68899b9fb2c8d815b49e 100644 (file)
@@ -1,20 +1,25 @@
 *** Settings ***
-Documentation     For every node, set Karaf log level to ${DEFAULT_KARAF_LOG_LEVEL}.
+Documentation       For every node, set Karaf log level to ${DEFAULT_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 primary site to kep karaf.log shorter.
-Suite Setup       ClusterManagement.ClusterManagement_Setup
-Default Tags      clustering
-Resource          ${CURDIR}/../../libraries/ClusterManagement.robot
+...                 This suite is useful for testing, run it after primary site to kep karaf.log shorter.
+
+Resource            ${CURDIR}/../../libraries/ClusterManagement.robot
+
+Suite Setup         ClusterManagement.ClusterManagement_Setup
+
+Default Tags        clustering
+
 
 *** Variables ***
-${DEFAULT_KARAF_LOG_LEVEL}    INFO
+${DEFAULT_KARAF_LOG_LEVEL}      INFO
+
 
 *** Test Cases ***
 Set_Levels