1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/python/samba/tests
Stefan Metzmacher 4f6d26609a python/tests/krb5: add simple_tests.py with the first simple test
This just demonstrates that the infrastructure works:-)

I'm running this as:

  SERVER=172.31.9.188 DOMAIN=W2012R2-L6 REALM=W2012R2-L6.BASE \
  USERNAME=administrator PASSWORD=A1b2C3d4 SERVICE_USERNAME="w2012r2-188" \
  python/samba/tests/krb5/simple_tests.py

Pair-Programmed-With: Isaac Boukris <iboukris@samba.org>

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Isaac Boukris <iboukris@samba.org>
Reviewed-by: Isaac Boukris <iboukris@samba.org>
2020-03-27 18:17:35 +00:00
..
blackbox selftest: use 10.53.57.0/8 instead of 127.0.0.1/8 2020-03-27 09:02:38 +00:00
dcerpc selftest: use 10.53.57.0/8 instead of 127.0.0.1/8 2020-03-27 09:02:38 +00:00
dns_forwarder_helpers selftest: Move dns_hub.py into selftest directory 2019-02-01 03:36:15 +01:00
emulate traffic replay test: Populate total_converations and instance_id 2019-07-24 02:24:27 +00:00
kcc pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
krb5 python/tests/krb5: add simple_tests.py with the first simple test 2020-03-27 18:17:35 +00:00
samba_tool selftest: test samba-tool group commands with groupnames with brackets and spaces 2020-02-28 03:08:45 +00:00
__init__.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
audit_log_base.py tests: Work audit_log CLIENT_IP out from config instead of env var 2019-03-04 21:41:16 +00:00
audit_log_dsdb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
audit_log_pass_change.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_base.py tests: Reduce likelihood of auth_log test locking up during CI 2019-03-05 13:10:43 +00:00
auth_log_ncalrpc.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_netlogon_bad_creds.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_netlogon.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_pass_change.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_samlogon.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log_winbind.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth_log.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
auth.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
common.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
complex_expressions.py ldb: tests for <= and >= integer indexing 2019-04-08 02:07:23 +00:00
core.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
credentials.py python/tests/credentials: remove unused variables 2018-11-01 05:08:14 +01:00
dckeytab.py PEP8: fix E122: continuation line missing indentation or outdented 2018-09-06 12:10:11 +02:00
dns_base.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
dns_forwarder.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
dns_invalid.py python/tests/dns*: remove unused imports 2018-10-25 21:45:54 +02:00
dns_tkey.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
dns_wildcard.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
dns.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
docs.py param: Allow rpc server dynamic port range to roundtrip 2019-09-13 11:15:31 +00:00
domain_backup_offline.py tests: Rework backup test inheritance to make LP constraints clearer 2018-11-27 06:57:03 +01:00
domain_backup.py tests: Rework backup test inheritance to make LP constraints clearer 2018-11-27 06:57:03 +01:00
dsdb_lock.py PEP8: fix E303: too many blank lines (2) 2018-08-24 07:49:30 +02:00
dsdb_schema_attributes.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
dsdb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
encrypted_secrets.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
gensec.py python/tests/gensec: add spnego downgrade python tests 2019-10-12 14:33:33 +00:00
get_opt.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
getdcname.py selftest: Improve an error message 2019-01-11 06:01:01 +01:00
glue.py python: samba.tests.glue: Add new tests for samba._glue. 2017-03-10 07:31:10 +01:00
gpo.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
graph.py PEP8: fix E122: continuation line missing indentation or outdented 2018-08-24 07:49:26 +02:00
group_audit.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
hostconfig.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
join.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
krb5_credentials.py python tests: fix format() strings for Python 2.6 2018-09-21 20:04:23 +02:00
ldap_referrals.py ldap tests: test scheme for referrals 2019-05-24 03:19:18 +00:00
libsmb.py s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal 2019-01-09 14:30:31 +01:00
loadparm.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
lsa_string.py python/tests/lsa_string: remove duplicate method 2018-10-25 21:45:59 +02:00
messaging.py PEP8: fix E306: expected 1 blank line before a nested definition, found 0 2018-08-24 07:49:30 +02:00
net_join_no_spnego.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
net_join.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
netbios.py python/tests/netbios: remove unused imports 2018-10-25 21:45:54 +02:00
netcmd.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
netlogonsvc.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
ntacls_backup.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
ntacls.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
ntlm_auth_base.py selftest: Add a new base class for ntlm_auth tests 2018-12-19 12:42:09 +01:00
ntlm_auth_krb5.py tests/ntlm_auth: Port ntlm_auth_krb5 tests to python 2018-12-19 12:42:14 +01:00
ntlm_auth.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
ntlmdisabled.py python/tests/*: remove unused imports 2018-10-25 21:45:54 +02:00
pam_winbind_chauthtok.py tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DOMAIN value 2019-09-24 18:30:37 +00:00
pam_winbind_warn_pwd_expire.py tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DOMAIN value 2019-09-24 18:30:37 +00:00
pam_winbind.py tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DOMAIN value 2019-09-24 18:30:37 +00:00
param.py selftest: use 10.53.57.0/8 instead of 127.0.0.1/8 2020-03-27 09:02:38 +00:00
password_hash_fl2003.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
password_hash_fl2008.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
password_hash_gpgme.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
password_hash_ldap.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
password_hash.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
password_quality.py python/tests: remove unused imports 2018-10-25 21:45:54 +02:00
password_test.py python/tests/*: remove unused imports 2018-10-25 21:45:54 +02:00
policy.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
posixacl.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
prefork_restart.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
process_limits.py s4 smbd standard tests: limit forked processes 2018-11-30 11:42:44 +01:00
provision.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
pso.py python tests: fix format() strings for Python 2.6 2018-09-21 20:04:23 +02:00
py_credentials.py python/samba/tests: port samba.tests.py_credentials for py2/py3 compat 2018-09-05 23:27:12 +02:00
registry.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
s3idmapdb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
s3param.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
s3passdb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
s3registry.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
s3windb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
samba3sam.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
samba_upgradedns_lmdb.py test upgradedns: ensure lmdb lock files linked 2019-12-20 07:35:41 +00:00
samdb_api.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
samdb.py python/tests/samdb: avoid useless local variable 2018-10-25 21:45:54 +02:00
security.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
segfault.py pytests/segfault: pidl inline arrays 2019-11-14 16:12:40 +00:00
smb.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
smbd_base.py CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impact 2019-04-08 10:27:34 +00:00
smbd_fuzztest.py python: tests. Add test for fuzzing smbd crash bug. 2019-12-04 20:02:40 +00:00
source.py python/tests/krb5: modify rfc4120.asn1 in order to generate pyasn1 code 2020-03-27 18:17:35 +00:00
strings.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
subunitrun.py pytests/subunitrun: not usefully executable 2019-07-02 04:21:36 +00: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_chauthtok.sh test_pam_winbind.sh: allow different pam_winbindd config options to be specified 2019-09-24 18:30:37 +00:00
test_pam_winbind_warn_pwd_expire.sh test_pam_winbind.sh: allow different pam_winbindd config options to be specified 2019-09-24 18:30:37 +00:00
test_pam_winbind.sh test_pam_winbind.sh: allow different pam_winbindd config options to be specified 2019-09-24 18:30:37 +00:00
upgrade.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
upgradeprovision.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
upgradeprovisionneeddc.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
usage.py python/tests/krb5: add simple_tests.py with the first simple test 2020-03-27 18:17:35 +00:00
xattr.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00