Skip to content

Commit

Permalink
gh-347 Fix integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <vicchang@nvidia.com>
  • Loading branch information
mocsharp committed Mar 11, 2023
1 parent 46d62b1 commit fd37177
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/Integration.Test/Features/DicomDimseScp.feature
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Feature: DICOM DIMSE SCP Services

Examples:
| modality | count | aet | timeout |
| MR | 1 | C-STORE-STUDY30 | 30 |
| CT | 1 | C-STORE-STUDY30 | 30 |
| MG | 2 | C-STORE-STUDY10 | 10 |
| US | 1 | C-STORE-STUDY10 | 10 |
| MR | 1 | C-STORE-STUDY30 | 3 |
| CT | 1 | C-STORE-STUDY30 | 3 |
| MG | 2 | C-STORE-STUDY10 | 3 |
| US | 1 | C-STORE-STUDY10 | 3 |

@messaging_workflow_request @messaging
Scenario Outline: Respond to C-STORE-RQ and group data by Series Instance UID
Expand All @@ -66,14 +66,14 @@ Feature: DICOM DIMSE SCP Services

Examples:
| modality | study_count | series_count | aet | timeout |
| MR | 1 | 2 | C-STORE-SER30 | 30 |
| CT | 1 | 2 | C-STORE-SER30 | 30 |
| MG | 1 | 3 | C-STORE-SER10 | 10 |
| US | 1 | 2 | C-STORE-SER10 | 10 |
| MR | 1 | 2 | C-STORE-SER30 | 3 |
| CT | 1 | 2 | C-STORE-SER30 | 3 |
| MG | 1 | 3 | C-STORE-SER10 | 3 |
| US | 1 | 2 | C-STORE-SER10 | 3 |

@messaging_workflow_request @messaging
Scenario Outline: Respond to C-STORE-RQ and group data by Study Instance UID over multiple associations
Given a called AE Title named 'C-STORE-MA' that groups by '0020,000D' for 10 seconds
Given a called AE Title named 'C-STORE-MA' that groups by '0020,000D' for 5 seconds
And a DICOM client configured with 300 seconds timeout
And a DICOM client configured to send data over <series_count> associations and wait <seconds> between each association
And <study_count> <modality> studies with <series_count> series per study
Expand Down

0 comments on commit fd37177

Please sign in to comment.