]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] chg: dev: Use lists of expected artifacts in system tests
authorNicki Křížek <nicki@isc.org>
Mon, 11 Nov 2024 15:07:32 +0000 (15:07 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 11 Nov 2024 15:07:32 +0000 (15:07 +0000)
commitd9a140d5e816516740af87feb83ab9483a8aae54
tree9c0b7aed6eb6cfcc90f37a191942ea780c8959b0
parentb4a07e6426e0c999ff1645171a2696864c7b8487
parentb2996486f09e45534608b7c28b33c56bb16edbb3
[9.18] 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

Backport of MR !9426

Merge branch 'backport-4261-add-pytest-fixture-checking-test-artifacts-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9735