From e1b61cad3efdf919f5201b4969afe4684f5e218e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 16 Feb 2011 14:39:26 +0100 Subject: [PATCH] s3:test: rename samba3.blackbox.net_s3_registry_roundtrip -> samba3.blackbox.net.local.registry.roundtrip --- source3/selftest/knownfail | 2 +- source3/selftest/tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 27f7ed64c3f..dd3744082d0 100644 --- a/source3/selftest/knownfail +++ b/source3/selftest/knownfail @@ -5,4 +5,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 474d9daae2e..cec1204dbbe 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -152,7 +152,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 ( -- 2.11.4.GIT