Use RFC8040 URL for OVSDB tests
[integration/test.git] / csit / libraries / ClusterManagement.robot
index 4982cbb4a65c7316ce2252ce0e1489e16db384b3..e5ac43f38fd48e1edf0eb5f08dec1ec81fc3852b 100644 (file)
@@ -667,15 +667,6 @@ ClusterManagement__Clean_Directories
     END
 
 Put_As_Json_And_Check_Member_List_Or_All
-    [Arguments]    ${uri}    ${data}    ${member_index}    ${member_index_list}=${EMPTY}
-    [Documentation]    Send a PUT with the supplied uri ${uri} and body ${data} to member ${member_index}.
-    ...    Then check data is replicated in all or some members defined in ${member_index_list}.
-    ${response_text} =    Put_As_Json_To_Member    uri=${uri}    data=${data}    member_index=${member_index}
-    Wait Until Keyword Succeeds    5s    1s    Check_Json_Member_List_Or_All    uri=${uri}    expected_data=${data}    member_index_list=${member_index_list}
-    [Return]    ${response_text}
-
-Put_As_Json_And_Check_Member_List_Or_All_RFC8040
-    # FIXME: merge this keyword with Bierman02 version above when OVSDB test is migrated to RFC8040
     [Arguments]    ${uri}    ${data}    ${member_index}    ${member_index_list}=${EMPTY}
     [Documentation]    Send a PUT with the supplied uri ${uri} and body ${data} to member ${member_index}.
     ...    Then check data is replicated in all or some members defined in ${member_index_list}.