summaryrefslogtreecommitdiffstats
path: root/test/parser/data/yaboot-06/etc/yaboot.conf
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2012-03-18 22:19:49 -0700
committerGeoff Levand <geoff@infradead.org>2012-03-18 22:19:49 -0700
commit8bd85461621fb0ff18059305a6c1aecdbc18016c (patch)
treeef74fc1a811fc1c14797b0a2ab0735d37475e0dd /test/parser/data/yaboot-06/etc/yaboot.conf
parentd40cc2cc3f7c78a766c7ab26aa0cb73ae17534c0 (diff)
downloadtalos-petitboot-8bd85461621fb0ff18059305a6c1aecdbc18016c.tar.gz
talos-petitboot-8bd85461621fb0ff18059305a6c1aecdbc18016c.zip
Parser test cleanup
Major cleanup of parser tests. * Change test data directory layout to ease test automation. * Remove some unneeded files. * Re-write test wraper script, rename to run-parser-tests. * Rework for autotools. Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test/parser/data/yaboot-06/etc/yaboot.conf')
-rw-r--r--test/parser/data/yaboot-06/etc/yaboot.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/parser/data/yaboot-06/etc/yaboot.conf b/test/parser/data/yaboot-06/etc/yaboot.conf
new file mode 100644
index 0000000..57a2f0d
--- /dev/null
+++ b/test/parser/data/yaboot-06/etc/yaboot.conf
@@ -0,0 +1,25 @@
+# from openSUSE
+
+message=yaboot.txt
+
+image[32bit]=inst32
+ label=install
+ append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
+image[32bit]=inst32
+ label=slp
+ append="quiet sysrq=1 install=slp "
+image[32bit]=inst32
+ label=rescue
+ append="quiet sysrq=1 rescue=1 "
+
+
+image[64bit]=inst64
+ label=install
+ append="quiet sysrq=1 insmod=sym53c8xx insmod=ipr "
+image[64bit]=inst64
+ label=slp
+ append="quiet sysrq=1 install=slp "
+image[64bit]=inst64
+ label=rescue
+ append="quiet sysrq=1 rescue=1 "
+
OpenPOWER on IntegriCloud