Fix incorrect BGP entity name & type pairs
[integration/test.git] / csit / suites / bgpcep / bgpclustering / 010_singlepeer_prefixcount_1route.robot
index 3c8e01b1f4e7c0c006a62e0335ed8039c14f911c..28917f43767ba6b148abe8022aa0cb1073b28354 100644 (file)
@@ -1,12 +1,12 @@
 *** Settings ***
 Documentation     BGP performance of ingesting from 1 iBGP peer, data change counter is NOT used.
-...           
+...
 ...               Copyright (c) 2015-2016 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-<dst_id> on all nodes.
@@ -38,7 +38,7 @@ ${COUNT}          1
 *** Test Cases ***
 Get Example Bgp Rib Owner
     [Documentation]    Find an odl node which is able to accept incomming connection.
-    ${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}