summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-02-27 13:54:32 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-02-27 13:54:32 +0800
commitf94ca3311758854670d25ba4e7853d76c2113402 (patch)
tree8ea7d571a5c986bb93f11b03f6a8eec8e74cd057 /test/parser/Makefile.am
parent922756a3aefd8ba5c5675efd37df9f43938cf432 (diff)
downloadtalos-petitboot-f94ca3311758854670d25ba4e7853d76c2113402.tar.gz
talos-petitboot-f94ca3311758854670d25ba4e7853d76c2113402.zip
discover/pxe: pxe parser should only treat "::" paths as absolute
PXELinux treats all paths as relative, requiring a "::/path" syntax for truly absolute URLs. This change implements the same behaviour in petitboot, and updates the testcases to suit. 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 aeb16d8..62770d2 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -67,6 +67,8 @@ TESTS = \
test-pxe-non-url-pathprefix-with-conf \
test-pxe-pathprefix-discover \
test-pxe-pathprefix-discover-mac \
+ test-pxe-path-resolve-relative \
+ test-pxe-path-resolve-absolute \
test-unresolved-remove
$(TESTS): %: %.embedded-config.o
OpenPOWER on IntegriCloud