Hi,
Taking the current master branch head (0f6e89e3) I find my health checks that use u-boot tftboot support are now failing with the following: start: 2.2 bootloader-overlay (timeout 00:05:00) [common] Traceback (most recent call last): File "/usr/lib/python3/dist-packages/lava_dispatcher/action.py", line 245, in run_actions new_connection = action.run(connection, action_max_end_time) File "/usr/lib/python3/dist-packages/lava_dispatcher/actions/boot/__init__.py", line 454, in run tee_addr = self.job.device["parameters"][self.bootcommand]["tee"] KeyError: 'tee'
Example job: https://lava.genivi.org/scheduler/job/1160
I've not combed through the code in detail but it looks like it is related to the recent tee merge: https://git.lavasoftware.org/lava/lava/-/commit/f18ca091e61da31159cd72a00303...
That appeared to introduce an optional feature which my jobs do not make use. Am I missing something?
Regards
Steve