[Concept,11/16] test: pxe: Add a note about ontimeout keyword testing

Message ID 20260109015323.3411528-12-sjg@u-boot.org
State New
Headers
Series test: pxe: Add some decent tests for the PXE/extlinux parser |

Commit Message

Simon Glass Jan. 9, 2026, 1:53 a.m. UTC
  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(+)
  

Patch

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>