summaryrefslogtreecommitdiff
path: root/python/samba/tests/getdcname.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30python:tests: Complete assertion messagesJoseph Sutton1-2/+2
2023-08-30python: Remove unused importsJoseph Sutton1-1/+0
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-8/+8
2023-06-14selftest: Assert trust realm is not NoneJoseph Sutton1-2/+1
2023-05-31sefltest: Improve getdcname test by confirming the _REQUIRED flag behavioursAndrew Bartlett1-2/+173
2023-05-31selftest: Fix remaining incorrect references to 2012 -> 2012R2 FL in GetDCNam...Andrew Bartlett1-4/+4
2023-05-31selftest: Change self.assertTrue(x is not None) -> self.assertIsNotNone(x)Andrew Bartlett1-30/+30
2023-05-29selftest: Confirm that the flags like DS_DIRECTORY_SERVICE_9_REQUIRED workAndrew Bartlett1-0/+83
2023-05-29selftest: Rework samba.tests.getdcname not to use ncalrpcAndrew Bartlett1-1/+1
2023-05-29selftest: Assert that we have a trust in samba.tests.getdcnameAndrew Bartlett1-18/+9
2019-01-11selftest: Improve an error messageVolker Lendecke1-1/+2
2018-10-25python/tests/getdcname: remove unused importsDouglas Bagnall1-3/+0
2018-05-04tests/getdcname: Add a number of tests for GetDCNameExGarming Sam1-0/+459