OCPPLUGIN made some fixes in API, so test suites should also modify input data to...
[integration/test.git] / csit / suites / ocpplugin / basic / 010__ocp_get.robot
index 69a91e62703f1154438028efbb6c98924f89cbd5..443d1503171c4b0f7159c3acafffdbd8c47c13cb 100755 (executable)
@@ -26,6 +26,6 @@ Check if node exist
 Get param from emulator
     [Documentation]    OCPPLUGIN get param
     [Tags]    OCPPLUGIN get
-    ${resp}    Post Request    session    ${REST_GET_PARAM}    data={"input":{"nodeId":"ocp:TST-100","obj":[{"id":"ALL","param":[{"name":"ALL"}]}]}}
+    ${resp}    Post Request    session    ${REST_GET_PARAM}    data={"input":{"nodeId":"ocp:TST-100","objId":"ALL","paramName":"ALL"}}
     Should Be Equal As Strings    ${resp.status_code}    200
     Stop Emulator And Exit    ${mininet_conn_id}