summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorNeelesh Gupta <neelegup@linux.vnet.ibm.com>2013-10-28 12:46:12 +0530
committerJeremy Kerr <jk@ozlabs.org>2013-11-06 16:34:26 +0800
commit6b0d0a38421c6ff044d005042d7309cbf36aface (patch)
treec9977eb272b3407f3954178770470ed5b16df3e8 /test/parser/Makefile.am
parentcc28b17bb59411e6031a8273b784e9d1d3a9490d (diff)
downloadtalos-petitboot-6b0d0a38421c6ff044d005042d7309cbf36aface.tar.gz
talos-petitboot-6b0d0a38421c6ff044d005042d7309cbf36aface.zip
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>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index 32f204d..c02fd91 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -51,7 +51,10 @@ TESTS = \
test-yaboot-rh8-ppc64 \
test-pxe-empty \
test-pxe-single \
- test-pxe-initrd-in-append
+ test-pxe-initrd-in-append \
+ test-pxe-mac-without-conf \
+ test-pxe-ip-without-conf \
+ test-pxe-non-url-conf
$(TESTS): %: %.embedded-config.o
$(TESTS): LDADD += $@.embedded-config.o
OpenPOWER on IntegriCloud