# # \brief Test to affinity subspacing # \author Norman Feske # if {[have_spec platform_pbxa9] || (![have_spec nova] && ![have_spec foc])} { puts "Platform is unsupported." exit 0 } build "core init test/affinity" create_boot_directory install_config { } append qemu_args " -nographic -m 64 -smp 8,cores=8 " build_boot_image "core init test-affinity" run_genode_until {.*Detected 2x1 CPUs.*} 60 puts "Test succeeded"