laurenw-arm | 4fcd69a | 2023-03-20 16:28:13 -0500 | [diff] [blame] | 1 | #!/usr/bin/env bash |
| 2 | # |
Manish V Badarkhe | 3896998 | 2024-01-29 19:56:01 +0000 | [diff] [blame] | 3 | # Copyright (c) 2023-2024, Arm Limited. All rights reserved. |
laurenw-arm | 4fcd69a | 2023-03-20 16:28:13 -0500 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: BSD-3-Clause |
| 6 | # |
| 7 | |
| 8 | generate_lava_job() { |
Manish V Badarkhe | 3896998 | 2024-01-29 19:56:01 +0000 | [diff] [blame] | 9 | uart="3" timeout="60" port="5001" file="crash_passed_test.exp" set_primary="1" \ |
laurenw-arm | 4fcd69a | 2023-03-20 16:28:13 -0500 | [diff] [blame] | 10 | track_expect |
Manish V Badarkhe | 3896998 | 2024-01-29 19:56:01 +0000 | [diff] [blame] | 11 | uart="2" port="5000" file="hold_uart.exp" track_expect |
laurenw-arm | 4fcd69a | 2023-03-20 16:28:13 -0500 | [diff] [blame] | 12 | } |