diff options
author | Noel Power <noel.power@suse.com> | 2019-12-13 14:17:02 +0000 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2020-04-03 15:08:32 +0000 |
commit | aa688a8de6990042cf489004a2dfa6382606469c (patch) | |
tree | dcea2f353439830a11fcde73c8bd5cad2bc042b4 /source4/selftest | |
parent | 628ff67b72385c31d6310bfa7547a8f151f6d2fb (diff) | |
download | samba-aa688a8de6990042cf489004a2dfa6382606469c.tar.gz |
s4/selftest: Move samba.tests.libsmb to nt4_dc_smb1
Also remove associated entry from skip_smb1_fail
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index be8ed3a323f..0911fd12f55 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -453,7 +453,7 @@ for t in smbtorture4_testsuites("dlz_bind9."): # The dlz_bind9 tests needs to look at the DNS database plansmbtorture4testsuite(t, "chgdcpass:local", ["ncalrpc:$SERVER", '-U$USERNAME%$PASSWORD']) -planpythontestsuite("nt4_dc", "samba.tests.libsmb") +planpythontestsuite("nt4_dc_smb1", "samba.tests.libsmb") # Blackbox Tests: # tests that interact directly with the command-line tools rather than using |