From: Garming Sam Date: Wed, 24 Jul 2019 03:13:43 +0000 (+1200) Subject: tests: Add samba_upgradedns to the list of possible cmds X-Git-Tag: tdb-1.4.2~392 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d2875bd70cf727730be8dc705bfd01eacaaaa6f;p=thirdparty%2Fsamba.git tests: Add samba_upgradedns to the list of possible cmds This will be used to test the replication scenario with no DNS partitions BUG: https://bugzilla.samba.org/show_bug.cgi?id=14051 Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py index c5c212ef829..fef21d261ca 100644 --- a/python/samba/tests/__init__.py +++ b/python/samba/tests/__init__.py @@ -404,6 +404,7 @@ class BlackboxTestCase(TestCaseInTempDir): python_cmds = ["samba-tool", "samba_dnsupdate", + "samba_upgradedns", "script/traffic_replay", "script/traffic_learner"]