summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-16 18:34:40 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-16 18:34:40 +0200
commit740f67d7815250eca67c15b690a8d3f28b377ad2 (patch)
tree15ca912b6989292f8151dc907fa145afa4cd7174 /source4/selftest
parentd7a0c26af47507910ab8b9363b6c6f2e2815b3d3 (diff)
downloadsamba-740f67d7815250eca67c15b690a8d3f28b377ad2.tar.gz
samba-740f67d7815250eca67c15b690a8d3f28b377ad2.tar.bz2
samba-740f67d7815250eca67c15b690a8d3f28b377ad2.zip
Avoid running target-specific tests during general test run,
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/samba4_tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index f89b9e0ea6..d98910cee3 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -155,6 +155,7 @@ for t in $net; do
done
# Tests for session keys
+# FIXME: Integrate these into a single smbtorture test
bindoptions=""
transport="ncacn_np"
@@ -263,7 +264,8 @@ fi
# Blackbox Tests:
# tests that interact directly with the command-line tools rather than using
-# the API
+# the API. These mainly test that the various command-line options of commands
+# work correctly.
bbdir=$incdir/../../testprogs/blackbox
@@ -278,7 +280,6 @@ plantest "blackbox.masktest" dc $samba4srcdir/torture/tests/test_masktest.sh "\$
plantest "blackbox.gentest" dc $samba4srcdir/torture/tests/test_gentest.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" "$PREFIX"
plantest "blackbox.wbinfo" dc $samba4srcdir/nsswitch/tests/test_wbinfo.sh "\$DOMAIN" "\$USERNAME" "\$PASSWORD" "dc"
plantest "blackbox.wbinfo" member $samba4srcdir/nsswitch/tests/test_wbinfo.sh "\$DOMAIN" "\$DC_USERNAME" "\$DC_PASSWORD" "member"
-plantest "blackbox.wintest" none $bbdir/test_wintest.sh "$TORTURE_OPTIONS"
# Tests using the "Simple" NTVFS backend