summaryrefslogtreecommitdiffstats
path: root/test/parser/test-pxe-mac-without-conf.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2014-01-22 07:53:46 +0800
committerJeremy Kerr <jk@ozlabs.org>2014-01-22 10:21:31 +0800
commitf66b0807cace1cfda192810861ba6309bf6fa9fe (patch)
treedacaedf37a5dc0fb4fd7dc1077a55dbee44fc82c /test/parser/test-pxe-mac-without-conf.c
parent2ad0e66f61e8f8488cff208f8bb7f5127ec9f813 (diff)
downloadtalos-petitboot-f66b0807cace1cfda192810861ba6309bf6fa9fe.tar.gz
talos-petitboot-f66b0807cace1cfda192810861ba6309bf6fa9fe.zip
discover: Use lowercase hex chars for MAC-address-based conf requests
The de-facto PXELINUX standard specifies lowercase characters for the MAC addresses, so change our reuqests to suit. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/test-pxe-mac-without-conf.c')
-rw-r--r--test/parser/test-pxe-mac-without-conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/test-pxe-mac-without-conf.c b/test/parser/test-pxe-mac-without-conf.c
index 8c0b561..e42e374 100644
--- a/test/parser/test-pxe-mac-without-conf.c
+++ b/test/parser/test-pxe-mac-without-conf.c
@@ -16,7 +16,7 @@ void run_test(struct parser_test *test)
struct discover_context *ctx;
test_read_conf_embedded_url(test,
- "tftp://host/dir/01-12-34-56-78-9A-BC");
+ "tftp://host/dir/01-12-34-56-78-9a-bc");
test_set_event_source(test);
test_set_event_param(test->ctx->event, "bootfile", "dir/pxe");
OpenPOWER on IntegriCloud