-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test DSpace transfer workflow with multiple exports
This converts the DSpace transfer scenario into a scenario outline to test DSpace transfers with individual and multiple exports.
- Loading branch information
1 parent
2388fce
commit 4bd7f46
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,8 @@ Background: The storage service is configured with a transfer source that can se | |
And the "Parse Dataverse METS XML" job completes successfully | ||
And the METS file contains a dmdSec with DDI metadata | ||
|
||
Scenario: Generate an AIP using a Dspace transfer workflow | ||
Given a "dspace" transfer type located in "SampleTransfers/DSpaceExport/[email protected]" | ||
Scenario Outline: Generate an AIP using a Dspace transfer workflow | ||
Given a "dspace" transfer type located in "<sample_transfer_path>" | ||
When the AIP is downloaded | ||
Then the "Identify DSpace mets files" job completes successfully | ||
And the "Identify DSpace text files" job completes successfully | ||
|
@@ -54,6 +54,11 @@ Background: The storage service is configured with a transfer source that can se | |
And there is a DSpace-specific rights metadata section for each object | ||
And the entries in the file section of the METS are sorted by file group | ||
|
||
Examples: sample transfers | ||
| sample_transfer_path | | ||
| SampleTransfers/DSpaceExport/ITEM@2429-2700.zip | | ||
| SampleTransfers/DSpaceExport | | ||
|
||
Scenario: Generate an AIP using a Zipped directory transfer workflow | ||
Given a "zipfile" transfer type located in "SampleTransfers/ZippedDirectoryTransfers/DemoTransferCSV.zip" | ||
When the transfer is approved | ||
|