Tomás González | 5c6cf1b | 2024-11-07 12:31:18 +0000 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
| 3 | # Copyright (c) 2024, Arm Limited. All rights reserved. |
| 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | generate_lava_job() { |
| 9 | local model="base-aemv8a" |
| 10 | |
| 11 | uart="0" file="tfa-next.exp" track_expect |
| 12 | # Track the rest of the UARTs to aid in debugging. |
| 13 | uart="1" file="hold_uart.exp" track_expect |
| 14 | uart="2" file="hold_uart.exp" track_expect |
| 15 | uart="3" file="hold_uart.exp" track_expect |
| 16 | |
| 17 | model="$model" gen_model_params |
| 18 | |
| 19 | model="$model" gen_fvp_yaml |
| 20 | } |