From dbb82339bdd3352cd44383a393cf45fa32ec5aa6 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 21 Dec 2023 21:13:16 +0000 Subject: [PATCH] tftpboot test: fail if reserved-memory node is wrong --- tests/tftpboot/script.expect | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tftpboot/script.expect b/tests/tftpboot/script.expect index 7967885..31c2fcf 100644 --- a/tests/tftpboot/script.expect +++ b/tests/tftpboot/script.expect @@ -15,6 +15,7 @@ close $fh expect { "s6-linux-init" { exit 0 } + "Reserved memory: unsupported node format, ignoring" { exit 1 } timeout { exit 1 } }