Migrate netconf suites restconf calls to rfc8040
[integration/test.git] / csit / suites / netconf / clustering / CRUD.robot
index 7cf3f6637cc351c802bfba04f195772f716e1d96..5cf95e0d15ab9c6e2a0f6933cb333616c1f01d6c 100644 (file)
@@ -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}