summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests
Commit message (Expand)AuthorAgeFilesLines
* test:dnsserver: Add zone creation and deletion testAmitay Isaacs2011-12-231-0/+51
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-0/+79
* s4 dns: Give better test output on RCODE mismatchKai Blin2011-12-171-1/+20
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-091-0/+12
* s4 dns: Add test to prove two updates in one packet are a FORMERRKai Blin2011-12-091-0/+18
* Add test for PEP8 - currently all errors are ignored, but we warn about them ...Jelmer Vernooij2011-12-081-0/+50
* Add tests for srvsvc python interface. Thanks Dhananjay SatheJelmer Vernooij2011-12-081-0/+69
* s4 dns: Test SOA queriesKai Blin2011-12-031-0/+32
* s4-test: Remove metadata and ldb.d directory on clean upAmitay Isaacs2011-11-291-0/+5
* s4 dns: Test QCLASS_NONE queryKai Blin2011-11-241-0/+14
* s4 dns: Test QTYPE_ALL queryKai Blin2011-11-241-0/+25
* s4 dns: Check more of the returned values for the A queryKai Blin2011-11-241-0/+3
* s4 dns: Move dns_transaction_udp to other helper functionsKai Blin2011-11-241-13/+14
* s3-py-passdb: Fix handling of uninitialized gid valuesAmitay Isaacs2011-11-181-1/+1
* s3-passdb_test: Policy values are converted to signed integerAmitay Isaacs2011-11-181-1/+1
* s4 dns: Add a first test caseKai Blin2011-11-171-0/+117
* samba.tests.dsdb: Import TestCase from samba.tests.Jelmer Vernooij2011-11-171-4/+1
* samba.tests: Make sure testtools is available before importing it.Jelmer Vernooij2011-11-171-0/+2
* s4-test: improved error checking in samba-tool time testAndrew Tridgell2011-11-101-0/+2
* test: add samba-tool user testsSean Dague2011-11-101-0/+215
* test: Add samba-tool time testsSean Dague2011-11-101-0/+43
* test: add directory and base class for samba-tool testsSean Dague2011-11-102-0/+124
* s4-dnsserver: Test forward zones are not listed in reverse zone searchAmitay Isaacs2011-11-081-2/+15
* samba.netcmd: Pass in outf/errf.Jelmer Vernooij2011-11-021-3/+1
* s4-dnsserver: Check the raised exception with assertRaisesAmitay Isaacs2011-11-021-13/+11
* s4-selftest: Add tests for RPC dnsserverAmitay Isaacs2011-10-201-0/+181
* s4-test: added test suite for common.py codeAndrew Tridgell2011-10-201-0/+42
* samba.getopt: Add some basic tests.Jelmer Vernooij2011-10-191-0/+57
* samba-tool: Add test to make sure all commands have a short description set.Jelmer Vernooij2011-10-141-0/+11
* samba-tool: Add test to make sure all commands have a synopsis set.Jelmer Vernooij2011-10-141-3/+23
* samba.netcmd: Reintroduce Command.name.Jelmer Vernooij2011-10-141-0/+5
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+0
* samba-tools/testparm: Add really basic unit test, demonstrating how to write ...Jelmer Vernooij2011-10-131-0/+29
* s4-python: Consistently use spaces rather than tabs, fix headers in several p...Jelmer Vernooij2011-09-1323-74/+134
* Add samba.tests.source, which checks Python files for copyright lines, licens...Jelmer Vernooij2011-09-131-0/+168
* s4-test: name attribute remove from Command class, so test not requiredAmitay Isaacs2011-09-091-6/+0
* py-samba3-test: Copy sample database in tempdir before running testAmitay Isaacs2011-08-261-7/+11
* py-samba3-test: Set lock directory to the datadirAmitay Isaacs2011-08-261-0/+1
* py-samba3: Use passdb/param wrapper for samba3 moduleAmitay Isaacs2011-08-261-136/+94
* s4-dsdb: change the samba3sam test to add the show_deleted moduleAndrew Tridgell2011-07-211-1/+1
* ldb: use base searches for @ special DNsAndrew Tridgell2011-07-131-5/+3
* s4-param Remove 'sid generator'Andrew Bartlett2011-06-061-1/+5
* samba3sam.py: don't assume order of ldb results.Rusty Russell2011-06-021-142/+164
* s4-python: move function find_provision_key_parameters to provision namespace...Matthieu Patou2011-05-211-2/+2
* selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2011-05-182-0/+135
* s4-unittests: replace assertEquals(res, []) by assertEquals(len(res), 0)Matthieu Patou2011-02-211-1/+1
* s4/samba.tests: Raise BlackboxProcessError exception in case check_output met...Kamen Mazdrashki2011-02-201-2/+2
* s4/samba.tests: Extend CalledProcessError class to store STDOUT and STDERR fo...Kamen Mazdrashki2011-02-201-0/+13
* s4/tests: Implement a blackbox test for 'samba-tool drs' commandKamen Mazdrashki2011-02-091-0/+100
* s4/tests: Move command line processing into separate method to be reusedKamen Mazdrashki2011-02-091-6/+6