Commit a0d1ac1c authored by Marco Cavalli's avatar Marco Cavalli
Browse files

chore: remove text from steps

parent 1d3eb381
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ${b3_url} ${EMPTY}
IOP_001_01_01 Create OffStreetParking:1
    [Tags]    since_v1.6.1    iop    cnf_01    4_3_3    additive-inclusive    proxy-exclusive    4_3_6    5_6_1

    # Client sends an HTTP POST request to b1 to create the entity defined in ${entity_payload_filename}
    # Client sends an HTTP POST request to b1 to create the entity ${entity_payload_filename}
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}    broker_url=${b1_url}

    # Agent checks that a success response has been returned
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ${b3_url} ${EMPTY}
IOP_001_01_02 Create OffStreetParking:2
    [Tags]    since_v1.6.1    iop    cnf_01    4_3_3    additive-inclusive    proxy-exclusive    4_3_6    5_6_1

    # Client sends an HTTP POST request to b1 to create the entity defined in ${entity_payload_filename}
    # Client sends an HTTP POST request to b1 to create the entity ${entity_payload_filename}
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}    broker_url=${b1_url}

    # Agent checks that a success response has been returned
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ ${b4_url} ${EMPTY}
IOP_001_02_01 Create OffStreetParking:1
    [Tags]    since_v1.6.1    iop    cnf_02    4_3_3    additive-inclusive    proxy-redirect    4_3_6    5_6_1

    # Client sends an HTTP POST request to b1 to create the entity defined in ${entity_payload_filename}
    # Client sends an HTTP POST request to b1 to create the entity ${entity_payload_filename}
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}    broker_url=${b1_url}

    # Agent checks that a success response has been returned
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ ${b4_url} ${EMPTY}
IOP_001_02_02 Create OffStreetParking:2
    [Tags]    since_v1.6.1    iop    cnf_02    4_3_3    additive-inclusive    proxy-redirect    4_3_6    5_6_1

    # Client sends an HTTP POST request to b1 to create the entity defined in ${entity_payload_filename}
    # Client sends an HTTP POST request to b1 to create the entity ${entity_payload_filename}
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}    broker_url=${b1_url}

    # Agent checks that a success response has been returned
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ ${b4_url} ${EMPTY}
IOP_001_03_01 Create OffStreetParking:1
    [Tags]    since_v1.6.1    iop    cnf_03    4_3_3    additive-inclusive    additive-auxiliary    4_3_6    5_6_1

    # Client sends an HTTP POST request to b1 to create the entity defined in ${entity_payload_filename}
    # Client sends an HTTP POST request to b1 to create the entity ${entity_payload_filename}
    ${response}=    Create Entity    ${entity_payload_filename}    ${entity_id}    broker_url=${b1_url}

    # Agent checks that a success response has been returned
Loading