From 194af03fe96713e4e3e83d25c99f3816b5a2a20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Wed, 31 May 2023 11:08:10 +0200 Subject: [PATCH] autopilot.list: replace cbe with tresor tester Issue #4819. --- repos/gems/run/tresor_tester.run | 8 +++++++- tool/autopilot.list | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/repos/gems/run/tresor_tester.run b/repos/gems/run/tresor_tester.run index cb2e41e1b9..1bb092082c 100644 --- a/repos/gems/run/tresor_tester.run +++ b/repos/gems/run/tresor_tester.run @@ -1,3 +1,9 @@ +# riscv lacks jitterentropy support currently +if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} { + puts "Autopilot mode is not supported on this platform." + exit 0 +} + set dd [installed_command dd] proc tresor_image_name { } { @@ -1064,7 +1070,7 @@ append_if [have_board linux] boot_modules [tresor_image_name] build_boot_image $boot_modules -append qemu_args " -nographic -m 512 " +append qemu_args " -nographic " run_genode_until "child \"test\" exited with exit value.*\n" 500 diff --git a/tool/autopilot.list b/tool/autopilot.list index 051dc6be15..ee2533b175 100644 --- a/tool/autopilot.list +++ b/tool/autopilot.list @@ -1,6 +1,5 @@ aes_cbc_4k bomb -cbe_tester cpu_balancer cpu_bench cpu_quota @@ -73,6 +72,7 @@ timeout timeout_smp timer_accuracy tool_chain_auto +tresor_tester tz_vmm usb_block usb_hid_raw