File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ will run tests in verbose mode.
11
11
You need some external resources in order to run the tests, as described below:
12
12
13
13
1 . A firecracker binary (tested with 0.10.1), but any recent version should
14
- work. Must either be installed as ` ./firecracker ` or the path must be
15
- specified through the ` FC_TEST_BIN ` environment variable.
16
- 2 . Access to hardware virtualization via ` /dev/kvm ` and ` /dev/vhost-vsock ` (ensure you have mode
17
- ` +rw ` !)
14
+ work. Must either be installed as ` ./testdata/ firecracker ` or the path must
15
+ be specified through the ` FC_TEST_BIN ` environment variable.
16
+ 2 . Access to hardware virtualization via ` /dev/kvm ` and ` /dev/vhost-vsock `
17
+ (ensure you have mode ` +rw ` !)
18
18
3 . An uncompressed Linux kernel binary that can boot in Firecracker VM (Must be
19
19
installed as ` ./testdata/vmlinux ` )
20
20
4 . A tap device owned by your userid (Must be either named ` fc-test-tap0 ` or
You can’t perform that action at this time.
0 commit comments