port smoke to go
This commit is contained in:
parent
b0a9d64f4a
commit
9ed44bfd75
20 changed files with 2118 additions and 1573 deletions
|
|
@ -40,9 +40,10 @@ make lint # gofmt + go vet + shellcheck
|
|||
The smoke suite (`make smoke`) builds coverage-instrumented binaries,
|
||||
installs them as a temporary systemd service, and runs end-to-end
|
||||
scenarios against real Firecracker. Requires a KVM-capable host and
|
||||
`sudo`. `make smoke-list` prints scenario names; `make smoke-one
|
||||
SCENARIO=<name>` runs just one. See the smoke comments in the
|
||||
`Makefile` for details.
|
||||
`sudo`. The suite lives under `internal/smoketest/` (build-tagged
|
||||
`smoke`); `make smoke-list` prints scenario names; `make smoke-one
|
||||
SCENARIO=<name>` runs just one (comma-separated for several). See
|
||||
the smoke comments in the `Makefile` for details.
|
||||
|
||||
## Pre-commit hook
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue