summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2012-03-11s4 dns: Clean up tests a bitKai Blin1-2/+1
2012-03-11s4 dns: Support TXT updates, add testsKai Blin1-0/+81
2012-03-10samba.tests.blackbox.samba_tool_drs: Remove unused import.Jelmer Vernooij1-1/+0
2012-03-10samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...Jelmer Vernooij1-2/+1
2012-03-10samba.tests.samba_tool.user: Remove unused imports.Jelmer Vernooij1-2/+0
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin1-0/+34
2012-03-06policy/python: Move python binding tests to standard location.Jelmer Vernooij1-0/+36
2012-02-27samba.xattr: Massively simplify copytree_with_xattrs.Jelmer Vernooij1-1/+24
2012-02-26provision: Simplify make_smbconf a bit.Jelmer Vernooij1-2/+2
2012-02-26provision: Add tests for determine_netbios_name.Jelmer Vernooij1-0/+9
2012-02-26provision: Split out result reporting for backends.Jelmer Vernooij1-1/+3
2012-02-26provision: Put adminpass details in ProvisionResult.Jelmer Vernooij1-9/+15
2012-02-26provision/tests: Test for phpldapadminconfig path.Jelmer Vernooij1-3/+21
2012-02-26provision: Leave result reporting up to caller.Jelmer Vernooij1-2/+3
2012-02-25provision: Start splitting out provision result reporting from actual provisi...Jelmer Vernooij1-2/+33
2012-02-25Factor out sanitize_server_role.Jelmer Vernooij1-1/+18
2012-02-18s4-python: Various formatting fixes.Jelmer Vernooij6-9/+15
2012-02-10tests/source: Add wafsamba/ files to list of Python files to check.Jelmer Vernooij1-2/+16
2012-01-24python: Change except: statement to except Exception:Amitay Isaacs1-1/+1
2012-01-12s4:pygensec/tests: add test for gensec_set_max_update_size()Stefan Metzmacher1-0/+54
2012-01-10s4:python tests __init__.py - do not depend on "subprocess.check_call()"Matthias Dieter Wallnöfer1-1/+4
2012-01-09s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"Matthias Dieter Wallnöfer1-6/+11
2012-01-04s4:pygensec/tests: check that the client and server have the same session keyStefan Metzmacher1-1/+4
2011-12-29s4-gensec: Pass the auth context in during gensec testAndrew Bartlett1-2/+3
2011-12-23test:dnsserver: Add zone creation and deletion testAmitay Isaacs1-0/+51
2011-12-17s4 dns: Update prerequisite checking conforming to RFCKai Blin1-0/+79
2011-12-17s4 dns: Give better test output on RCODE mismatchKai Blin1-1/+20
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