-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: Unify namespaces and move their deletion to hooks
Namespace deletion should not be part of a Scenario because if any preceding Step fails, the deletion will not be carried out. Move this action to Scenario After hooks. Note: namespace creation cannot be moved to Before hooks because Background is only run after them. So the cluster may not be up yet. Unify: I changed all namespaces to 'testproj' for simplicity. Different project names (now namespaces) were only used to avoid errors in case deletion failed.
- Loading branch information
Showing
3 changed files
with
23 additions
and
20 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
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