From: Simon Glass <simon.glass@canonical.com> The ontimeout keyword is exercised via the test fixtures but cannot be verified separately from the default keyword since both set the same cfg->default_label field. Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com> Signed-off-by: Simon Glass <simon.glass@canonical.com> --- test/boot/pxe.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/boot/pxe.c b/test/boot/pxe.c index e6d95d07d41..8c526e1ba59 100644 --- a/test/boot/pxe.c +++ b/test/boot/pxe.c @@ -5,6 +5,11 @@ * Copyright 2026 Canonical Ltd * * These tests verify the extlinux.conf parser APIs. + * + * Note: The 'ontimeout' keyword is tested via the test fixtures which include + * it. Since ontimeout is handled identically to 'default' (both set + * cfg->default_label), it cannot be distinguished after parsing. + * */ #include <dm.h> -- 2.43.0