summaryrefslogtreecommitdiff
path: root/python/samba/tests/auth_log_base.py
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-06-15tests/auth_log: Ensure tests continue to pass when new log types are addedJoseph Sutton1-2/+24
2023-06-15tests/auth_log: Add support for new ‘KDC Authorization’ log typeJoseph Sutton1-0/+1
2023-06-14tests/auth_log: Refactor waitForMessages() to use nextMessage()Joseph Sutton1-15/+8
2023-06-14tests/auth_log: Add method to fetch the next relevant message from the messag...Joseph Sutton1-0/+38
2023-06-14tests/auth_log: Factor out isRemote()Joseph Sutton1-22/+22
2023-05-29tests/auth_log: Add missing call to tearDownClass()Joseph Sutton1-0/+2
2023-05-29tests/auth_log: Remove unnecessary checkJoseph Sutton1-4/+3
2023-05-29tests/auth_log: Call discardMessages() on classJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Make discardMessages() more reliableJoseph Sutton1-4/+13
2023-05-29tests/auth_log: Correctly get lp_ctxJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Remove unneeded len() callJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-5/+5
2023-05-29tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-5/+5
2023-05-29tests/auth_log: Correctly check for GUIDJoseph Sutton1-1/+1
2023-05-29tests/auth_log: Pre-compile GUID regexJoseph Sutton1-2/+3
2023-05-24tests/auth_log: Simplify isRemote()Joseph Sutton1-5/+7
2023-05-24tests/auth_log: Rename ‘self’ parameter to ‘cls’Joseph Sutton1-10/+10
2023-05-24tests/auth_log: Call setUpClass() method of base classJoseph Sutton1-0/+2
2023-05-24tests/auth_log: Don’t silently override remoteAddressJoseph Sutton1-1/+0
2022-10-21python: Remove unused imports in auth_log testsJoseph Sutton1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2019-03-05tests: Reduce likelihood of auth_log test locking up during CIAaron Haslett1-12/+13
2019-03-04tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale1-0/+11
2019-03-04tests: Remove explicit SOCKET_WRAPPER usage from auth_log testsTim Beale1-1/+9
2019-02-20auth_log tests: Allow the remote address to be NoneGary Lockyer1-0/+3
2018-12-20tests (audit_auth)_log: PEP8 cleanup.Gary Lockyer1-0/+1
2018-12-10python/samba/tests: Fix auth_log messaging problems in py3Noel Power1-0/+3
2018-12-10PY3: wrap filter calls with list where list is expectedNoel Power1-1/+1
2018-05-31auth tests: irpc remove "auth_event" name on completionGary Lockyer1-0/+1
2018-05-10auth logging tests: Clean up flake8 warningsGary Lockyer1-15/+12
2018-05-10auth logging tests: Add tests for sessionIdGary Lockyer1-0/+8
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2017-07-24tests auth_log: Modify existing tests to handle NETLOGON messagesGary Lockyer1-0/+17
2017-03-29auth log tests: password change testsGary Lockyer1-6/+8
2017-03-29auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett1-0/+102