Update README.md

This commit is contained in:
Francesco Mazzoli
2023-10-23 15:22:07 +01:00
committed by GitHub Enterprise
parent 68083801b0
commit 12e3fce7a8

View File

@@ -136,6 +136,12 @@ If you have a small fix and want to push to `main`, run at least
In `go/eggstests`. This takes around 3 minutes, and will surface gross mistakes. Note that this does _not_ test the kernel module (CI does). In `go/eggstests`. This takes around 3 minutes, and will surface gross mistakes. Note that this does _not_ test the kernel module (CI does).
The equivalent for testing the kmod, from inside the kmod VM, is
```
% ./eggs/eggstests -kmod -binaries-dir eggs -filter mounted
```
TODO easy way to run kmod tests locally (just requires a bit of reworking of [ci.sh](kmod/ci.sh), plus pushing Ubuntu base image to artifactory). TODO easy way to run kmod tests locally (just requires a bit of reworking of [ci.sh](kmod/ci.sh), plus pushing Ubuntu base image to artifactory).
## Playing with a local EggsFS instance ## Playing with a local EggsFS instance