From 7caa2a9eda033580cc7ef9f2de98e8e1bac6d47f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 4 Jun 2017 10:45:42 +0200 Subject: syz-manager/config: add test for example config parsing This will ensure that the provided example config is up-to-date. --- syz-manager/example.cfg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 syz-manager/example.cfg (limited to 'syz-manager/example.cfg') 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" - ] -} -- cgit mrf-deployment