From 33de7ebcfcc6c6580f597d1d1b0005b4db924dbe Mon Sep 17 00:00:00 2001 From: Vicentiu Ciorbaru Date: Wed, 17 Aug 2011 17:58:59 +0300 Subject: s3-test: Added net conf tests to tests.py The tests are added as blackbox tests and they can be called with the wildcard source3.blackbox.net.*.conf with either 'local' or 'rpc' instead of '*' . Signed-off-by: Michael Adam --- source3/selftest/tests.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source3/selftest') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index ba8d1ae830..dba4713d4c 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -144,6 +144,12 @@ plantestsuite("samba3.blackbox.net.local.registry.roundtrip", "s3dc:local", [os. 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.net.local.conf", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_conf.sh"), + scriptdir, "$SMB_CONF_PATH", configuration,]) +plantestsuite("samba3.blackbox.net.rpc.conf", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_conf.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