summaryrefslogtreecommitdiff
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2013-05-15 00:45:17 +0200
committerJeremy Allison <jra@samba.org>2015-03-31 18:40:25 +0200
commit5c166d5cdbc21b4e40f6a8f88f5d190763234f17 (patch)
tree3dd90c5e856c6015c494d66aea5e17f4f5934c93 /source3/selftest/tests.py
parent2e9ea9f195d2050d17d3c5748a26c6ca0f6e3ff0 (diff)
downloadsamba-5c166d5cdbc21b4e40f6a8f88f5d190763234f17.tar.gz
selftest: run the FSRVP test suite against s3fs
With FSRVP server support now present along with suitable mock-up test infrastructure, run the FSRVP test suite against s3fs. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index a60e7114836..7436d267296 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -466,3 +466,4 @@ for e in endianness_options:
plansmbtorture4testsuite(test, "nt4_dc", options, 'over ncacn_ip_tcp with [%s%s%s] ' % (a, s, e))
plansmbtorture4testsuite('rpc.epmapper', 'nt4_dc:local', 'ncalrpc: -U$USERNAME%$PASSWORD', 'over ncalrpc')
+plansmbtorture4testsuite('rpc.fsrvp', 'nt4_dc:local', 'ncacn_np:$SERVER_IP[/pipe/FssagentRpc] -U$USERNAME%$PASSWORD', 'over ncacn_np')