Commit 34aefc89 authored by Andrea Il Grande's avatar Andrea Il Grande
Browse files

Renamed keyword in DistributedOperations.resource from "Create...

Renamed keyword in DistributedOperations.resource from "Create ContextSourceRegistration With Mode" to "Create ContextSourceRegistration Payload"
parent a1cc85db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ Setup Entity On Remote And Registration

    ${registration_id}=    Generate Random Entity Id    ${registration_id_prefix}
    Set Suite Variable    ${registration_id}
    ${registration_payload}=    Create ContextSourceRegistration With Mode   
    ${registration_payload}=    Create ContextSourceRegistration Payload   
    ...    ${registration_id}
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Setup Entity On Remote And Registration

    ${registration_id}=    Generate Random Entity Id    ${registration_id_prefix}
    Set Suite Variable    ${registration_id}
    ${registration_payload}=    Create ContextSourceRegistration With Mode   
    ${registration_payload}=    Create ContextSourceRegistration Payload   
    ...    ${registration_id}
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ Setup Entity On Remote And Registration

    ${registration_id}=    Generate Random Entity Id    ${registration_id_prefix}
    Set Suite Variable    ${registration_id}
    ${registration_payload}=    Create ContextSourceRegistration With Mode   
    ${registration_payload}=    Create ContextSourceRegistration Payload   
    ...    ${registration_id}
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ Setup Entity On Remote And Registration

    ${registration_id}=    Generate Random Entity Id    ${registration_id_prefix}
    Set Suite Variable    ${registration_id}
    ${registration_payload}=    Create ContextSourceRegistration With Mode   
    ${registration_payload}=    Create ContextSourceRegistration Payload   
    ...    ${registration_id}
    ...    ${registration_payload_file_path}
    ...    entity_id=${entity_id}
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ Setup Entity On Remote And Registration

    ${registration_id}=    Generate Random Entity Id    ${registration_id_prefix}
    Set Suite Variable    ${registration_id}
    ${registration_payload}=    Create ContextSourceRegistration With Mode   
    ${registration_payload}=    Create ContextSourceRegistration Payload   
    ...    ${registration_id}
    ...    ${registration_payload_file_path}
    ${response1}=    Create Context Source Registration With Return    ${registration_payload}
Loading