X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FClusterManagement.robot;fp=csit%2Flibraries%2FClusterManagement.robot;h=2d3150024970a6e71f21038c89fffb2a01e28041;hb=7e5a8e3140f4ae6ae45e05047650617b3f85253a;hp=47fcfa6d5047bb12cce86b230bee2a1ecfd46a54;hpb=fafd41f9186c22dcd639b5bb86de4ba6be578fdc;p=integration%2Ftest.git diff --git a/csit/libraries/ClusterManagement.robot b/csit/libraries/ClusterManagement.robot index 47fcfa6d50..2d31500249 100644 --- a/csit/libraries/ClusterManagement.robot +++ b/csit/libraries/ClusterManagement.robot @@ -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