mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Missed these on the last commit
This commit is contained in:
parent
74a0a9bb54
commit
0e8f946ed0
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user