summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-response'Stefan Metzmacher1-3/+164
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness force-unregi...Stefan Metzmacher1-0/+34
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness {client,shar...Stefan Metzmacher1-5/+212
2024-01-26python:tests/rpcd_witness_samba_only: add tests for 'net witness list'Stefan Metzmacher1-0/+477
2024-01-26python/blackbox: add rpcd_witness_samba_only.py testStefan Metzmacher2-0/+461
2024-01-26python/tests: add TestCase.get_loadparm(s3=True) supportStefan Metzmacher1-5/+9
2024-01-22gpo: Test certificate policy without NDESGabriel Nagy1-6/+120
2024-01-15python: Generate HRESULT definitions automaticallyJoseph Sutton4-6/+9
2023-12-22tests/krb5: Raise an error if root key data is the wrong lengthJoseph Sutton1-0/+7
2023-12-22tests/krb5: Test that root key data is the correct length in bytesJoseph Sutton2-6/+25
2023-12-22tests/krb5: Create root key just for implicit root key testsJoseph Sutton1-22/+22
2023-12-22tests/krb5: Check properties of current GKDI keyJoseph Sutton1-1/+5
2023-12-21tests/krb5: Add Python implementation and tests for Group Key Distribution Se...Joseph Sutton2-0/+1360
2023-12-21python:tests: Catch strings passed to utf16_encoded_len() with embedded nullsJoseph Sutton1-0/+3
2023-12-21gkdi.idl: Add ‘additional_info’ field to KeyEnvelope structureJoseph Sutton1-2/+4
2023-12-21tests/krb5: Remove redundant definitionsJoseph Sutton3-32/+5
2023-12-21python:tests: Don’t needlessly create single‐element tupleJoseph Sutton1-1/+1
2023-12-21python:tests: Rename parameter to be consistent with overridden methodJoseph Sutton1-2/+2
2023-12-21python:tests: Raise exception of more specific type NotImplementedErrorJoseph Sutton1-1/+1
2023-12-21python:tests: Use ‘False’ in boolean expression rather than ‘None’Joseph Sutton1-1/+1
2023-12-21selftest: Add tests for "samba-tool user get-kerberos-ticket"Andrew Bartlett1-0/+195
2023-12-21python: tests: blackbox test for GMSARob van der Linde1-0/+171
2023-12-21selftest: Modify expected output of 'samba-tool user getpassword' to be more ...Andrew Bartlett2-48/+50
2023-12-21selftest: fix failing user setpassword testRob van der Linde1-2/+2
2023-12-21netcmd: getpassword: print OK message on stderrRob van der Linde4-15/+5
2023-12-21selftest: Avoid assertTrue() and assertFalse() where a better test existsAndrew Bartlett1-39/+39
2023-12-21selftest: require named parameters for callers of connect_samdb() and connect...Rob van der Linde1-4/+5
2023-12-21selftest: add get_env_credentials()Rob van der Linde1-0/+19
2023-12-21selftest: make get_loadparm a classmethodRob van der Linde1-1/+2
2023-12-21selftest: make _get_attribute use parse_ldifRob van der Linde1-7/+4
2023-12-21selftest: make _get_attribute a method on base classRob van der Linde4-88/+82
2023-12-21selftest: pep8: fix incorrect number of blank linesRob van der Linde2-0/+2
2023-12-21selftest: remove unused imports from virtualCryptSHA testsRob van der Linde2-11/+0
2023-12-21selftest: function _get_attribute() was in two placesRob van der Linde1-13/+1
2023-12-14python: Remove unused parameter ‘samdb’Joseph Sutton1-2/+2
2023-12-14python: Remove unused parameter ‘lp’Joseph Sutton1-2/+2
2023-12-14python: Remove unused parameter ‘message’Joseph Sutton1-2/+2
2023-12-08tests/krb5: Remove unused parameterJoseph Sutton1-4/+3
2023-12-08tests/krb5: Fix indentationJoseph Sutton1-6/+6
2023-12-08tests/dcerpc: Remove unused importsJoseph Sutton1-1/+1
2023-12-08tests/dcerpc: Correct docstringJoseph Sutton1-1/+1
2023-12-08python:tests: Remove leftover debugging messageJoseph Sutton1-2/+0
2023-12-08python:tests: Remove unused importsJoseph Sutton2-6/+3
2023-12-08python:tests: Remove unnecessary f‐stringsJoseph Sutton2-16/+16
2023-12-08tests/ndr: Add tests for Group Key Distribution Service blobsJoseph Sutton1-0/+392
2023-12-08python:tests: Permit newer copyright noticeJoseph Sutton1-3/+20
2023-11-30python/samba/tests: Fix incorrect super-class in cred_opt.py setUp()Andrew Bartlett1-1/+1
2023-11-30python/samba/tests: Fix incorrect superclass in test_min_domain_uid.pyAndrew Bartlett1-2/+2
2023-11-30python: Correct Python2 super() calls that called the wrong classAndrew Bartlett4-4/+4
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde129-214/+214