Update Robot Framework format - step 15
[integration/test.git] / csit / suites / test / revert_log_levels.robot
1 *** Settings ***
2 Documentation       For every node, set Karaf log level to ${DEFAULT_KARAF_LOG_LEVEL}.
3 ...
4 ...                 Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
5 ...
6 ...                 This program and the accompanying materials are made available under the
7 ...                 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 ...                 and is available at http://www.eclipse.org/legal/epl-v10.html
9 ...
10 ...
11 ...                 This suite is useful for testing, run it after primary site to kep karaf.log shorter.
12
13 Resource            ${CURDIR}/../../libraries/ClusterManagement.robot
14
15 Suite Setup         ClusterManagement.ClusterManagement_Setup
16
17 Default Tags        clustering
18
19
20 *** Variables ***
21 ${DEFAULT_KARAF_LOG_LEVEL}      INFO
22
23
24 *** Test Cases ***
25 Set_Levels
26     [Documentation]    Issue log:set command on each Karaf.
27     ClusterManagement.Run_Karaf_Command_On_List_Or_All    log:set ${DEFAULT_KARAF_LOG_LEVEL}