mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
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 <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
parent
964b979131
commit
837004fa26
@ -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,
|
||||
)
|
||||
|
@ -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,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user