summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_aging.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30pytest/dns_aging: Assert that the name of the node to search for is a stringJoseph Sutton1-0/+1
2023-08-30pytest/dns_aging: Correctly check that record is tombstonedJoseph Sutton1-5/+5
2023-08-30pytest/dns_aging: Check value of ‘dtime’Joseph Sutton1-0/+2
2023-08-30python: Remove unused importsJoseph Sutton1-1/+1
2023-08-30python: Fix spellingJoseph Sutton1-2/+2
2023-06-23python:samba:tests: Fix code spellingAndreas Schneider1-1/+1
2021-11-22pytest/dns_aging: remove duplicate testsDouglas Bagnall1-12/+0
2021-11-22pytest/dns_aging: use correct variable namesDouglas Bagnall1-2/+2
2021-06-22pytest: dns_aging: do not insist on non-aging timestamp updatesDouglas Bagnall1-2/+6
2021-06-22pytest: dns_aging sibling test fails on windowsDouglas Bagnall1-2/+13
2021-06-22pytest dns_aging: add windows_variationDouglas Bagnall1-1/+13
2021-06-22pytest: dns_aging: fix two tests (bad arithmetic)Douglas Bagnall1-11/+11
2021-06-22pytest dns_aging: add sibling testsDouglas Bagnall1-0/+132
2021-06-22pytest dns_aging: add simple delete testsDouglas Bagnall1-0/+131
2021-06-22pytest: dns_aging: test delete multiple recordsDouglas Bagnall1-3/+88
2021-06-22pytest: dns_aging: test RPC updates of disparate typesDouglas Bagnall1-1/+16
2021-06-20pytest dns_aging: test tombstone timestamp rangesDouglas Bagnall1-1/+56
2021-06-20pytest: dns_aging: remove a test that fails on WindowsDouglas Bagnall1-42/+0
2021-06-20pytest: dns_aging: add Samba-specific scavenging testDouglas Bagnall1-0/+85
2021-06-20pytest: dns_aging: try queries of recently tombstoned nodesDouglas Bagnall1-0/+16
2021-06-20pytest: dns_aging tests deletions using DNS updateDouglas Bagnall1-0/+95
2021-06-20pytest: dns_aging: remove/fix unused helper functionsDouglas Bagnall1-8/+6
2021-06-20pytest: dns_aging: helper to get non-tombstoned recordsDouglas Bagnall1-0/+8
2021-06-20pytest: dns_aging: add helper for DNS delete updatesDouglas Bagnall1-0/+6
2021-06-20pytest: dns_aging: correct typo mis-assertions in 2 testsDouglas Bagnall1-2/+2
2021-06-20pytest: dns_aging: remind developers to use fl2003Douglas Bagnall1-0/+6
2021-06-20pytest: dns_aging: use assert_timestamps_equal() widelyDouglas Bagnall1-110/+110
2021-06-20pytest: add A and AAAA aging testsDouglas Bagnall1-1/+121
2021-06-20pytest: adjust dns_aging to handle some non-TXT recordsDouglas Bagnall1-11/+120
2021-06-20pytests: dns_aging get informative assertionsDouglas Bagnall1-2/+47
2021-06-11pytests: add dns_aging, embracing and extending ageing testsDouglas Bagnall1-0/+1895