summaryrefslogtreecommitdiff
path: root/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-01python/tests: Add more assertions that we get back the value we expectAndrew Bartlett1-0/+6
2015-09-01python/tests: Add tests for 64 bit signed integersAndrew Bartlett1-1/+27
2015-08-24dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett1-0/+24
2015-08-24python/tests: Add tests for integer overflow handlingAndrew Bartlett1-0/+203
2015-08-24python: Use an unsigned integer for buf_size, not -1Andrew Bartlett1-1/+1
2015-08-06dns: always add authority recordsKai Blin1-17/+17
2015-07-31tests:docs: don't load or test the static param_table.Michael Adam1-49/+0
2015-07-31tests:docs: remove testing the diff between the static and generated tableMichael Adam1-19/+0
2015-07-31tests:docs: test the diff between the static and generated tableMichael Adam1-0/+19
2015-07-31tests:docs: load the full data from the generated param_tableMichael Adam1-0/+6
2015-07-31tests:docs: load the full data from the existing param_table.Michael Adam1-0/+6
2015-07-31tests:docs: add a function to load the full data structures from the tableMichael Adam1-0/+58
2015-07-31tests:docs: print more complicated structures than strings in the message.Michael Adam1-0/+1
2015-07-31tests:docs: common initialization in docs test.Michael Adam1-43/+35
2015-07-31param: move the actual table out into param_table_static.cMichael Adam1-1/+1
2015-07-31tests:docs: teach the test the types cmdlist, bytes, octal, and ustringMichael Adam1-0/+8
2015-07-31tests: teach the docs test about boolean-revMichael Adam1-0/+2
2015-07-03python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher1-11/+2
2015-07-03python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher1-0/+12
2015-07-03python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher1-6/+10
2015-07-03python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2-14/+12
2015-06-12KCC: ldif_import_export tests dotfiles have contentsDouglas Bagnall1-6/+11
2015-06-12KCC: ldif_import_export tests checks the dot-filesDouglas Bagnall1-0/+23
2015-06-12KCC: ldif_import_export tests use samba.tests.TestCaseInTempDirDouglas Bagnall1-19/+21
2015-06-12KCC: add tests for kcc.graph repltimes functionsDouglas Bagnall1-3/+34
2015-06-12KCC: beginning of tests for kcc.graphDouglas Bagnall1-0/+39
2015-06-12KCC: add a very puny stub for kcc.kcc_utils testsDouglas Bagnall1-0/+37
2015-06-12KCC: remove "forest_of_rings" verification checkDouglas Bagnall1-3/+0
2015-06-12KCC move and fix ldif_import_export and graph_utils testsDouglas Bagnall2-27/+17
2015-06-12KCC: shift tests/ldif_utils.py to tests/kcc/ldif_import_export.pyDouglas Bagnall1-0/+0
2015-06-12KCC: shift tests/graph_utils.py to tests/kcc/graph_utils.pyDouglas Bagnall1-0/+0
2015-06-12KCC: add multi-site ldif to ldif_import_export test suiteDouglas Bagnall1-0/+56
2015-06-12KCC: test stub for KCC objectDouglas Bagnall1-0/+80
2015-06-12KCC: shift samba.ldif_utils to samba.kcc.ldif_import_exportDouglas Bagnall1-3/+3
2015-05-30KCC: tests/ldif_utils tests ldif importDouglas Bagnall1-5/+30
2015-05-30KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftestDouglas Bagnall1-0/+99
2015-05-29KCC: test suite for the graph_utilsDouglas Bagnall1-0/+162
2015-05-02param: Remove unused P_SEP and P_SEPARATORMichael Adam1-2/+0
2015-03-31doc: "prune stale" and "sequence timeout" fssd parametersDavid Disseldorp1-1/+1
2015-03-17python: Remove ntdb referencesVolker Lendecke1-3/+0
2015-03-17autobuild: Remove ntdb targetVolker Lendecke2-2/+2
2015-03-17Remove ntdb from scriptsVolker Lendecke2-2/+2
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam2-2/+2
2015-03-16selftest: rename env plugin_s4_dc to ad_dcMichael Adam1-4/+4
2015-03-12selftest: modify python.samba.test.posixacl to cope with nss_winbind activeMichael Adam1-4/+28
2015-03-06Implement TestCase.assertIsNotNone for python < 2.7.Jelmer Vernooij1-6/+9
2015-03-06Implement TestCase.assertIn for older versions of Python.Jelmer Vernooij1-0/+3
2015-03-06Implement assertIsNone for Python < 2.7.Jelmer Vernooij1-0/+3
2015-03-06Handle skips when running on python2.6.Jelmer Vernooij1-9/+57
2015-03-06Run cleanup after tearDown, for consistency with Python >= 2.7.Jelmer Vernooij1-2/+3