1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Garming Sam 2019-07-24 15:13:43 +12:00 committed by Andrew Bartlett
parent d90ccce597
commit 7d2875bd70

View File

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