mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-selftest: run the three net tests individually.
Guenther
This commit is contained in:
parent
80d87e68de
commit
961f6295a9
@ -1,35 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# tests for the "net" command
|
||||
|
||||
test x"$TEST_FUNCTIONS_SH" != x"INCLUDED" && {
|
||||
incdir=`dirname $0`
|
||||
. $incdir/test_functions.sh
|
||||
}
|
||||
|
||||
failed=0
|
||||
|
||||
net_misc() {
|
||||
echo "RUNNING SUBTESTS net_misc"
|
||||
$SCRIPTDIR/test_net_misc.sh \
|
||||
|| failed=`expr $failed + $?`
|
||||
}
|
||||
|
||||
net_registry() {
|
||||
echo "RUNNING SUBTESTS net_registry"
|
||||
$SCRIPTDIR/test_net_registry.sh \
|
||||
|| failed=`expr $failed + $?`
|
||||
}
|
||||
|
||||
net_rpc_registry() {
|
||||
echo "RUNNING SUBTESTS net_rpc_registry"
|
||||
$SCRIPTDIR/test_net_registry.sh rpc \
|
||||
|| failed=`expr $failed + $?`
|
||||
}
|
||||
|
||||
net_misc
|
||||
net_registry
|
||||
net_rpc_registry
|
||||
|
||||
testok $0 $failed
|
||||
|
@ -149,7 +149,9 @@ plantest "blackbox.smbclient_s3.crypt" dc BINDIR="$BINDIR" script/tests/test_smb
|
||||
#plantest "blackbox.smbclient_s3.crypt member creds" member BINDIR="$BINDIR" script/tests/test_smbclient_s3.sh \$SERVER \$SERVER_IP \$SERVER\\\\\$USERNAME \$PASSWORD "-e"
|
||||
#plantest "blackbox.smbclient_s3.crypt domain creds" member BINDIR="$BINDIR" script/tests/test_smbclient_s3.sh \$SERVER \$SERVER_IP \$DOMAIN\\\\\$DC_USERNAME \$DC_PASSWORD "-e"
|
||||
|
||||
plantest "blackbox.net_s3" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_s3.sh
|
||||
plantest "blackbox.net_s3_misc" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_misc.sh
|
||||
plantest "blackbox.net_s3_registry" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh
|
||||
plantest "blackbox.net_s3_registry_rpc" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh rpc
|
||||
plantest "blackbox.testparm_s3" dc:local LOCAL_PATH="$LOCAL_PATH" BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_testparm_s3.sh
|
||||
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user