aboutsummaryrefslogtreecommitdiffstats
path: root/syz-manager/example.cfg
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-04 10:45:42 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-04 10:45:42 +0200
commit7caa2a9eda033580cc7ef9f2de98e8e1bac6d47f (patch)
treee30e0bff997a383ca7f20c998faf9a2051a19451 /syz-manager/example.cfg
parentb512286f25c7e23f9ac911f6ae864d6736c91a92 (diff)
syz-manager/config: add test for example config parsing
This will ensure that the provided example config is up-to-date.
Diffstat (limited to 'syz-manager/example.cfg')
-rw-r--r--syz-manager/example.cfg23
1 files changed, 0 insertions, 23 deletions
diff --git a/syz-manager/example.cfg b/syz-manager/example.cfg
deleted file mode 100644
index c5142856f..000000000
--- a/syz-manager/example.cfg
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "http": "myhost.com:56741",
- "workdir": "/syzkaller/workdir",
- "kernel": "/linux/arch/x86/boot/bzImage",
- "initrd": "linux/initrd",
- "vmlinux": "/linux/vmlinux",
- "image": "/linux_image/wheezy.img",
- "sshkey": "/linux_image/ssh/id_rsa",
- "syzkaller": "/syzkaller",
- "type": "qemu",
- "count": 16,
- "procs": 4,
- "cpu": 2,
- "mem": 2048,
- "disable_syscalls": [
- "keyctl",
- "add_key",
- "request_key"
- ],
- "suppressions": [
- "some known bug"
- ]
-}