# # \brief VFS stress test # \author Emery Hemingway # \date 2015-08-30 # build "core init drivers/timer test/vfs_stress" create_boot_directory install_config { } build_boot_image "core init ld.lib.so timer vfs_stress" append qemu_args "-nographic -smp cpus=6" run_genode_until ".*child \"vfs_stress\" exited with exit value 0.*" 600