Commit 35eb5941 authored by Benedetta Arena's avatar Benedetta Arena
Browse files

refactor: unify delete functions for the first tests

parent b50beccd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -59,10 +59,10 @@ Setup Initial Context Source Registrations
    ...    ${broker_C_url}

Delete Entities And Delete Registrations
    Delete Three Broker IOP Scenario For Query
    Delete Three Broker IOP Scenario
    ...    ${broker_A_url}
    ...    ${broker_B_url}
    ...    ${broker_C_url}
    ...    ${entity_id}
    ...    ${broker_B_url}
    ...    ${second_entity_id}
    ...    ${broker_C_url}
    ...    ${entity_id}
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -59,10 +59,10 @@ Setup Initial Context Source Registrations
    ...    ${broker_C_url}

Delete Entities And Delete Registrations
    Delete Three Broker IOP Scenario For Query
    Delete Three Broker IOP Scenario
    ...    ${broker_A_url}
    ...    ${broker_B_url}
    ...    ${broker_C_url}
    ...    ${entity_id}
    ...    ${broker_B_url}
    ...    ${second_entity_id}
    ...    ${broker_C_url}
    ...    ${entity_id}
 No newline at end of file
+7 −7
Original line number Diff line number Diff line
@@ -49,10 +49,10 @@ Setup Initial Context Source Registrations
    ...    ${broker_C_url}

Delete Entities And Delete Registrations
    Delete Three Broker IOP Scenario For Retrieve
    ...    first_broker_url=${broker_A_url}
    ...    second_broker_url=${broker_B_url}
    ...    third_broker_url=${broker_C_url}
    ...    first_entity_id=${entity_id1}
    ...    second_entity_id=${entity_id2}
    ...    third_entity_id=${entity_id2}
 No newline at end of file
    Delete Three Broker IOP Scenario
    ...    ${broker_A_url}
    ...    ${entity_id1}
    ...    ${broker_B_url}
    ...    ${entity_id2}
    ...    ${broker_C_url}
    ...    ${entity_id2}
 No newline at end of file
+3 −4
Original line number Diff line number Diff line
@@ -48,10 +48,9 @@ Setup Initial Context Source Registrations
    ...    ${broker_C_url}

Delete Entities And Delete Registrations

    Delete Three Broker IOP Scenario For Retrieve
    Delete Three Broker IOP Scenario
    ...    ${broker_A_url}
    ...    ${broker_B_url}
    ...    ${broker_C_url}
    ...    ${entity_id}
    ...    ${broker_B_url}
    ...    ${entity_id}
    ...    ${broker_C_url}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -53,6 +53,6 @@ Setup Initial Context Source Registrations
    ...    ${broker_C_url}

Delete Entities And Delete Registrations
    Delete Three Broker IOP Scenario For Create
    Delete Three Broker IOP Scenario
    ...    ${broker_A_url}
    ...    ${entity_id}
 No newline at end of file
Loading