-
Notifications
You must be signed in to change notification settings - Fork 1
Add Integration Tests #53
Copy link
Copy link
Open
Labels
ContainerIssues or pull requests relevant for Team 2: Container Infra and ToolingIssues or pull requests relevant for Team 2: Container Infra and Toolinggood first issueGood for newcomersGood for newcomersneeds refinementUser stories that need to be refined for further progressUser stories that need to be refined for further progress
Metadata
Metadata
Assignees
Labels
ContainerIssues or pull requests relevant for Team 2: Container Infra and ToolingIssues or pull requests relevant for Team 2: Container Infra and Toolinggood first issueGood for newcomersGood for newcomersneeds refinementUser stories that need to be refined for further progressUser stories that need to be refined for further progress
Type
Projects
Status
Backlog
/kind feature
Describe the solution you'd like
As a user of
csmctl, I want to be sure that the command-line tool works as expected.New features should not accidentally break existing features.
I would like to have a test which checks:
Anything else you would like to add:
Since csmctl is a command-line tool, we could write this test as a bash script. If we do so, we should use
set -euxo pipefailto be sure that no errors are overlooked.