aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-scalability.yml
Commit message (Collapse)AuthorAgeFilesLines
* fix(tests): use `! grep` instead of `grep -v`Clement Delafargue2020-06-301-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 stubPaul Bonaud2020-06-231-0/+27
|
* add tests for scalability settingsClement Delafargue2020-06-221-0/+37
They make sure that ansible does not crash while calling `clever scale`