From 182c218b77eb60b6aece33e63403a3f4768a57e6 Mon Sep 17 00:00:00 2001 From: Wlad <64201310+wlad@users.noreply.github.com> Date: Thu, 25 Feb 2021 17:12:22 +0100 Subject: [PATCH] Marks test failing at parallel exec. as not-ready --- tests/robot/CONDITION/01_create.robot | 6 +++--- tests/robot/OBSERVATION/04_create_heart_rate.robot | 2 +- tests/robot/OBSERVATION/05_create_fi02.robot | 2 +- tests/robot/OBSERVATION/07_create_body_weight.robot | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/robot/CONDITION/01_create.robot b/tests/robot/CONDITION/01_create.robot index ed37bf68c..3fe92cb5c 100644 --- a/tests/robot/CONDITION/01_create.robot +++ b/tests/robot/CONDITION/01_create.robot @@ -66,7 +66,7 @@ Force Tags condition_create create ... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n ... 4. *POST* example JSON to condition endpoint\n\n ... 5. *VALIDATE* the response status - [Tags] symptoms-covid-19 valid parallel_fail + [Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready ehr.create new ehr 000_ehr_status.json condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-present.json @@ -79,7 +79,7 @@ Force Tags condition_create create ... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n ... 4. *POST* example JSON to condition endpoint\n\n ... 5. *VALIDATE* the response status - [Tags] symptoms-covid-19 valid parallel_fail + [Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready ehr.create new ehr 000_ehr_status.json condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-absent.json @@ -92,7 +92,7 @@ Force Tags condition_create create ... 3. *UPDATE* ``Subject - Identifier - value`` with the _UUID:_ ${subject_id} which was created in EHR record\n\n ... 4. *POST* example JSON to condition endpoint\n\n ... 5. *VALIDATE* the response status - [Tags] symptoms-covid-19 valid parallel_fail + [Tags] symptoms-covid-19 valid not-ready_parallel_fail not-ready ehr.create new ehr 000_ehr_status.json condition.create symptoms-covid-19 Symptoms-Covid-19 create-symptoms-covid-19-unknown.json diff --git a/tests/robot/OBSERVATION/04_create_heart_rate.robot b/tests/robot/OBSERVATION/04_create_heart_rate.robot index 682794351..3aa44da5e 100644 --- a/tests/robot/OBSERVATION/04_create_heart_rate.robot +++ b/tests/robot/OBSERVATION/04_create_heart_rate.robot @@ -283,7 +283,7 @@ Force Tags observation_create heart-rate create ... 4. *POST* example JSON to observation endpoint\n\n ... 5. *VALIDATE* the response status \n\n ... 6. *VALIDATE* outcome against diagnostic text - [Tags] valueQuantity invalid parallel_fail + [Tags] valueQuantity invalid not-ready_parallel_fail not-ready [Template] create Observation Heart Rate JSON #| resourceType | ID | meta | status | Identifier | category | code | subject | DateTime | valueQuantity | dataabsentreason | R.-Code | ArrayNumber | diagnostics | diff --git a/tests/robot/OBSERVATION/05_create_fi02.robot b/tests/robot/OBSERVATION/05_create_fi02.robot index b1bb55d39..35a2954ba 100644 --- a/tests/robot/OBSERVATION/05_create_fi02.robot +++ b/tests/robot/OBSERVATION/05_create_fi02.robot @@ -308,7 +308,7 @@ ${profile url} https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefi ... 7. *VALIDATE* outcome against diagnostic text & location [Template] Create FiO2 with ehr reference - [Tags] valueQuantity parallel_fail + [Tags] valueQuantity not-ready_parallel_fail not-ready # HTTP # FIELD/PATH VALUE CODE ERROR MESSAGE $.valueQuantity missing 422 Observation.value.x.: minimum required = 1, but only found 0 .from ${profile url} diff --git a/tests/robot/OBSERVATION/07_create_body_weight.robot b/tests/robot/OBSERVATION/07_create_body_weight.robot index b21a7f9cb..25de9f671 100644 --- a/tests/robot/OBSERVATION/07_create_body_weight.robot +++ b/tests/robot/OBSERVATION/07_create_body_weight.robot @@ -282,7 +282,7 @@ ${body_weight_url} https://www.netzwerk-universitaetsmedizin.de/fhir/Structure ... 7. *VALIDATE* outcome against diagnostic text & location [Template] Create Body Weight with ehr reference - [Tags] valueQuantity parallel_fail + [Tags] valueQuantity not-ready_parallel_fail not-ready # HTTP # FIELD/PATH VALUE CODE ERROR MESSAGE $.valueQuantity missing 422 .*If there is no component or hasMember element then either a value.x. or a data absent reason must be present