X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnetconf%2Fclustering%2FCRUD.robot;h=5cf95e0d15ab9c6e2a0f6933cb333616c1f01d6c;hb=c78951947995a7a1e6df298e4efab4082e8fb014;hp=7cf3f6637cc351c802bfba04f195772f716e1d96;hpb=a8c66a4b1afe2423aa709c8bc0b0d66d634ba657;p=integration%2Ftest.git diff --git a/csit/suites/netconf/clustering/CRUD.robot b/csit/suites/netconf/clustering/CRUD.robot index 7cf3f6637c..5cf95e0d15 100644 --- a/csit/suites/netconf/clustering/CRUD.robot +++ b/csit/suites/netconf/clustering/CRUD.robot @@ -209,7 +209,7 @@ Check_Device_Instance_Count Check_Config_Data [Arguments] ${node} ${expected} ${contains}=False - ${url}= Builtin.Set_Variable ${CONFIG_API}/network-topology:network-topology/topology/topology-netconf/node/${DEVICE_NAME}/yang-ext:mount + ${url}= Builtin.Set_Variable ${REST_API}/network-topology:network-topology/topology=topology-netconf/node=${DEVICE_NAME}/yang-ext:mount?content=config ${data}= TemplatedRequests.Get_As_Xml_From_Uri ${url} session=${node} BuiltIn.Run_Keyword_Unless ${contains} BuiltIn.Should_Be_Equal_As_Strings ${data} ${expected} BuiltIn.Run_Keyword_If ${contains} BuiltIn.Should_Contain ${data} ${expected}