From 6213f45a5fef96f94cba615830c1f0342a9ddecf Mon Sep 17 00:00:00 2001 From: Daniel Hilst <392820+dhilst@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:50:46 -0300 Subject: [PATCH] style(xcat-core): the payload test header counts released defects The header of genesis_payload_verification.t said the fixtures reproduce "the three holes the released legacy Genesis image shipped with", while verify-genesis-payload's own header counted four. A count of past incidents is not what the fixtures are; each leaves out one thing the image needs. The wording now matches release/2.19-rc1, which carries the same file. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com> --- xCAT-test/unit/genesis_payload_verification.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-test/unit/genesis_payload_verification.t b/xCAT-test/unit/genesis_payload_verification.t index cc3785bb1..6a9fef2d9 100644 --- a/xCAT-test/unit/genesis_payload_verification.t +++ b/xCAT-test/unit/genesis_payload_verification.t @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Drive verify-genesis-payload against payload trees that reproduce the three holes the -# released legacy Genesis image shipped with. +# Drive verify-genesis-payload against payload trees that each leave out one thing the image +# needs. use strict; use warnings;