summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2019-07-24 15:13:43 +1200
committerAndrew Bartlett <abartlet@samba.org>2019-07-31 02:50:24 +0000
commit7d2875bd70cf727730be8dc705bfd01eacaaaa6f (patch)
tree937d2b6573be7d53ca3ce4b80755dabf7572993b /python
parentd90ccce59754bc833027c06683afac25f7a8d474 (diff)
downloadsamba-7d2875bd70cf727730be8dc705bfd01eacaaaa6f.tar.gz
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 <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
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"]