diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-06-26 09:55:34 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2017-06-27 16:57:48 +0200 |
commit | b0d8e2bcbb083577c8034e7941ad277ff5cd3a50 (patch) | |
tree | 72cb7dfd109c13182666714584f802dea538e1fd /source3/selftest | |
parent | f5747d7d9425529d91d0776e8a29b2b00487216b (diff) | |
download | samba-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-x | source3/selftest/tests.py | 13 |
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]) |