summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2019-11-04 14:58:01 +0800
committerJeremy Kerr <jk@ozlabs.org>2019-11-29 13:54:10 +0800
commit1580c6557d4e703348edb0dda83814f8972e9f3d (patch)
treee4e47b215814831e3eefd409388c47131ac665d4 /test/parser/Makefile.am
parent76e97c5d9dab40236a589cd96a69967d3ef17cab (diff)
downloadtalos-petitboot-1580c6557d4e703348edb0dda83814f8972e9f3d.tar.gz
talos-petitboot-1580c6557d4e703348edb0dda83814f8972e9f3d.zip
discover/grub2: Add support for UUID and label for 'search' command
This change adds support for searching by UUID and filesystem label. We still fall back to passthrough if the UUID is not found, but we now resolve to device ID strings. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index df9c539..f5985d6 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -30,6 +30,8 @@ parser_TESTS = \
test/parser/test-grub2-single-line-if \
test/parser/test-grub2-pos-param \
test/parser/test-grub2-search-args \
+ test/parser/test-grub2-search-uuid \
+ test/parser/test-grub2-search-label \
test/parser/test-grub2-load-env \
test/parser/test-grub2-save-env \
test/parser/test-grub2-save-env-dash-f \
OpenPOWER on IntegriCloud