debian-forge/test
David Rheinsberg e5ff287f5a util/linux: add explicit FS_IMMUTABLE_FL helpers
The FS_IOC_{GET,SET}FLAGS ioctl numbers are not stable across different
architectures. Most of them use the asm-generic versions, but ALPHA and
SPARC in particular use completely different IOC number setups (see the
definition of _IOC, _IOR, _IOW, etc. in the kernel).

This commit moves the helpers for `FS_IMMUTABLE_FL` into
`osbuild/util/` and adds explicit tests. This will make sure that we
catch any ioctl mismatches as soon as possible when we run the osbuild
test-suite on other architectures. Until then, we will have to live with
this mismatch.
2020-04-21 14:46:02 +02:00
..
os-release test: add 2 more os-release tests 2020-02-29 12:35:19 +01:00
pipelines test/pipelines: drop sources.json 2020-04-15 15:29:52 +02:00
sources_tests/org.osbuild.files sources: add org.osbuild.files source 2020-02-06 19:01:12 +01:00
stages_tests stage: add org.osbuild.first-boot 2020-04-15 16:07:34 +02:00
testing-rpms improve vagrant test and its documentation 2019-07-25 12:46:53 +02:00
.gitignore introduce testing script 2019-07-09 10:29:48 +02:00
__init__.py osbuild: add description() methods 2019-08-07 10:01:17 +02:00
osbuildtest.py test: avoid shadowing globals 2020-04-20 18:58:26 +02:00
test_assemblers.py test: avoid shadowing globals 2020-04-20 18:58:26 +02:00
test_boot.py test: fix minor pylint warnings 2020-04-20 18:58:26 +02:00
test_objectstore.py objectstore: extract remove_tree() 2020-04-21 14:46:02 +02:00
test_osbuild.py test: fix minor pylint warnings 2020-04-20 18:58:26 +02:00
test_osrelease.py test: fix minor pylint warnings 2020-04-20 18:58:26 +02:00
test_sources.py test: drop unused arguments 2020-04-20 18:58:26 +02:00
test_stageinfo.py test: make ast check pylint conforming 2020-04-20 18:58:26 +02:00
test_stages.py tests/pipelines: embed all sources with their respective pipelines 2020-03-03 00:05:26 +01:00
test_util_jsoncomm.py util: add JSON Communication module 2020-04-21 13:47:38 +02:00
test_util_linux.py util/linux: add explicit FS_IMMUTABLE_FL helpers 2020-04-21 14:46:02 +02:00
test_util_ostree.py test: fix minor pylint warnings 2020-04-20 18:58:26 +02:00
test_util_rmrf.py objectstore: extract remove_tree() 2020-04-21 14:46:02 +02:00
test_util_selinux.py test: fix minor pylint warnings 2020-04-20 18:58:26 +02:00