Skip to content
Snippets Groups Projects
Commit bd03e033 authored by Jan Hák's avatar Jan Hák
Browse files

tests-extra: change knsupdate wrapper in tests to respect parameter changes in knsupdate

parent b9716070
No related branches found
No related tags found
1 merge request!1696knsupdate: rename some params and improve compatibility with nsupdate
Pipeline #128378 passed
......@@ -57,11 +57,11 @@ class Knsupdate:
cmdline = [params.knsupdate_bin]
if proto is Proto.TCP:
cmdline += ["-v"]
elif proto is Proto.TLS:
cmdline += ["-T"]
elif proto is Proto.TLS:
cmdline += ["-S"]
elif proto is Proto.QUIC:
cmdline += ["-q"]
cmdline += ["-Q"]
if self.tsig:
cmdline += ["-y", f"{self.tsig.alg}:{self.tsig.name}:{self.tsig.key}"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment