summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVicentiu Ciorbaru <cvicentiu@gmail.com>2011-08-10 12:05:50 +0300
committerMichael Adam <obnox@samba.org>2011-08-22 13:59:28 +0200
commit94db542f60c6c03a6764a15503c5bd4f1d291ad9 (patch)
treeb17e9d863b376f8176164c7299bfebc3ece5dcf1 /source3/selftest
parented233dba9a2b755ce4baf1385099ca937ae96e0b (diff)
downloadsamba-94db542f60c6c03a6764a15503c5bd4f1d291ad9.tar.gz
samba-94db542f60c6c03a6764a15503c5bd4f1d291ad9.tar.bz2
samba-94db542f60c6c03a6764a15503c5bd4f1d291ad9.zip
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 <obnox@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py5
1 files changed, 4 insertions, 1 deletions
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"])