summaryrefslogtreecommitdiffstats
path: root/test/hdimage.config
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-11-11 17:07:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-12 10:02:59 +0100
commit55ce1e81081e99cab2b2786cc33e430eca6e374d (patch)
tree8e11f0ace66b14faf20b13af99600b50db4059d4 /test/hdimage.config
parent520c4f8bfc3cd3532346bb5c6e778533fc0077e5 (diff)
downloadgenimage-55ce1e81081e99cab2b2786cc33e430eca6e374d.tar.gz
genimage-55ce1e81081e99cab2b2786cc33e430eca6e374d.tar.xz
add basic test suite
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'test/hdimage.config')
-rw-r--r--test/hdimage.config36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/hdimage.config b/test/hdimage.config
new file mode 100644
index 0000000..386d42b
--- /dev/null
+++ b/test/hdimage.config
@@ -0,0 +1,36 @@
+image test.hdimage {
+ hdimage {
+ align = 1M
+ disk-signature = 0x12345678
+ }
+ partition part1 {
+ image = "part1.img"
+ size = 1M
+ partition-type = 0x83
+ }
+ partition part2 {
+ image = "part2.img"
+ size = 1M
+ partition-type = 0x83
+ }
+ partition part3 {
+ image = "part1.img"
+ size = 1M
+ partition-type = 0x83
+ }
+ partition part4 {
+ image = "part2.img"
+ size = 1M
+ partition-type = 0x83
+ }
+ partition part5 {
+ image = "part1.img"
+ size = 1M
+ partition-type = 0x83
+ }
+ partition part6 {
+ image = "part2.img"
+ size = 1M
+ partition-type = 0x83
+ }
+}