tests: Add samba_upgradedns to the list of possible cmds
authorGarming Sam <garming@catalyst.net.nz>
Wed, 24 Jul 2019 03:13:43 +0000 (15:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 31 Jul 2019 02:50:24 +0000 (02:50 +0000)
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 <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py

index c5c212ef8293ab17e12132c1a4cc788fd4f20890..fef21d261cac2f860b2e75c39328c7afce9898a6 100644 (file)
@@ -404,6 +404,7 @@ class BlackboxTestCase(TestCaseInTempDir):
 
         python_cmds = ["samba-tool",
             "samba_dnsupdate",
+            "samba_upgradedns",
             "script/traffic_replay",
             "script/traffic_learner"]