[PATCH] tester/zynqmp: Simpify the reasons to reset
Chris Johns
chrisj at rtems.org
Wed Sep 8 21:56:28 UTC 2021
On 8/9/21 11:09 pm, Kinsey Moore wrote:
> Comment below.
>
> On 9/6/2021 23:38, chrisj at rtems.org wrote:
>> From: Chris Johns <chrisj at rtems.org>
>>
>> - Only reset if the bootloader error is hardware related.
>> ---
>> tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini | 2 +-
>> tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
>> b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
>> index 5fd2039..8fd2aae 100644
>> --- a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
>> +++ b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
>> @@ -36,6 +36,6 @@ bsp = xilinx_zynqmp_ilp32_zu3eg
>> arch = aarch64
>> tester = %{_rtscripts}/tftp.cfg
>> jobs = 1
>> -target_reset_regex = ^No ethernet found.*|^BOOTP broadcast 6.*|^.+complete\.+
>> TIMEOUT.*|^.*Retry count exceeded.*|^.*: No link\..*|^.*TFTP server died;
>> starting again.*
>> +target_reset_regex = ^No ethernet found.*|^.+complete\.+ TIMEOUT.*|^.*: No
>> link\..*
> Is there a reason this is different from the LP64 restart regex below?
No, they should be the same. I will make them the same.
Thanks
Chris
More information about the devel
mailing list