From 7d2875bd70cf727730be8dc705bfd01eacaaaa6f Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Wed, 24 Jul 2019 15:13:43 +1200 Subject: [PATCH] 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 --- python/samba/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) 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"] -- 2.47.3