From: Jim McDonough Date: Thu, 12 Jun 2008 11:06:07 +0000 (-0400) Subject: Missed these on the last commit X-Git-Tag: samba-4.0.0alpha5~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e8f946ed02a6d2d9469f9ccab5f3342b2b80725;p=thirdparty%2Fsamba.git Missed these on the last commit --- diff --git a/source/selftest/samba4_tests.sh b/source/selftest/samba4_tests.sh index 1d550cbfe15..e9fbede4fb1 100755 --- a/source/selftest/samba4_tests.sh +++ b/source/selftest/samba4_tests.sh @@ -279,6 +279,7 @@ plantest "blackbox.masktest" dc $bbdir/test_masktest.sh "\$SERVER" "\$USERNAME" plantest "blackbox.gentest" dc $bbdir/test_gentest.sh "\$SERVER" "\$USERNAME" "\$PASSWORD" "\$DOMAIN" "$PREFIX" plantest "blackbox.wbinfo" dc $bbdir/test_wbinfo.sh "\$DOMAIN" "\$USERNAME" "\$PASSWORD" "dc" plantest "blackbox.wbinfo" member $bbdir/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 diff --git a/testprogs/blackbox/wintest/wintest.conf b/testprogs/blackbox/wintest/wintest.conf index d52e6603183..d1403662f98 100644 --- a/testprogs/blackbox/wintest/wintest.conf +++ b/testprogs/blackbox/wintest/wintest.conf @@ -1,6 +1,6 @@ -#export WINTEST_STARTUP=/tmp/blah -#export WINTEST_SHUTDOWN=/tmp/blah2 -export DOMAIN="wait" +#export WINTEST_STARTUP="/tmp/startup client" +#export WINTEST_SHUTDOWN=/tmp/shutdown client" +export DOMAIN="client" export USERNAME="administrator" export PASSWORD="samba" export SERVER="192.168.213.161"