summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests
AgeCommit message (Expand)AuthorFilesLines
2012-03-14s4:selftest: fix a message-typo in the "samba-tool user" testsuite.Michael Adam1-1/+1
2012-03-14s4:selftest: add a new test for "samba-tool user list"Michael Adam1-1/+27
2012-03-13s4-python: Add missing python source file encoding.Andreas Schneider1-0/+2
2012-03-13s4-python: Remove env from non-executable samba_tool scripts.Andreas Schneider2-4/+0
2012-03-13s4-python: Remove env from non-executable dcerpc scripts.Andreas Schneider11-21/+4
2012-03-13s4-python: Remove execute flag from non-executable rpc_talloc script.Andreas Schneider1-0/+0
2012-03-13s4-python: Remove env from non-executable blackbox test scripts.Andreas Schneider2-3/+0
2012-03-13s4-python: Remove execute flag from ndrdump blackbox script.Andreas Schneider1-0/+0
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider28-57/+0
2012-03-11s4 dns: Test deleting records and fix a small buKai Blin1-0/+39
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