diff options
author | Michael Adam <obnox@samba.org> | 2011-02-16 14:39:26 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-16 15:21:20 +0100 |
commit | 838de3cdd34bc1946f9b2899013c47377832ef67 (patch) | |
tree | 8a86813e6662fba7342b5a51089e29dc18886ae0 /source3/selftest | |
parent | 86ed1e77c7c33ad6c7a22552b8dd9a4d96df7e92 (diff) | |
download | samba-838de3cdd34bc1946f9b2899013c47377832ef67.tar.gz samba-838de3cdd34bc1946f9b2899013c47377832ef67.tar.bz2 samba-838de3cdd34bc1946f9b2899013c47377832ef67.zip |
s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> samba3.blackbox.net.local.registry.roundtrip
Diffstat (limited to 'source3/selftest')
-rw-r--r-- | source3/selftest/knownfail | 2 | ||||
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 9f809191ed..6624abb9a3 100644 --- a/source3/selftest/knownfail +++ b/source3/selftest/knownfail @@ -6,4 +6,4 @@ samba3.posix_s3.rpc.spoolss.*printserver.enum_printers_old # fails on some hosts samba3.posix_s3.rpc.spoolss.printer.*addprinterex.print_test # another intermittent failure samba3.posix_s3.smb2.lock.*.rw-exclusive # another intermittent failure .*driver.add_driver_timestamps # we only can store dates, not timestamps -samba3.blackbox.net_s3_registry_roundtrip # this test needs fixing +samba3.blackbox.net.local.registry.roundtrip # this test needs fixing diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index abe7b936a7..6d40cdf3eb 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -155,7 +155,7 @@ plantest "blackbox.smbclient_s3.crypt" dc BINDIR="$BINDIR" script/tests/test_smb plantest "blackbox.net.misc" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_misc.sh plantest "blackbox.net.local.registry" dc:local BINDIR="$BINDIR" SCRIPTDIR="$SCRIPTDIR" SERVERCONFFILE="\$SMB_CONF_PATH" script/tests/test_net_registry.sh plantest "blackbox.net.rpc.registry" 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.net.local.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 ( |