-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22ca1b1
commit abb5d6b
Showing
4 changed files
with
56 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Feature: ADES features including the provisioning of an ADES deployment to a venue | ||
|
||
Scenario: Deploy an ADES | ||
|
||
Scenario: Undeploy an ADES | ||
|
||
Scenario: Deploy an ADES with required ancillary (large) data populated |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Feature: Science Processing Service | ||
|
||
Scenario: Request an Aglorithm Deployment | ||
|
||
Scenario: Undeploy an Algorithm deployment | ||
|
||
Scenario: Get the inputs for a given Algorithm deployment | ||
|
||
Scenario: Request Processing from an Algorithm deployment | ||
|
||
Scenario: Get the result of a process request |
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