]> git.ozlabs.org Git - petitboot/commit
test/parser: Add new test cases to pxe parser
authorNeelesh Gupta <neelegup@linux.vnet.ibm.com>
Mon, 28 Oct 2013 07:16:12 +0000 (12:46 +0530)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 6 Nov 2013 08:34:26 +0000 (16:34 +0800)
commit6b0d0a38421c6ff044d005042d7309cbf36aface
treec9977eb272b3407f3954178770470ed5b16df3e8
parentcc28b17bb59411e6031a8273b784e9d1d3a9490d
test/parser: Add new test cases to pxe parser

Adding new cases to the pxe parser code of having conffile file without
complete URL and determining conffile names using mac and ip addresses
passed from the udhcpc.

Signed-off-by: Neelesh Gupta <neelegup@linux.vnet.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
test/parser/Makefile.am
test/parser/test-pxe-ip-without-conf.c [new file with mode: 0644]
test/parser/test-pxe-mac-without-conf.c [new file with mode: 0644]
test/parser/test-pxe-non-url-conf.c [new file with mode: 0644]