# # \brief Test for supplying Linux-specific PD-session arguments to core # \author Norman Feske # \date 2012-11-21 # build "core init test/printf" assert_spec linux create_boot_directory install_config { } build_boot_image "core init test-printf" # # The chroot to '/tmp/somewhere' is expected to fail. We just want to validate # that the PD-session arguments are properly propagated into core. Hence, we # can take the error message as exit condition of the test run. # run_genode_until {chroot path does not point to valid directory} 10 # keep only the lines containing the relevant core output grep_output {^ .*:} compare_output_to { uid: 11 root: /tmp/somewhere uid: 11 gid: 44 }