]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
tests-extra: add module detection to onlinesign_rollovers
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 27 Feb 2018 18:07:58 +0000 (19:07 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Tue, 27 Feb 2018 18:07:58 +0000 (19:07 +0100)
tests-extra/tests/modules/onlinesign_rollovers/test.py

index 41d430ca47285dc84a7c6877e9529f2a4407ab23..f79d817537c41552b025d489775295114a8eaccd 100644 (file)
@@ -156,6 +156,8 @@ def watch_ksk_rollover(t, server, zone, before_keys, after_keys, total_keys, des
 
 t = Test()
 
+ModOnlineSign.check()
+
 parent = t.server("knot")
 parent_zone = t.zone("com.", storage=".")
 t.link(parent_zone, parent)