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