summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-26 09:55:34 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:48 +0200
commitb0d8e2bcbb083577c8034e7941ad277ff5cd3a50 (patch)
tree72cb7dfd109c13182666714584f802dea538e1fd /source3/selftest
parentf5747d7d9425529d91d0776e8a29b2b00487216b (diff)
downloadsamba-b0d8e2bcbb083577c8034e7941ad277ff5cd3a50.tar.gz
s3:test_smbclient_posix_large.sh: there's no posix test to rename to test_smbclient_large_file.sh
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 294ceeabce2..c78822769d3 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -592,18 +592,13 @@ for options in options_list:
"$PREFIX/ktest/krb5_ccache-3",
smbclient3, "$SERVER", options, configuration])
- plantestsuite("samba3.blackbox.smbclient_large_file %s" % options, "ktest:local",
- [os.path.join(samba3srcdir, "script/tests/test_smbclient_posix_large.sh"),
+ plantestsuite("samba3.blackbox.smbclient_large_file %s krb5" % options, "ktest:local",
+ [os.path.join(samba3srcdir, "script/tests/test_smbclient_large_file.sh"),
"$PREFIX/ktest/krb5_ccache-3",
smbclient3, "$SERVER", "$PREFIX", options, "-k " + configuration])
- plantestsuite("samba3.blackbox.smbclient_posix_large %s krb5" % options, "ktest:local",
- [os.path.join(samba3srcdir, "script/tests/test_smbclient_posix_large.sh"),
- "$PREFIX/ktest/krb5_ccache-3",
- smbclient3, "$SERVER", "$PREFIX", options, "-k " + configuration])
-
- plantestsuite("samba3.blackbox.smbclient_posix_large %s NTLM" % options, "nt4_dc:local",
- [os.path.join(samba3srcdir, "script/tests/test_smbclient_posix_large.sh"),
+ plantestsuite("samba3.blackbox.smbclient_large_file %s NTLM" % options, "nt4_dc:local",
+ [os.path.join(samba3srcdir, "script/tests/test_smbclient_large_file.sh"),
"none",
smbclient3, "$SERVER", "$PREFIX", options, "-U$USERNAME%$PASSWORD " + configuration])