blob: 4301479b3e7d54069a53df29c9837f62ce443ef4 [file] [log] [blame]
Leonardo Sandoval9dfdd1b2020-08-06 17:08:11 -05001#!/usr/bin/env bash
Fathi Boudra422bf772019-12-02 11:10:16 +02002#
Chris Kay4e8aaf12022-09-01 15:21:55 +01003# Copyright (c) 2019-2022, Arm Limited. All rights reserved.
Fathi Boudra422bf772019-12-02 11:10:16 +02004#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7
Chris Kay4e8aaf12022-09-01 15:21:55 +01008generate_lava_job_template() {
Fathi Boudra422bf772019-12-02 11:10:16 +02009 # Hold UART0 but expect fault messages in UART1
10 uart="0" file="hold_uart.exp" track_expect
11 uart="1" set_primary="1" file="tftf_fault.exp" track_expect
Leonardo Sandoval42e60502020-10-21 17:16:41 -050012
13 payload_type="tftf" gen_fvp_yaml_template
Fathi Boudra422bf772019-12-02 11:10:16 +020014}