X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fclustering%2Fcluster-tools%2Fcluster_check.py;h=5abfab5faee5af115ca332e4c2e7f030ac498485;hb=7e5a8e3140f4ae6ae45e05047650617b3f85253a;hp=07f084635502c4ca4486a6fe07d4a6f5b7a1f447;hpb=fafd41f9186c22dcd639b5bb86de4ba6be578fdc;p=integration%2Ftest.git diff --git a/tools/clustering/cluster-tools/cluster_check.py b/tools/clustering/cluster-tools/cluster_check.py index 07f0846355..5abfab5fae 100755 --- a/tools/clustering/cluster-tools/cluster_check.py +++ b/tools/clustering/cluster-tools/cluster_check.py @@ -25,7 +25,7 @@ authentication = ("admin", "admin") def validate_cluster(ipaddress): - """ method to check the cluster status + """method to check the cluster status Args: ipaddress(str): ip address of the ODL controller """ @@ -87,7 +87,7 @@ def validate_cluster(ipaddress): def list_entity_owners(ipaddress, entity_owner_list): - """ method to list the entity owners + """method to list the entity owners Args: ipaddress(str): ip address of the ODL controller entity_owner_list(list): list of member role in cluster