source ${genode_dir}/repos/os/run/assert_nic.inc proc test_timeout { } { if {[have_spec sel4] && [have_board pc]} { return 60 } return 30 } proc dst_ip { } { if {[expr ![have_include power_on/qemu]]} { return "10.0.0.2" } else { return "10.0.2.2" } } build { server/nic_uplink app/ping } create_boot_directory import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_nic_pkg] \ [depot_user]/src/init append config { } install_config $config build_boot_image [build_artifacts] append qemu_args " -nographic " append_qemu_nic_args run_genode_until "child \"ping_.\" exited with exit value 0.*child \"ping_.\" exited with exit value 0.*\n" [test_timeout]