Skip to content

Commit 0e3789e

Browse files
kalyazinroypat
authored andcommitted
docs(test): mention kvm as a requirement for integ tests
KVM being enabled on the host is a prerequisite for running most of the integration tests. Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent c922913 commit 0e3789e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ For help on usage, see `tools/devtool help`.
5252

5353
### Dependencies
5454

55-
- A bare-metal `Linux` host with `uname -r` >= 4.14.
55+
- A bare-metal `Linux` host with `uname -r` >= 4.14 and KVM enabled
56+
(`/dev/kvm` device node exists).
5657
- Docker.
5758

5859
## Rustacean Integration Tests

0 commit comments

Comments
 (0)