]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: dev: Use lists of expected artifacts in system tests
authorNicki Křížek <nicki@isc.org>
Fri, 8 Nov 2024 11:36:16 +0000 (11:36 +0000)
committerNicki Křížek <nicki@isc.org>
Fri, 8 Nov 2024 11:36:16 +0000 (11:36 +0000)
commit32cc143da06d4bd23f10073567182c1430793250
tree8ca29e501c9d81b6ff64dbca3dff8441c14e2122
parent60ec9ef50759f9e0f7dc049de72c8fce4b2d30eb
parentf2cb2e57231262835caf2fc44097bbf7f3e1ed4f
chg: dev: Use lists of expected artifacts in system tests

``clean.sh`` scripts have been replaced by lists of expected artifacts for each system test module. The list is defined using the custom ``pytest.mark.extra_artifacts`` mark, which can use both filenames and globs.

Closes #4261

Merge branch '4261-add-pytest-fixture-checking-test-artifacts' into 'main'

See merge request isc-projects/bind9!9426