summaryrefslogtreecommitdiffstats
path: root/source3/selftest
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2013-08-05 19:02:47 +0200
committerAndreas Schneider <asn@samba.org>2014-02-19 18:22:29 +0100
commit92356e1524b97abc7e8f8fb5c7e625dc200de277 (patch)
tree061e4d4c78e2a0261068db1a85a94fb7261148e1 /source3/selftest
parent1be1303f1bfdd99bd13e3270fb87bbe02dc2b69a (diff)
downloadsamba-92356e1524b97abc7e8f8fb5c7e625dc200de277.tar.gz
samba-92356e1524b97abc7e8f8fb5c7e625dc200de277.tar.xz
samba-92356e1524b97abc7e8f8fb5c7e625dc200de277.zip
s3/selftest/tests.py: add test_smbclient_tarmode.pl to test suite
Signed-off-by: Aurélien Aptel <aurelien.aptel@gmail.com> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index a2be3e43fa..9676b74141 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -204,6 +204,13 @@ for env in ["s3dc"]:
# Test smbclient/tarmode
plantestsuite("samba3.blackbox.smbclient_tarmode (%s)" % env, env, [os.path.join(samba3srcdir, "script/tests/test_smbclient_tarmode.sh"), '$SERVER', '$SERVER_IP', '$USERNAME', '$PASSWORD', '$LOCAL_PATH', '$PREFIX', smbclient3, configuration])
+ # Test suite for new smbclient/tar with libarchive (GSoC 13)
+ plantestsuite("samba3.blackbox.smbclient_tar (%s)" % env, env,
+ [os.path.join(samba3srcdir, "script/tests/test_smbclient_tarmode.pl"),
+ '-n', '$SERVER', '-i', '$SERVER_IP', '-s', 'tmp',
+ '-u', '$USERNAME', '-p', '$PASSWORD', '-l', '$LOCAL_PATH', '-d', '$PREFIX',
+ '-b', smbclient3, '--subunit', '--', configuration])
+
#TODO encrypted against member, with member creds, and with DC creds
plantestsuite("samba3.blackbox.net.misc", "s3dc:local",
[os.path.join(samba3srcdir, "script/tests/test_net_misc.sh"),