Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(tests): use `! grep` instead of `grep -v` | Clement Delafargue | 2020-06-30 | 1 | -2/+2 |
| | | | | | | `grep -v` makes sure a file contains other lines than the one that matched. This is different from `! grep` which makes sure the file does not contain a line that matched. | ||||
* | tests: expectations on binary stub | Paul Bonaud | 2020-06-23 | 1 | -0/+27 |
| | |||||
* | add tests for scalability settings | Clement Delafargue | 2020-06-22 | 1 | -0/+37 |
They make sure that ansible does not crash while calling `clever scale` |