summaryrefslogtreecommitdiffstats
path: root/test/parser/103
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-03-25 12:36:01 +0000
committerJeremy Kerr <jk@ozlabs.org>2009-03-30 20:20:20 +1100
commit2444ff11876f6cdcccbf509bbc8fac9535bc56d4 (patch)
treec062d5d1b1432cdf59848171cef89b84ad7e17cc /test/parser/103
parent094d0fdd3a62dd8c5f5e79a856385466d93ddc3a (diff)
downloadtalos-petitboot-2444ff11876f6cdcccbf509bbc8fac9535bc56d4.tar.gz
talos-petitboot-2444ff11876f6cdcccbf509bbc8fac9535bc56d4.zip
Kboot parser URL test
Add a kboot parser test for network URLs. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/103')
-rw-r--r--test/parser/103/ps3da1/etc/kboot.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/parser/103/ps3da1/etc/kboot.conf b/test/parser/103/ps3da1/etc/kboot.conf
new file mode 100644
index 0000000..3f8f15c
--- /dev/null
+++ b/test/parser/103/ps3da1/etc/kboot.conf
@@ -0,0 +1,7 @@
+default=tftp_nfs_1080p
+timeout=120
+
+tftp='tftp://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p'
+nfs='nfs://192.168.0.5/fire/boot/vmlinux.strip root=/dev/nfs rw ip=dhcp video=1080p fbcon=rotate:3'
+http_nfs='http://192.168.0.5/ice/boot/vmlinux.strip nfs://192.168.0.5/ice/boot/initrd root=/dev/nfs'
+
OpenPOWER on IntegriCloud