assert_spec x86 if {[have_spec linux]} { puts "The [run_name] scenario requires QEMU networking." exit 1 } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/init \ [depot_user]/src/libc \ [depot_user]/src/libcrypto \ [depot_user]/src/libssl \ [depot_user]/src/posix \ [depot_user]/src/rtc_drv \ [depot_user]/src/vfs_jitterentropy \ [depot_user]/src/vfs_lxip \ [depot_user]/src/vfs build { app/drill } install_config { } build_boot_image { drill } append qemu_args " -nographic -net nic,model=e1000 -net user -net dump,file=[run_dir]/dump.pcap" run_genode_until {child "drill" exited with exit value 0.*\n} 120