From 837004fa26287d78a179ffc75583424713b3a2ae Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 2 Sep 2024 13:32:17 +0100 Subject: [PATCH] ci/lava: Rename lava_boot section 'LAVA boot' is less meaningful to normal people than explaining that we're booting the hardware device under test. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/lava/lava_job_submitter.py | 4 ++-- .gitlab-ci/tests/utils/test_lava_log.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci/lava/lava_job_submitter.py b/.gitlab-ci/lava/lava_job_submitter.py index e36707efaf9..4ffd7189eba 100755 --- a/.gitlab-ci/lava/lava_job_submitter.py +++ b/.gitlab-ci/lava/lava_job_submitter.py @@ -256,8 +256,8 @@ def wait_for_job_get_started(job, attempt_no): def bootstrap_log_follower() -> LogFollower: gl = GitlabSection( - id="lava_boot", - header="LAVA boot", + id="dut_boot", + header="Booting hardware device", type=LogSectionType.LAVA_BOOT, start_collapsed=True, ) diff --git a/.gitlab-ci/tests/utils/test_lava_log.py b/.gitlab-ci/tests/utils/test_lava_log.py index 18a0af4e046..e42a9bef692 100644 --- a/.gitlab-ci/tests/utils/test_lava_log.py +++ b/.gitlab-ci/tests/utils/test_lava_log.py @@ -387,8 +387,8 @@ A618_NETWORK_ISSUE_SCENARIOS = { ) def test_detect_failure(messages, expectation): boot_section = GitlabSection( - id="lava_boot", - header="LAVA boot", + id="dut_boot", + header="Booting hardware device", type=LogSectionType.LAVA_BOOT, start_collapsed=True, )