diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-08-06 16:23:23 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-07 09:36:26 +0000 |
| commit | c19ce525d8b8bbb454fd60909a14eb7f587eb08e (patch) | |
| tree | 3ab53c26578796591e3501ba9bf696ec3e64d679 /docs/syscall_descriptions.md | |
| parent | 4d88889b46687165513a0250264994a89416f3c9 (diff) | |
docs: update information about syz-runtest
This is no longer a standalone tool, but rather a syz-manager mode.
Closes #4970.
Diffstat (limited to 'docs/syscall_descriptions.md')
| -rw-r--r-- | docs/syscall_descriptions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index fa1f41fbb..911232f08 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -280,13 +280,13 @@ It's always good to add a test at least for "the main successful scenario" for t It will ensure that the descriptions are actually correct and that it's possible for the fuzzer to come up with the successful scenario. See [io_uring test](/sys/linux/test/io_uring) as a good example. -The tests can be run with the `syz-runtest` utility as: +The tests can be run with the `run-tests` functionality of `syz-manager`: ``` -make runtest && bin/syz-runtest -config manager.config +make && bin/syz-manager -config manager.config -mode run-tests ``` -`syz-runtest` boots multiple VMs and runs these tests in different execution modes inside of the VMs. +It will boot multiple VMs and runs these tests in different execution modes inside of the VMs. -However, full `syz-runtest` run takes time, so while developing the test, it's more handy to run it +However, the full run takes significant time, so while developing the test, it's more handy to run it using the `syz-execprog` utility. To run the test, copy `syz-execprog`, `syz-executor` and the test into a manually booted VM and then run the following command inside of the VM: ``` |
