debian-forge/test/run
Thomas Lavocat 8f08433804 mounts: accept more mount options
Before we could only ask OSBuild to mount a device as readonly. But
devices can have more mount options than this. Supporting more options
is necessary for the new version of image-info that is using OSBuild's
internals in order to mount the image it wants to work on. Otherwise,
for instance, some umasks aren't applied properly and we can get
differences in rpm-verify results, thus corrupting the DB.

Mount is now accepting:
* readonly
* uid
* gid
* umask
* shortname
2023-02-01 12:29:58 +01:00
..
__init__.py test: '{. -> ./run}/test_sources.py' 2020-04-24 15:50:44 +02:00
test_assemblers.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
test_boot.py test: explicit encodings for open() 2022-09-09 15:33:29 +02:00
test_devices.py test: explicit encodings for open() 2022-09-09 15:33:29 +02:00
test_executable.py test: fix executable test 2022-02-15 13:25:23 +00:00
test_mount.py mounts: accept more mount options 2023-02-01 12:29:58 +01:00
test_noop.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
test_sources.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
test_stages.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00