Files
test/framework/runner
Andrew Vaillancourt 0cbd27ec25 Fix log summary to include the full log dir path
Previously, the log path displayed only the base directory (e.g.,
'/home/<user>/AUTOMATION_LOGS'). Now, it shows the full path, including
dynamically derived details such as the lab name and timestamp
(e.g., '/home/<user>/AUTOMATION_LOGS/<dynamic_lab_name>/<timestamp>').

The lab name is extracted from the configuration file
(config/lab/files/default.json5), ensuring the log paths reflect the
specific lab and execution context.

Change-Id: I3aa0ed8431b3a94bb8c36b90bdad5aab336add7f
Signed-off-by: Andrew Vaillancourt <andrew.vaillancourt@windriver.com>
2025-01-09 16:04:20 -05:00
..