r21909: Merge some of my recent improvements to the test infrastructure:
commit2fca3f9082a70e1f153f6c9f195d95b0d48e363d
authorJelmer Vernooij <jelmer@samba.org>
Wed, 21 Mar 2007 15:57:07 +0000 (21 15:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:37 +0000 (10 14:49 -0500)
tree57146b03e224aede0bd6495beb3d5d717d424930
parente2f26316cdeba1875be2cd583870ac6127c2be56
r21909: Merge some of my recent improvements to the test infrastructure:
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones).

- Move more Samba4-specific code out of the common code
(This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
31 files changed:
source4/main.mk
source4/script/tests/Samba3.pm [copied from source4/script/tests/Samba4.pm with 51% similarity]
source4/script/tests/Samba4.pm
source4/script/tests/TODO [new file with mode: 0644]
source4/script/tests/Windows.pm [new file with mode: 0644]
source4/script/tests/mktestdc.sh [moved from source4/script/tests/mktestsetup.sh with 100% similarity]
source4/script/tests/mktestdc.sh.share_ldb [moved from source4/script/tests/mktestsetup.sh.share_ldb with 100% similarity]
source4/script/tests/selftest.pl
source4/script/tests/test_binding_string.sh
source4/script/tests/test_blackbox.sh
source4/script/tests/test_echo.sh
source4/script/tests/test_ejs.sh
source4/script/tests/test_functions.sh
source4/script/tests/test_ldap.sh
source4/script/tests/test_local.sh
source4/script/tests/test_nbt.sh
source4/script/tests/test_net.sh
source4/script/tests/test_pidl.sh
source4/script/tests/test_posix.sh
source4/script/tests/test_quick.sh
source4/script/tests/test_rpc.sh
source4/script/tests/test_rpc_quick.sh
source4/script/tests/test_s3upgrade.sh
source4/script/tests/test_session_key.sh
source4/script/tests/test_simple.sh
source4/script/tests/test_w2k3.sh
source4/script/tests/test_w2k3_file.sh
source4/script/tests/test_win.sh
source4/script/tests/tests_win2k3_dc.sh
source4/torture/config.mk
source4/torture/local/torture.c