From: Michael Adam Date: Wed, 16 Feb 2011 13:39:26 +0000 (+0100) Subject: s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> samba3.blackbox.net... X-Git-Tag: tevent-0.9.11~582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=838de3cdd34bc1946f9b2899013c47377832ef67;p=thirdparty%2Fsamba.git s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> samba3.blackbox.net.local.registry.roundtrip --- diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 9f809191ed8..6624abb9a3c 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 abe7b936a7e..6d40cdf3eb3 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 (