From 94db542f60c6c03a6764a15503c5bd4f1d291ad9 Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 10 Aug 2011 12:05:50 +0300 Subject: s3-test: added samba3.blackbox.net.rpc.registry.roundtrip testsuite The testsuite makes use of the rpc mode from the registry roundtrip script to test net rpc conf / net rpc registry Signed-off-by: Michael Adam --- source3/selftest/tests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index a7e3ea50a0..ba8d1ae830 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -140,7 +140,10 @@ plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3sr scriptdir, "$SMB_CONF_PATH", configuration, 'rpc']) plantestsuite("samba3.blackbox.net.local.registry.roundtrip", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry_roundtrip.sh"), - scriptdir, "$SMB_CONF_PATH", configuration]) + scriptdir, "$SMB_CONF_PATH", configuration,]) +plantestsuite("samba3.blackbox.net.rpc.registry.roundtrip", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry_roundtrip.sh"), + scriptdir, "$SMB_CONF_PATH", configuration, 'rpc']) + plantestsuite("samba3.blackbox.testparm", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_testparm_s3.sh"), "$LOCAL_PATH"]) -- cgit