Fix incorrect BGP entity name & type pairs
[integration/test.git] / csit / suites / bgpcep / bgpclustering / singlepeer_pc_shm_300kroutes.robot
index f3acef965cce275d7f038aff75abe6812fb8c20d..c378e89229f9555e615e27ce5338cd66d7c20d0d 100644 (file)
@@ -1,17 +1,17 @@
 *** Settings ***
 Documentation     BGP performance of ingesting from 1 iBGP peer, data change counter is NOT used.
-...           
+...
 ...               Copyright (c) 2015-2017 Cisco 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 suite uses play.py as single iBGP peer which talks to
 ...               single controller in three node cluster configuration.
 ...               Test suite checks changes of the the example-ipv4-topology on all nodes.
 ...               RIB is not examined.
-...           
+...
 ...               singlepeer_pc_shm_300kroutes:
 ...               pc - prefix counting
 ...               shm - shard monitoring (during the process of prefix advertizing)
@@ -40,7 +40,7 @@ ${COUNT}          300000
 Get Example Bgp Rib Owner
     [Documentation]    Find an odl node which is able to accept incomming connection. It is a node, which is the owner of bgp rib, as it is a singleton service.
     ...    This node should be used for bgp peer to connect to.
-    ${rib_owner}    ${rib_candidates}=    ClusterManagement.Get_Owner_And_Successors_For_device    example-bgp-rib    org.opendaylight.mdsal.ServiceEntityType    1
+    ${rib_owner}    ${rib_candidates}=    ClusterManagement.Get_Owner_And_Successors_For_device    example-bgp-rib    Bgpcep    1
     BuiltIn.Set_Suite_Variable    ${rib_owner}    ${rib_owner}
     BuiltIn.Set_Suite_Variable    ${rib_owner_node_id}    ${ODL_SYSTEM_${rib_owner}_IP}
     ${session} =    ClusterManagement.Resolve_Http_Session_For_Member    ${rib_owner}