summaryrefslogtreecommitdiffstats
path: root/source4/selftest
Commit message (Collapse)AuthorAgeFilesLines
* s4-pyrpc: convert rpc_talloc.py test to unittest frameworkAndrew Tridgell2010-08-261-1/+1
| | | | | | This fits in better with our test framework Pair-Programmed-With: Jelmer Vernooij <jelmer@samba.org>
* s4-pyrpc: added a test for talloc behaviour in pidl python codeAndrew Tridgell2010-08-251-0/+1
|
* s4-smbtorture: Added a torture test for forest trustsSumit Bose2010-08-251-0/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-test: Enable drs.rpc.msdsintid test case - it should be passing nowKamen Mazdrashki2010-08-191-1/+0
|
* s4:selftest: recreate $SELFTEST_PREFIX/s4client with each make test runStefan Metzmacher2010-08-171-3/+3
| | | | | | Otherwise just fill the disks of the build-farm hosts. metze
* s4:selftest: run ldapi tests in 'dc:local' environmentStefan Metzmacher2010-08-171-1/+1
| | | | metze
* s4-test: Add drs.rpc.msDSIntId test to knownfail testsKamen Mazdrashki2010-08-151-0/+1
|
* s4-test: Run all DRS-RPC.* tests in ncacn_ip_tcp_tests tests groupKamen Mazdrashki2010-08-151-3/+3
| | | | Andrew, please check.
* s4-test: Move RPC-DSSYNC test in DRS-RPC test suiteKamen Mazdrashki2010-08-111-1/+1
|
* s4:selftest: skip samba4.blackbox.ktpass for now as it's not portableStefan Metzmacher2010-07-311-0/+3
| | | | | | | | ktutil might not be installed or from MIT. We should build a samba4ktutil and use that instead, until then we need to skip this test. metze
* s4 unittests: add blackblox test for ktpassMatthieu Patou2010-07-171-0/+1
|
* s4:testprogs Operate the blackbox kinit and net tests using the :local configAndrew Bartlett2010-07-161-5/+5
| | | | | | | | | | | | | | This :local tells selftest.pl to use the local smb.conf for the test environment, not the generic client smb.conf This then makes the rest work properly - otherwise, it may attempt to connect to the wrong KDC for example. The only problem is that we can't test the 'net join' with this set, so this is removed from the test. The member server test environment checks this anyway. Andrew Bartlett
* s4: Unit test update_machine_account_password through kinitMatthieu Patou2010-07-151-0/+1
| | | | | | | This patch is for testing the chgdcpass script which is mostly a call to update_machine_account_password. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4 net: Add spn module to list/add/remove spn on objectsMatthieu Patou2010-07-101-0/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4:selftest: run RPC-SAMR-LARGE-DC against the vampire_dc to test the rid ↵Stefan Metzmacher2010-07-091-0/+5
| | | | | | alloc code metze
* s4:dsdb: move dsdb python tests from lib/ldb/ to dsdb/Stefan Metzmacher2010-06-301-8/+8
| | | | metze
* s4-smbtorture: add netr_GetForestTrustInformation test to RPC-NETLOGON.Günther Deschner2010-06-291-0/+1
| | | | Guenther
* s4:selftest Split out PKINIT tests from test_kinit.sh and test enc typesAndrew Bartlett2010-06-291-1/+4
| | | | | | | | | | | This allows us to run the PKINIT tests only against the main DC (for which the certificates were generated), while testing the available encryption types in each functional level. In particular, we need to assert that AES encryption is available in the 2008 functional level. Andrew Bartlett
* selftest: Remove accidentally committed dummy test.Jelmer Vernooij2010-06-281-1/+0
|
* s4:selftest - also "rpc.samr.users.privileges" does work nowMatthias Dieter Wallnöfer2010-06-281-1/+0
|
* s4:knownfail - "pwdLastSet" test does work nowMatthias Dieter Wallnöfer2010-06-281-1/+0
|
* s4/test: Run DrsDeleteObjectTestCase as part of S4 testingKamen Mazdrashki2010-06-281-0/+3
| | | | | | | | | I put this test in the end of the list of tests as it runs with 'vampire_dc' environment running. Currently there are tests that are failing when we have 2 DCs constantly replicating in the test environment (this, of course, should be fixed in the near future)
* smbtorture: Fix loading of --load-list.Jelmer Vernooij2010-06-251-0/+1
|
* selftest: Store the output of the last test run in st/subunit.Jelmer Vernooij2010-06-251-3/+10
| | | | | If a testrepository repository is present, add the test output when it has completed.
* s4:selftest Fix up netbios names for rpc_echo testAndrew Bartlett2010-06-231-1/+1
|
* s4:selftest Add 2003 and 2008R2 test environments and testsAndrew Bartlett2010-06-231-42/+42
| | | | | | | These tests were chosen particularly because they are known to test things that vary across the functional levels. Andrew Bartlett
* policy: Add samba.policy.get_gpo_flags binding.Jelmer Vernooij2010-06-201-0/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* make test modules for net group set of commands and modification to the ↵Lukasz Zalewski2010-06-201-1/+2
| | | | | | newuser to include additional parameters Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 upgradeprovision: Move functions to helpers and improve codeMatthieu Patou2010-06-201-1/+2
| | | | | | | | | | | | Among code improvement the most significant part is that we now compare DN object instead of their string representation. It allow to better react to case an white space difference. Some new move objects have been added (ie. System into well known security principals). This will allow more unittesting Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4 python: Add unit tests for upgradeprovision related stuffMatthieu Patou2010-06-201-0/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* unittest: Change the name of the base ldb test so that it can be easily ↵Matthieu Patou2010-06-181-2/+2
| | | | called separatly
* s4:selftest Add test environment for functional level 2000Andrew Bartlett2010-06-161-0/+2
| | | | | | | This required that we pass the name of the realm down as a parameter, so we can start up two different realms. Andrew Bartlett
* s4:selftest Remove becomedc tests from knownfail, these should now passAndrew Bartlett2010-06-151-1/+0
| | | | Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
* s4-test: Use smb.conf path set in environment rather than usingJelmer Vernooij2010-06-131-8/+8
| | | | | | command-line options. This is the first step towards supporting custom test runners.
* s4:smb_server: add dfs smbtorture to selftestsMatthieu Patou2010-05-181-0/+6
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-selftest: skip RAP-SAM tests against Samba 4.Günther Deschner2010-05-121-0/+1
| | | | Guenther
* s4:passwords.py - add a python unittest for additional testing of my ↵Matthias Dieter Wallnöfer2010-05-101-0/+1
| | | | | | | | passwords work This performs checks on direct password changes over LDB/LDAP. Indirect password changes over the RPCs are already tested by some torture suite (SAMR passwords). So no need to do this again here.
* s4:selftest: add --socket-wrapper[-keep]-pcap options to "waf test"Stefan Metzmacher2010-05-101-0/+10
| | | | metze
* s4-selftest: skip RAP-PRINTING tests.Günther Deschner2010-04-281-0/+1
| | | | Guenther
* s4:knownfail - remove tests which should passMatthias Dieter Wallnöfer2010-04-271-4/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4 python: add a unit test for function dsdb_get_oid_from_attidMatthieu Patou2010-04-151-0/+1
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* s4:selftest/wscript: --enable-selftest and --with-selftest-prefix are ↵Stefan Metzmacher2010-04-151-8/+10
| | | | | | configure options metze
* selftest: Support passing --load-list to test runners.Jelmer Vernooij2010-04-101-0/+15
|
* s4:LDB - fix up "LDAPI" testMatthias Dieter Wallnöfer2010-04-091-1/+3
| | | | Set the "options" environment variable in a deterministic manner.
* selftest: make sure filter-subunit and format-subunit use unbuffered ioStefan Metzmacher2010-04-092-4/+4
| | | | metze
* s4:selftest: mark some smb2.compound tests as knownfailStefan Metzmacher2010-04-091-0/+3
| | | | metze
* s4-waf: added --gdbtest option for waf testAndrew Tridgell2010-04-091-1/+7
|
* s4/test: Add DRS-UNIT test suite to 'quicktests' listKamen Mazdrashki2010-04-091-0/+1
|
* s4/test: add shemaInfo torture test to automated test suiteKamen Mazdrashki2010-04-091-0/+1
|
* selftest: Add --filtered-subunit option.Jelmer Vernooij2010-04-081-1/+6
|