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: features/black_box/virus.feature
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
Feature: Alma wants to ensure that virus scanning in Archivematica works correctly to ensure transfers pass when they have no viruses, and transfers fail when they contain viruses.
3
3
4
4
Scenario: Virus checks for a transfer pass
5
-
Given a "standard" transfer type located in "SampleTransfers/DemoTransferCSV"
5
+
Given a "standard" transfer type located in "amauat-automated-acceptance-tests/standard-transfer/DemoTransferCSV"
6
6
When the transfer compliance is verified
7
7
Then the "Scan for viruses" job completes successfully
8
8
9
9
Scenario: Virus checks for a transfer fail
10
-
Given a "standard" transfer type located in "TestTransfers/virusTests"
10
+
Given a "standard" transfer type located in "amauat-automated-acceptance-tests/standard-transfer/virusTests"
11
11
When the transfer compliance is verified
12
12
Then the "Scan for viruses" job fails
13
13
And the "Failed transfer" microservice is executed
0 commit comments