mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
fix: ci: Add ns2/managed1.conf to mkeys extra_artifacts
The ns2/managed1.conf file is created by the setup.sh script. Then, in the tests.sh script it is moved to ns2/managed.conf. The latter file name is in mkeys extra_artifacts, but the former one is not. This is a problem when pytest is started with the --setup-only option as it only runs the setup.sh script (e.g., in the cross-version-config-tests CI job) and thus failing the "Unexpected files found" assertion. Merge branch 'mnowak/mkeys-add-ns2-managed1-conf-to-extra-artifacts' into 'main' See merge request isc-projects/bind9!9815
This commit is contained in:
commit
480cc576b3
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ pytestmark = [
|
|||
"ns1/root.db.tmp",
|
||||
"ns1/zone.key",
|
||||
"ns2/managed-keys.bind",
|
||||
"ns2/managed1.conf",
|
||||
"ns3/broken.conf",
|
||||
"ns3/managed-keys.bind",
|
||||
"ns4/nope",
|
||||
|
|
|
|||
Loading…
Reference in a new issue