diff options
author | Ralph Boehme <slow@samba.org> | 2016-11-15 13:07:12 +0100 |
---|---|---|
committer | Uri Simchoni <uri@samba.org> | 2017-03-02 00:32:20 +0100 |
commit | 5e612352225e0296e3f91c8db2adcca4f098e514 (patch) | |
tree | 6da5951af8e308ec5334837845e11ccf92560537 /source3/selftest | |
parent | 3d649a073ad3e221ccbe3ca4c7aa1ed09137e022 (diff) | |
download | samba-5e612352225e0296e3f91c8db2adcca4f098e514.tar.gz |
selftest: don't run vfs_fruit tests against ad_dc env
This is just redundant and didn't add test coverage.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12427
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 4215eb043bf..314ac9683e8 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -418,7 +418,6 @@ for t in tests: plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD') elif t == "vfs.fruit": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/nt4_dc/share') - plansmbtorture4testsuite(t, "ad_dc", '//$SERVER_IP/vfs_fruit -U$USERNAME%$PASSWORD --option=torture:localdir=$SELFTEST_PREFIX/ad_dc/share') elif t == "rpc.schannel_anon_setpw": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$%', description="anonymous password set") plansmbtorture4testsuite(t, "nt4_dc_schannel", '//$SERVER_IP/tmp -U$%', description="anonymous password set (schannel enforced server-side)") |