7341542f2c
Add a range of unit-testing for configuration parsing, graph generation and mount-point generation. Unfortunately there's some global variable hacks, and some stubs, but it's a start. Change-Id: I9e4f950c2c2ea656fc0c1a14594059fb4c62fa35
29 lines
459 B
YAML
29 lines
459 B
YAML
- local_loop:
|
|
base: image0
|
|
name: image0
|
|
|
|
- partitioning:
|
|
base: image0
|
|
name: mbr
|
|
label: mbr
|
|
partitions:
|
|
- flags: [boot, primary]
|
|
name: root
|
|
base: image0
|
|
size: 100%
|
|
|
|
- mount:
|
|
base: mkfs_root
|
|
name: mount_mkfs_root
|
|
mount_point: /
|
|
|
|
- fstab:
|
|
base: mount_mkfs_root
|
|
name: fstab_mount_mkfs_root
|
|
fsck-passno: 1
|
|
options: defaults
|
|
|
|
- mkfs:
|
|
base: root
|
|
name: mkfs_root
|
|
type: ext4 |