This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ram Reddy Amanaganti <[email protected]>
- Loading branch information
Showing
4 changed files
with
14 additions
and
14 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Feature: Manage deployments | ||
|
||
Scenario: Try retrieve a deployment that does not exist | ||
Given A deployment called fog does not exist | ||
When The user attempts to retrieve the deployment fog | ||
Then None is returned for the deployment | ||
Given a deployment called fog does not exist | ||
When the user attempts to retrieve the deployment fog | ||
Then None is returned instead of the deployment | ||
|
||
|
||
Scenario: Create a deployment and wait for it to become ready | ||
Given A deployment called whilrwind does not exist | ||
When The deployment called whilrwind is created | ||
Given a deployment called whilrwind does not exist | ||
When the deployment called whilrwind is created | ||
Then a valid deployment called whilrwind can be found | ||
|
||
Scenario: Retrieve a deployment that exists | ||
Given The deployment called fire exists | ||
When The user attempts to retrieve the deployment fire | ||
Given the deployment called fire exists | ||
When the user attempts to retrieve the deployment fire | ||
Then Results for the deployment fire are returned |
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
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