mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
b28810ab94
be easier to split selftest/ into a generic, a Samba 3 and a Samba 4-specific
bit.
(This used to be commit
|
||
---|---|---|
.. | ||
env | ||
output | ||
win | ||
config.mk | ||
mk-keyblobs.sh | ||
README | ||
selftest.pl | ||
SocketWrapper.pm | ||
Subunit.pm | ||
test_echo.sh | ||
test_ejs.sh | ||
test_functions.sh | ||
test_ldap.sh | ||
test_nbt.sh | ||
test_nss.sh | ||
test_rpc.sh | ||
test_s3upgrade.sh | ||
test_samba4.pl | ||
test_session_key.sh | ||
test_swig.sh | ||
test_w2k3_file.sh | ||
test_w2k3.sh | ||
test_win.sh | ||
test_winbind.sh | ||
tests_all.sh | ||
tests_quick.sh | ||
tests_win2k3_dc.sh | ||
tests_win.sh | ||
TODO |
This directory contains test scripts that are useful for running a bunch of tests all at once. The following environments are currently available: - none: No server set up, no variables set. - dc: Domain controller set up. The following environment variables will be set: * USERNAME: Administrator user name * PASSWORD: Administrator password * DOMAIN: Domain name * REALM: Realm name * SERVER: DC host name * SERVER_IP: DC IPv4 address * NETBIOSNAME: DC NetBIOS name * NETIOSALIAS: DC NetBIOS alias - member: Domain controller and member server that is joined to it set up. The following environment variables will be set: * USERNAME: Domain administrator user name * PASSWORD: Domain administrator password * DOMAIN: Domain name * REALM: Realm name * SERVER: Name of the member server