Add Integration Tests #53
Labels
Container
Issues or pull requests relevant for Team 2: Container Infra and Tooling
good first issue
Good for newcomers
needs refinement
User stories that need to be refined for further progress
Uh oh!
There was an error while loading. Please reload this page.
/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 pipefail
to be sure that no errors are overlooked.The text was updated successfully, but these errors were encountered: