Skip to content

Commit fd37177

Browse files
committed
gh-347 Fix integration test
Signed-off-by: Victor Chang <[email protected]>
1 parent 46d62b1 commit fd37177

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tests/Integration.Test/Features/DicomDimseScp.feature

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Feature: DICOM DIMSE SCP Services
4848

4949
Examples:
5050
| modality | count | aet | timeout |
51-
| MR | 1 | C-STORE-STUDY30 | 30 |
52-
| CT | 1 | C-STORE-STUDY30 | 30 |
53-
| MG | 2 | C-STORE-STUDY10 | 10 |
54-
| US | 1 | C-STORE-STUDY10 | 10 |
51+
| MR | 1 | C-STORE-STUDY30 | 3 |
52+
| CT | 1 | C-STORE-STUDY30 | 3 |
53+
| MG | 2 | C-STORE-STUDY10 | 3 |
54+
| US | 1 | C-STORE-STUDY10 | 3 |
5555

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

6767
Examples:
6868
| modality | study_count | series_count | aet | timeout |
69-
| MR | 1 | 2 | C-STORE-SER30 | 30 |
70-
| CT | 1 | 2 | C-STORE-SER30 | 30 |
71-
| MG | 1 | 3 | C-STORE-SER10 | 10 |
72-
| US | 1 | 2 | C-STORE-SER10 | 10 |
69+
| MR | 1 | 2 | C-STORE-SER30 | 3 |
70+
| CT | 1 | 2 | C-STORE-SER30 | 3 |
71+
| MG | 1 | 3 | C-STORE-SER10 | 3 |
72+
| US | 1 | 2 | C-STORE-SER10 | 3 |
7373

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

0 commit comments

Comments
 (0)