debian-forge/stages/test
Michael Vogt 4884dc882d stages(ostree.post-copy): add stage unit test and comment
This commit adds a small stage unit test and most importantly
a comemnt why `devices` is part of the schema (but appears unused).

The reason "devices" is explained by Alex Larsson:
"""
The mounts don't work without devices that have the filesystems.
In sample-images for example, this is typically used like so:
```
type: org.osbuild.ostree.post-copy
devices:
  root:
    type: org.osbuild.loopback
    options:
      filename: disk.img
mounts:
- name: root
  type: org.osbuild.ext4
  source: root
  target: /
```
"""
2023-11-27 13:39:20 +01:00
..
test_kickstart.py stages(ostree.post-copy): add stage unit test and comment 2023-11-27 13:39:20 +01:00
test_ostree_post_copy.py stages(ostree.post-copy): add stage unit test and comment 2023-11-27 13:39:20 +01:00