From f66b0807cace1cfda192810861ba6309bf6fa9fe Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 22 Jan 2014 07:53:46 +0800 Subject: 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 --- test/parser/test-pxe-mac-without-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/parser/test-pxe-mac-without-conf.c') 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"); -- cgit v1.2.1