s3:selftest: run the net rpc registry test under "s3dc" instead "s3dc:local".
authorMichael Adam <obnox@samba.org>
Mon, 8 Aug 2011 14:31:31 +0000 (16:31 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 8 Aug 2011 17:18:41 +0000 (19:18 +0200)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Aug  8 19:18:41 CEST 2011 on sn-devel-104

source3/selftest/tests.py

index cd0318c3e420113dc5110f17f8969f61f2ac2c36..23e4c6e78310043f22900c504655c4b61fb4e22b 100755 (executable)
@@ -136,7 +136,7 @@ plantestsuite("samba3.blackbox.net.misc", "s3dc:local", [os.path.join(samba3srcd
                                                        scriptdir, "$SMB_CONF_PATH", configuration])
 plantestsuite("samba3.blackbox.net.local.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"),
                                                        scriptdir, "$SMB_CONF_PATH", configuration])
-plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc:local", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"),
+plantestsuite("samba3.blackbox.net.rpc.registry", "s3dc", [os.path.join(samba3srcdir, "script/tests/test_net_registry.sh"),
                                                        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"),