mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'mnowak/checkds-pylint-implicit-str-concat-fixes-v9_18' into 'v9_18'
[v9_18] Fix implicit string concatenation in tests-checkds.py See merge request isc-projects/bind9!6453
This commit is contained in:
commit
b8134e4c78
1 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@ def test_checkds_dspublished(named_port):
|
|||
zone_check(server, "dspublished.checkds.")
|
||||
wait_for_log(
|
||||
"ns9/named.run",
|
||||
"zone dspublished.checkds/IN (signed): checkds: " "DS response from 10.53.0.2",
|
||||
"zone dspublished.checkds/IN (signed): checkds: DS response from 10.53.0.2",
|
||||
)
|
||||
keystate_check(parent, "dspublished.checkds.", "DSPublish")
|
||||
|
||||
|
|
@ -270,7 +270,7 @@ def test_checkds_dspublished(named_port):
|
|||
zone_check(server, "reference.checkds.")
|
||||
wait_for_log(
|
||||
"ns9/named.run",
|
||||
"zone reference.checkds/IN (signed): checkds: " "DS response from 10.53.0.2",
|
||||
"zone reference.checkds/IN (signed): checkds: DS response from 10.53.0.2",
|
||||
)
|
||||
keystate_check(parent, "reference.checkds.", "DSPublish")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue