1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/python/samba/tests
Noel Power efad273122 python tests: convert oct 'O1234' format to python3 compatible '0o1234'
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-02-28 23:01:40 +01:00
..
blackbox tests/blackbox/smbcontrol: ping tests names ping target upon failure 2018-02-24 18:20:14 +01:00
dcerpc tests:dcerpc/raw_protocol: reproduce call_id truncation bug 2018-02-21 14:19:19 +01:00
dns_forwarder_helpers tests/dns_forwarder: Add testing for DNS forwarding 2016-05-03 08:10:09 +02:00
emulate scripts: Scripts to replay and generate samba traffic 2017-08-17 04:06:06 +02:00
kcc Correct "acheive" typos. 2017-02-22 08:26:22 +01:00
samba_tool samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
__init__.py text/python/blackbox: allow optional message in ProcessError 2018-02-24 18:20:14 +01:00
auth_log_base.py tests auth_log: Modify existing tests to handle NETLOGON messages 2017-07-24 23:29:23 +02:00
auth_log_ncalrpc.py auth_log: use symbolic constant to replace /root/ncalrpc_as_system 2017-07-24 23:29:23 +02:00
auth_log_netlogon_bad_creds.py selftest: Use NETLOGON_NEG_STRONG_KEYS constant in AuthLogTestsNetLogonBadCreds 2017-07-25 03:21:19 +02:00
auth_log_netlogon.py tests auth_log: Add new tests for NETLOGON 2017-07-24 23:29:23 +02:00
auth_log_pass_change.py samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
auth_log_samlogon.py tests auth_log: Modify existing tests to handle NETLOGON messages 2017-07-24 23:29:23 +02:00
auth_log.py tests auth_log: Modify existing tests to handle NETLOGON messages 2017-07-24 23:29:23 +02:00
auth.py python: samba.tests.auth: Add tests for samba.auth module 2017-03-10 07:31:11 +01:00
common.py python:tests: add test_dsdb_Dn_sorted() to "samba.tests.common" 2018-02-05 13:49:11 +01:00
core.py python3:tests: Fix Python 3 test issues 2017-05-19 22:20:16 +02:00
credentials.py pycredentials: Add bindings for get_ntlm_response() 2017-03-29 02:37:29 +02:00
dns_base.py selftest: Use TestCaseInTempDir as base class in dns tests 2017-06-10 21:48:21 +02:00
dns_forwarder.py samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
dns_tkey.py selftest: Create new common base class for dns.py and dns_tkey.py 2017-06-10 21:48:21 +02:00
dns_wildcard.py dnsserver: Tests for dns wildcard entries 2017-08-15 08:07:10 +02:00
dns.py selftest: Create new common base class for dns.py and dns_tkey.py 2017-06-10 21:48:21 +02:00
docs.py samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
dsdb_lock.py selftest: Fix copyright header on samba.dsdb_lock 2017-12-13 13:03:16 +01:00
dsdb_schema_attributes.py selftest: Check re-opening sam.ldb corrects the @ATTRIBUTES and @INDEXLIST 2017-09-14 18:43:16 +02:00
dsdb.py python: tests: Make tests of dsdb Python module Python 3 compatible 2018-02-15 00:18:29 +01:00
encrypted_secrets.py tests dsdb encrypted secrets module 2017-12-18 00:10:16 +01:00
gensec.py selftest: Add test for gss_krb5/ntlmssp -> SPNEGO 2017-06-15 01:24:25 +02:00
get_opt.py CVE-2016-0771: tests: rename test getopt to get_opt 2016-03-10 06:52:25 +01:00
glue.py python: samba.tests.glue: Add new tests for samba._glue. 2017-03-10 07:31:10 +01:00
graph.py python/graph: module for generating ASCII and graphviz visualisations 2018-01-13 17:37:07 +01:00
hostconfig.py
join.py selftest: Add test confirming join-created DNS entries can be modified as the DC 2017-06-10 21:48:22 +02:00
krb5_credentials.py pycredentials: Add set_named_ccache() 2017-07-28 00:25:14 +02:00
libsmb_samba_internal.py tests/libsmb_samba_internal.py: fully setup the Credentials by creds.guess(lp) 2016-12-02 13:46:11 +01:00
lsa_string.py Tests lsa.String: add String constructor, str and repr 2017-06-22 08:56:22 +02:00
messaging.py python: Port tests of samba.messaging to Python 3 compatible form. 2017-10-23 15:40:48 +02:00
net_join_no_spnego.py tests net_join: use private secrets database. 2017-05-25 02:25:13 +02:00
net_join.py tests net_join: use private secrets database. 2017-05-25 02:25:13 +02:00
netcmd.py samba python tests: convert 'except X, e' to 'except X as e' 2018-02-15 00:18:30 +01:00
netlogonsvc.py tests: Add simple check whether netlogon server is running 2017-07-04 06:57:20 +02:00
ntacls.py Rename TestSkipped to Skiptest, consistent with Python 2.7. 2015-03-06 04:41:47 +01:00
ntlmdisabled.py selftest: Rename ntlmauth tests to ntlmdisabled 2017-09-26 00:41:16 +02:00
pam_winbind_warn_pwd_expire.py selftest: Avoid a build started around midnight failing (again) 2018-02-15 00:18:29 +01:00
pam_winbind.py tests: Authenticate again so make sure we are not locked out 2018-02-24 10:54:07 +01:00
param.py python: samba.tests.param: Add missing tests 2017-03-10 07:31:10 +01:00
password_hash_fl2003.py tests password_hash: add tests for Primary:userPassword 2017-05-25 02:25:12 +02:00
password_hash_fl2008.py tests password_hash: add tests for Primary:userPassword 2017-05-25 02:25:12 +02:00
password_hash_gpgme.py tests password_hash: add tests for Primary:userPassword 2017-05-25 02:25:12 +02:00
password_hash_ldap.py tests password_hash: Add ldap based tests for WDigest 2017-05-25 02:25:12 +02:00
password_hash.py tests/password_hash: avoid py3-incompatible md5 module 2018-02-09 07:59:20 +01:00
password_quality.py samba-tool: validate password early in domain provision 2017-12-10 00:47:30 +01:00
policy.py
posixacl.py python tests: convert oct 'O1234' format to python3 compatible '0o1234' 2018-02-28 23:01:40 +01:00
provision.py python:samba: Use 'binddns dir' in samba-tool and samba_upgradedns 2017-09-05 23:58:20 +02:00
py_credentials.py tests/py_creds: Add a SamLogonEx test with an empty string domain 2018-02-22 23:15:16 +01:00
registry.py python:tests: Use bin/tdbdump only if built 2017-11-24 01:13:14 +01:00
samba3.py samba3.py: Correctly initialize cache directory for passdb test 2015-01-16 02:36:39 +01:00
samba3sam.py dsdb: Add a dummy module to replace show_deleted 2017-06-30 02:12:22 +02:00
samdb_api.py samdb: Add tests for samdb tdb file creation. 2018-02-07 23:45:23 +01:00
samdb.py selftest: Rework samba.dsdb locking test to samba.dsdb_lock 2017-12-08 21:47:55 +01:00
security.py python: Add tests for check_access function from samba.security. 2017-09-06 11:35:18 +02:00
source.py python tests: convert oct 'O1234' format to python3 compatible '0o1234' 2018-02-28 23:01:40 +01:00
strings.py
subunitrun.py subunitrun: Use new samba.subunit.run module. 2015-03-06 04:41:46 +01:00
tdb_util.py python: tests: Add test for tdb_copy function from tdb_util module. 2017-07-05 02:00:25 +02:00
test_pam_winbind_warn_pwd_expire.sh build: Move pam_wrapper to third_party 2017-11-25 10:14:13 +01:00
test_pam_winbind.sh build: Move pam_wrapper to third_party 2017-11-25 10:14:13 +01:00
unicodenames.py samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it. 2014-10-14 06:44:06 +02:00
upgrade.py
upgradeprovision.py autobuild: Remove ntdb target 2015-03-17 11:30:51 +01:00
upgradeprovisionneeddc.py autobuild: Remove ntdb target 2015-03-17 11:30:51 +01:00
xattr.py python: tests: Add tests for samba.posix_eadb module 2017-11-08 21:54:59 +01:00