[rtems-tools commit] tester/zynqmp: Simpify the reasons to reset

Chris Johns chrisj at rtems.org
Thu Sep 9 08:32:25 UTC 2021


Module:    rtems-tools
Branch:    master
Commit:    40a7058bd4d7681ca6be7a14f09a1275ea4fbde4
Changeset: http://git.rtems.org/rtems-tools/commit/?id=40a7058bd4d7681ca6be7a14f09a1275ea4fbde4

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Sep  7 14:37:22 2021 +1000

tester/zynqmp: Simpify the reasons to reset

- Only reset if the bootloader error is hardware related.

---

 tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini | 3 ++-
 tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini  | 2 +-
 2 files changed, 3 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..8c1c839 100644
--- a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
+++ b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32_zu3eg.ini
@@ -36,6 +36,7 @@ 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.*
+test_restarts      = 3
+target_reset_regex = ^No ethernet found.*|^.*: No link\..*
 target_start_regex = ^.*Xilinx Zynq MP First Stage Boot Loader.*
 requires           = target_on_command, target_off_command, target_reset_command, bsp_tty_dev
diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini
index dff7d86..663e5de 100644
--- a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini
+++ b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64_zu3eg.ini
@@ -37,6 +37,6 @@ arch               = aarch64
 tester             = %{_rtscripts}/tftp.cfg
 jobs               = 1
 test_restarts      = 3
-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.*|^.*: No link\..*
 target_start_regex = ^.*Xilinx Zynq MP First Stage Boot Loader.*
 requires           = target_on_command, target_off_command, target_reset_command, bsp_tty_dev



More information about the vc mailing list