Fixes to openstack-sfc CSIT
[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 Suite Setup       ClusterManagement.ClusterManagement_Setup
13 Default Tags      clustering
14 Resource          ${CURDIR}/../../libraries/ClusterManagement.robot
15
16 *** Variables ***
17 ${DEFAULT_KARAF_LOG_LEVEL}    INFO
18
19 *** Test Cases ***
20 Set_Levels
21     [Documentation]    Issue log:set command on each Karaf.
22     ClusterManagement.Run_Karaf_Command_On_List_Or_All    log:set ${DEFAULT_KARAF_LOG_LEVEL}