-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kola: Replace run-ext-bin with
kola run -E/--exttest
As I tried to port the ostree tests, I hit various issues with the `run-ext-bin` model; for example, `kola run` already supports `--parallel` and cleanly separates tests into output directories etc. This reworks things so that one can do e.g.: `cosa kola run -- --parallel 4 --output-dir tmp/kola -E ~/src/github/ostreedev/ostree/tests/installed/nondestructive/ 'ext.nondestructive.*'` to run the ostree test suite. Or of course, run *both* the ostree exttests plus builtin tests `basic` or whatever. And another thing I'd like to do soon is teach cosa how to automatically add `src/config/tests` so that one can seamlessly e.g. add a change to the manifest and also add a test for it as one atomic commit. There's still a lot more to do here; among other things ostree cleanly separates destructive/nondestructive tests and having each test run as a new VM is a hit. But this is a good start I think.
- Loading branch information
Showing
5 changed files
with
211 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.