From b0d8e2bcbb083577c8034e7941ad277ff5cd3a50 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 26 Jun 2017 09:55:34 +0200 Subject: [PATCH] s3:test_smbclient_posix_large.sh: there's no posix test to rename to test_smbclient_large_file.sh Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- ..._posix_large.sh => test_smbclient_large_file.sh} | 0 source3/selftest/tests.py | 13 ++++--------- 2 files changed, 4 insertions(+), 9 deletions(-) rename source3/script/tests/{test_smbclient_posix_large.sh => test_smbclient_large_file.sh} (100%) diff --git a/source3/script/tests/test_smbclient_posix_large.sh b/source3/script/tests/test_smbclient_large_file.sh similarity index 100% rename from source3/script/tests/test_smbclient_posix_large.sh rename to source3/script/tests/test_smbclient_large_file.sh diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 294ceeabce24..c78822769d32 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]) -- 2.34.1