# # Let a Genode in Qemu ping the host Linux through a Wireguard tunnel. # source ${genode_dir}/repos/dde_linux/run/wg_qemu_tap_preamble.inc create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/init \ [depot_user]/src/nic_router install_config { } build { app/wireguard app/ping } build_boot_image [build_artifacts] append wait_for_string "64 bytes from 10.0.9.1.*" append wait_for_string "64 bytes from 10.0.9.1.*" append wait_for_string "64 bytes from 10.0.9.1.*\n" run_genode_until $wait_for_string 60