# # \brief Test of packet handling and signal scheduling # \author Emery Hemingway # \date 2018-07-03 # if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} { puts "Running fs_packet test in autopilot on Qemu is not recommended.\n" exit } # # Build # set build_components { app/sequence lib/vfs/jitterentropy server/vfs test/fs_packet } build $build_components create_boot_directory import_from_depot \ genodelabs/src/[base_src] \ genodelabs/src/init \ # # Generate config # append config { } install_config $config # # Boot modules # set boot_modules { sequence test-fs_packet vfs vfs.lib.so vfs_jitterentropy.lib.so } build_boot_image $boot_modules append qemu_args " -nographic" run_genode_until {child "short-test" exited with exit value 0} 60