summaryrefslogtreecommitdiffstats
path: root/test/parser/005
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/005
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/005')
-rw-r--r--test/parser/005/expected-output14
-rw-r--r--test/parser/005/ps3da1/etc/kboot.conf6
2 files changed, 0 insertions, 20 deletions
diff --git a/test/parser/005/expected-output b/test/parser/005/expected-output
deleted file mode 100644
index bfaccc8..0000000
--- a/test/parser/005/expected-output
+++ /dev/null
@@ -1,14 +0,0 @@
-[dev 0] id: /dev/ps3da1
-[dev 0] name: (null)
-[dev 0] description: (null)
-[dev 0] boot_image: /usr/share/petitboot/artwork/hdd.png
-[opt 0] name: test_uuid
-[opt 0] description: UUID=meep:/vmlinux
-[opt 0] boot_image: devices/parser-tests/005/disk/by-uuid/meep/vmlinux
-[opt 0] initrd: (null)
-[opt 0] boot_args: (null)
-[opt 1] name: test_label
-[opt 1] description: LABEL=meep:/vmlinux
-[opt 1] boot_image: devices/parser-tests/005/disk/by-label/meep/vmlinux
-[opt 1] initrd: (null)
-[opt 1] boot_args: (null)
diff --git a/test/parser/005/ps3da1/etc/kboot.conf b/test/parser/005/ps3da1/etc/kboot.conf
deleted file mode 100644
index 72b7db8..0000000
--- a/test/parser/005/ps3da1/etc/kboot.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-
-# test for LABEL= and UUID= lookups
-
-test_uuid='UUID=meep:/vmlinux'
-test_label='LABEL=meep:/vmlinux'
-
OpenPOWER on IntegriCloud