• Lénaïc Huard's avatar
    Assert pre and post conditions of all commands in test-cmd.sh · c23046dc
    Lénaïc Huard authored
    `hack/test-cmd.sh` contains a list of `kubectl` commands to test.
    However, the effect of the execution of those commands was not systematically
    checked. As a consequence, it was possible to break a command without breaking
    those tests.
    
    This commit surrounds every single `kubectl` command with assertions on
    pre and post condition.
    c23046dc
test-cmd.sh 21.6 KB