You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e-testing/README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ The below matrix was created to replicate and test real life scenarios.
19
19
| MONAI\_E2E\_006 | argo | Execution of a workflow (US) | Workflow is triggered and report is exported to PACS. | Study\_4 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
20
20
| MONAI\_E2E\_007 | argo | Execution of a workflow (Xray) | Workflow is triggered and report is exported to PACS. | Study\_5 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
21
21
| MONAI\_E2E\_008 | argo | Execution of a workflow for a multi-series study | Multi-series study is sent through as one association which results in a single report back to PACS. | Study\_6 | argo\_export\_workflow.json | argo\_workflow\_1 | Passed |
22
-
| MONAI\_E2E\_009 | argo\_gpu | Execution of a workflow where the Argo task requires GPU | Workflow is triggered with a model which required GPU access. | Study\_1| liver-seg.json | argo\_workflow\_5 |Not Yet Run|
23
-
| MONAI\_E2E\_010 | argo\_map | Execution of a workflow where the Argo task uses a MAP | Workflow is triggered with a model which is created as a MAP. | Study\_1|argo\_map\_workflow.json | argo\_workflow\_5 |Not Yet Run|
22
+
| MONAI\_E2E\_009 | argo\_gpu | Execution of a workflow where the Argo task requires GPU | Workflow is triggered with a model which required GPU access. | Study\_7| liver-seg.json | argo\_workflow\_5 |Passed |
23
+
| MONAI\_E2E\_010 | argo\_map | Execution of a workflow where the Argo task uses a MAP | Workflow is triggered with a model which is created as a MAP. | Study\_7|liver-seg.json | argo\_workflow\_5 |Passed |
24
24
| MONAI\_E2E\_011 | workflow\_execution | No execution when there isnt a match on a workflow AETitle | No workflows are triggered when a workflow request does not match on AETitle. | Study\_3 | alt\_aetitle.json | argo\_workflow\_1 | Passed |
25
25
| MONAI\_E2E\_012 | router | Router task filters out execution based on DICOM modality | Router task filters out payloads which should not be executed on. | Study\_1 | router\_workflow\_1.json | argo\_workflow\_1 | Passed |
26
26
| MONAI\_E2E\_013 | router | Router task forwards to correct Task Destination | Router task directs study down the MR branch of the workflow | Study\_3 | router\_workflow\_1.json | argo\_workflow\_1 | Passed |
@@ -65,15 +65,15 @@ TBC
65
65
The [test-data](/e2e-testing/test-data) folder contains all the tests data to support the execution of the End to End tests. This includes Argo workflows Clinical Workflows and DICOM studies used.
| argo\_workflow\_1 | Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task |
71
-
| argo\_workflow\_2| test\_operator of the mean pixel calc can be executed in isolation as a single Argo Task|
72
-
| argo\_workflow\_3|reporter\_operator of the mean pixel calc can be executed in isolation as a single Argo Task |
73
-
| argo\_workflow\_exception | Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task. Image used for test\_operator will throw an exception|
74
-
| argo\_workflow\_4 | Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task. Hard coded [thread.sl](http://thread.sl/)eep(5 mins)|
75
-
| argo\_workflow\_5 | Argo Task with GPU enabled |
| argo\_workflow\_1 | Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task |
71
+
| argo\_workflow\_1\_new| Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task |
72
+
| argo\_workflow\_2|test\_operator of the mean pixel calc can be executed in isolation as a single Argo Task|
73
+
| argo\_workflow\_3 | reporter\_operator of the mean pixel calc can be executed in isolation as a single Argo Task|
74
+
| argo\_workflow\_exception | Image used for test\_operator will throw an exception |
75
+
| argo\_workflow\_sleep<br> | Both operators of the mean pixel calc (test\_operator & test\_reporter) can be executed as a single Argo Task. Hard coded [thread.sl](http://thread.sl/)eep(5 mins)|
76
+
| argo\_workflow\_5 | Argo Task executed MAP on GPU
77
77
78
78
#### DICOM Studies
79
79
| Name | Description |
@@ -84,6 +84,7 @@ The [test-data](/e2e-testing/test-data) folder contains all the tests data to su
0 commit comments