diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 12:52:29 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 17:48:23 -0700 |
commit | 5a75fb194a290cb09fc03312262bd57196e86cb9 (patch) | |
tree | efe5704fe4efb1d60f923b853a1fdac599f6abf1 /source4/selftest | |
parent | 18f10eec0ea55108e97da019f07a18b8854c2883 (diff) | |
download | samba-5a75fb194a290cb09fc03312262bd57196e86cb9.tar.gz samba-5a75fb194a290cb09fc03312262bd57196e86cb9.tar.bz2 samba-5a75fb194a290cb09fc03312262bd57196e86cb9.zip |
ndrdump: Move blackbox test to standard python namespace.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index 86d483e7de..b4f893e221 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -388,7 +388,7 @@ planperltestsuite "selftest.samba4.pl" none $samba4srcdir/../selftest/test_samba # the API. These mainly test that the various command-line options of commands # work correctly. -plantestsuite "blackbox.ndrdump" none $samba4srcdir/librpc/tests/test_ndrdump.sh +planpythontestsuite none samba.tests.blackbox.ndrdump plantestsuite "blackbox.net" dc:local $samba4srcdir/utils/tests/test_net.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" plantestsuite "blackbox.pkinit" dc:local $bbdir/test_pkinit.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$REALM" "\$DOMAIN" "$PREFIX" aes256-cts-hmac-sha1-96 $CONFIGURATION plantestsuite "blackbox.kinit" dc:local $bbdir/test_kinit.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$REALM" "\$DOMAIN" "$PREFIX" aes256-cts-hmac-sha1-96 $CONFIGURATION |