X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=source4%2Fselftest%2Ftests.py;h=5d451e9b9ed11b1acab964ae541dc42c315f1ae6;hb=b065ce641b13864eb651ff175e94304a434bd15d;hp=295b7190756d9ecedb7b901b2e28fbf75b0a06e8;hpb=88e9a0a3d5e4fe2f066eee266df486af592d7672;p=samba.git diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 295b7190756..5d451e9b9ed 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -528,6 +528,7 @@ planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") planoldpythontestsuite("dc:local", "samba.tests.dcerpc.registry", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("plugin_s4_dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"']) +planoldpythontestsuite("plugin_s4_dc", "samba.tests.dcerpc.raw_protocol", extra_args=['-U"$USERNAME%$PASSWORD"']) plantestsuite_loadlist("samba4.ldap.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/ldap.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT']) plantestsuite_loadlist("samba4.tokengroups.python(dc)", "dc:local", [python, os.path.join(samba4srcdir, "dsdb/tests/python/token_group.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT']) plantestsuite("samba4.sam.python(dc)", "dc", [python, os.path.join(samba4srcdir, "dsdb/tests/python/sam.py"), '$SERVER', '-U"$USERNAME%$PASSWORD"', '--workgroup=$DOMAIN'])