summaryrefslogtreecommitdiff
path: root/python/samba/tests/samba_tool
AgeCommit message (Expand)AuthorFilesLines
2023-11-15netcmd: silo member: Make output consistent with user commandRob van der Linde1-1/+2
2023-11-15netcmd: tests: make use of unique_nameRob van der Linde1-1/+1
2023-11-15netcmd: silo member uses consistent output with other commandsRob van der Linde1-3/+5
2023-11-09netcmd:tests: Test authentication policies containing device‐specific attri...Joseph Sutton1-1/+102
2023-11-01pytest:samba-tool domain test policy: test SDDL diagnosticsDouglas Bagnall1-0/+42
2023-11-01pytest: samba_tool domain auth policy fix for SDDL err msgDouglas Bagnall1-2/+2
2023-10-27python: silos: add support for allowed to authenticate from silo shortcutRob van der Linde1-0/+128
2023-10-26python: silos: add some missing tests for auth policy commandRob van der Linde1-0/+115
2023-10-26python: tests: claims and silo tests make use of unique_nameRob van der Linde2-150/+182
2023-10-26python: tests: improve comments for auth silo and policy testsRob van der Linde3-4/+17
2023-10-26python: tests: qa and developers were not in the correct caseRob van der Linde1-3/+3
2023-10-26python: tests: addCleanup is always before create operationRob van der Linde2-26/+46
2023-10-26netcmd: tests: make use of addCleanupRob van der Linde1-16/+2
2023-10-26netcmd: claims: rename claims and silo testsRob van der Linde3-102/+111
2023-10-26netcmd: silo command uses more consistent naming for tgt argsRob van der Linde1-36/+36
2023-10-26netcmd: silo command uses more consistent naming for policy argsRob van der Linde2-38/+48
2023-10-26netcmd: silo command remove combined --policy which set all 3Rob van der Linde3-46/+36
2023-10-25python:tests: Fix code spellingJoseph Sutton1-1/+1
2023-10-25python:tests: Remove unnecessary f‐stringsJoseph Sutton1-1/+1
2023-10-24python: getopt: Add HostOptions to avoid need to manually add -HRob van der Linde1-5/+3
2023-10-24python: getopt: subclass OptionParser to populate option_classRob van der Linde1-3/+2
2023-10-24netcmd: tests: stop checking for ERROR prefix from CommandErrorRob van der Linde3-22/+21
2023-10-24python: netcmd: parser class in getSamDB should set option_classRob van der Linde1-1/+2
2023-10-24python: netcmd: fix import grouping and sorting in base firstRob van der Linde1-3/+4
2023-10-24netcmd: don't turn exception into CommandError in run_validatorsRob van der Linde1-73/+60
2023-10-13python:tests: Use assertEqual() instead of assertEquals()Joseph Sutton3-14/+14
2023-09-29netcmd: tests: add some tests for valid and invalid SDDL in cli commandsRob van der Linde1-0/+32
2023-09-29netcmd: models: add SDDL model fieldRob van der Linde1-1/+41
2023-09-29netcmd: models: field to_db_value needs ldb paramRob van der Linde1-1/+1
2023-09-29netcmd: tests: modify auth silo cli tests setup their own test dataRob van der Linde1-15/+29
2023-09-29netcmd: tests: modify auth policy cli tests setup their own test dataRob van der Linde1-28/+71
2023-09-29netcmd: tests: modify claim cli tests setup their own test dataRob van der Linde1-39/+46
2023-09-29netcmd: tests: test that create objects make use of addCleanupRob van der Linde3-0/+46
2023-09-29netcmd: tests: tests tidyup and make use of setUpTestDataRob van der Linde5-142/+99
2023-09-29netcmd: tests: make _run a classmethod in SambaToolCmdTestRob van der Linde4-9/+13
2023-09-29netcmd: tests: avoid the need to create a random command in GetSamDBRob van der Linde1-21/+10
2023-09-27python:tests: Fix invalid escape sequencesJoseph Sutton2-2/+2
2023-09-14python:tests: Fix invalid escape sequenceJoseph Sutton1-1/+1
2023-09-14python:tests: Remove unused variablesJoseph Sutton2-2/+2
2023-09-14python:tests: Remove unused importsJoseph Sutton4-6/+0
2023-09-11python:tests: Fix code spellingJoseph Sutton1-1/+1
2023-08-30python: Fix invalid escape sequencesJoseph Sutton1-1/+1
2023-08-30python: Remove redundant backslashesJoseph Sutton1-2/+2
2023-08-30python: Remove unused importsJoseph Sutton1-2/+0
2023-08-21python:tests: Reuse policies and silos created by setUp() across all testsJoseph Sutton2-36/+54
2023-08-21python:tests: Reuse claims created by setUp() across all testsJoseph Sutton1-19/+50
2023-08-21python:tests: Make getSamDB() a static methodJoseph Sutton1-1/+2
2023-07-19netcmd: sites: tests for list and view sites and subnetRob van der Linde1-1/+70
2023-06-25netcmd: domain: add error handling to domain auth commandsRob van der Linde2-22/+22
2023-06-25netcmd: domain: silo member command testsRob van der Linde2-0/+147