diff options
author | Michael Adam <obnox@samba.org> | 2011-02-16 11:54:58 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-16 12:56:42 +0100 |
commit | fca423832f92f5e3c6dcf4048bd7a75b16dcb84d (patch) | |
tree | 559541f86b92ec9f3331d6b60f8728a1174f3cb9 /source3 | |
parent | df4044ed33fdd07421c6a631c47f2524baa35ddd (diff) | |
download | samba-fca423832f92f5e3c6dcf4048bd7a75b16dcb84d.tar.gz samba-fca423832f92f5e3c6dcf4048bd7a75b16dcb84d.tar.bz2 samba-fca423832f92f5e3c6dcf4048bd7a75b16dcb84d.zip |
s3:test: add the registry roundtrip test as samba3.blackbox.net_s3_registry_roundtrip
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/selftest/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 42085f8838..a91ae017bb 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -155,6 +155,7 @@ plantest "blackbox.smbclient_s3.crypt" dc BINDIR="$BINDIR" script/tests/test_smb 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.net_s3_registry_roundtrip" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry_roundtrip.sh plantest "blackbox.testparm_s3" dc:local LOCAL_PATH="$LOCAL_PATH" BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_testparm_s3.sh ( |