Fix tox errors
[integration/test.git] / csit / libraries / ClusterManagement.robot
index 47fcfa6d5047bb12cce86b230bee2a1ecfd46a54..2d3150024970a6e71f21038c89fffb2a01e28041 100644 (file)
@@ -1,24 +1,24 @@
 *** Settings ***
 Documentation     Resource housing Keywords common to several suites for cluster functional testing.
-...           
+...
 ...               Copyright (c) 2016 Cisco Systems, Inc. and others. All rights reserved.
 ...               Copyright (c) 2016 Brocade Communications 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 resource holds private state (in suite variables),
 ...               which is generated once at Setup with ClusterManagement_Setup KW.
 ...               The state includes member indexes, IP addresses and Http (RequestsLibrary) sessions.
 ...               Cluster Keywords normally use member index, member list or nothing (all members) as argument.
-...           
+...
 ...               All index lists returned should be sorted numerically, fix if not.
-...           
+...
 ...               Requirements:
 ...               odl-jolokia is assumed to be installed.
-...           
+...
 ...               Keywords are ordered as follows:
 ...               - Cluster Setup
 ...               - Shard state, leader and followers
@@ -27,7 +27,7 @@ Documentation     Resource housing Keywords common to several suites for cluster
 ...               - Isolate and Rejoin Member
 ...               - Run Commands On Member
 ...               - REST requests and checks on Members
-...           
+...
 ...               TODO: Unify capitalization of Leaders and Followers.
 Library           RequestsLibrary    # for Create_Session and To_Json
 Library           Collections