debian-forge/test
Christian Kellner 457f21a336 objectstore: add HostTree class to access host fs
Simple new object that should expose the root file system with the
same API as `objectstore.Object` but as read-only. This means that
the `read` call works exactly as for `Object` but `write` raises
an exception.
Add tests to specifically check the read-only properties.
2020-03-07 17:13:21 +01:00
..
os-release test: add 2 more os-release tests 2020-02-29 12:35:19 +01:00
pipelines tests: move from dnf- to rpm-based pipelines 2020-03-03 00:05:26 +01:00
sources_tests/org.osbuild.files sources: add org.osbuild.files source 2020-02-06 19:01:12 +01:00
stages_tests tests: move from dnf- to rpm-based pipelines 2020-03-03 00:05:26 +01: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 tests/pipelines: embed all sources with their respective pipelines 2020-03-03 00:05:26 +01:00
test_assemblers.py tests/pipelines: embed all sources with their respective pipelines 2020-03-03 00:05:26 +01:00
test_boot.py tests/pipelines: embed all sources with their respective pipelines 2020-03-03 00:05:26 +01:00
test_objectstore.py objectstore: add HostTree class to access host fs 2020-03-07 17:13:21 +01:00
test_osbuild.py pipeline: pin the sources options in the pipeline object 2020-02-19 15:59:11 +01:00
test_osrelease.py pipeline: detect_os() -> describe_os() 2020-02-29 12:35:19 +01:00
test_sources.py sources: add org.osbuild.files source 2020-02-06 19:01:12 +01:00
test_stageinfo.py Add STAGE_DESC, STAGE_INFO, and STAGE_OPTS to stages 2019-11-13 21:47:03 +01:00
test_stages.py tests/pipelines: embed all sources with their respective pipelines 2020-03-03 00:05:26 +01:00