Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | torture: Fix fsmo test to use correct -H samba-tool syntax | Andrew Bartlett | 2013-01-17 | 1 | -2/+2 |
| | | | | | | However, the test still does not pass. Reviewed-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4-fsmo: samba-tool fsmo takes a URL, not a hostname | Andrew Tridgell | 2011-03-29 | 1 | -2/+2 |
| | | | | | | better to call the option --url Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4/drs-tests: Inherit DrsFsmoTestCase from DrsBaseTestCase | Kamen Mazdrashki | 2011-02-20 | 1 | -35/+2 |
| | | | | and remove duplicated functionality | ||||
* | s4-python Ensure we add the Samba python path first. | Andrew Bartlett | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett | ||||
* | remove unnecessary use of pass. | Jelmer Vernooij | 2011-01-03 | 1 | -8/+0 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Jan 3 08:21:12 CET 2011 on sn-devel-104 | ||||
* | Use TestCase.get_credentials() where possible. | Jelmer Vernooij | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | s4-test/fsmo: Remove unused imports | Kamen Mazdrashki | 2010-12-02 | 1 | -2/+0 |
| | |||||
* | s4:torture/drs/python/fsmo.py - fix comments and an error message | Matthias Dieter Wallnöfer | 2010-11-27 | 1 | -3/+3 |
| | |||||
* | s4 net: rename to samba-tool in order to not clash with s3 net | Kai Blin | 2010-10-28 | 1 | -3/+3 |
| | | | | | Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Oct 28 07:25:16 UTC 2010 on sn-devel-104 | ||||
* | s4-test-fsmo.py: Implement kind of busy-wait for role transfer | Kamen Mazdrashki | 2010-10-03 | 1 | -18/+36 |
| | | | | | | | | | | This allows us not to hard code timeout we are going to wait for before failing the test - if DCs are not very busy, we won't wait at all (speeds up 'make test' by a minute also) Maximum timeout to wait for is set to 20 secs currently, which should be enough even for slow machines and tested DCs being under load | ||||
* | s4-test-fsmo.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 2010-10-03 | 1 | -8/+2 |
| | |||||
* | s4-test-fsmo.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 2010-10-03 | 1 | -22/+2 |
| | | | | | Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | ||||
* | s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connections | Kamen Mazdrashki | 2010-09-26 | 1 | -2/+3 |
| | |||||
* | s4/fsmo: Naming master support added | Anatoliy Atanasov | 2010-09-19 | 1 | -0/+4 |
| | | | | Test suite for fsmo is extended with a test case for naming master too. | ||||
* | s4/fsmo: Extended fsmo test with infrastructure, pdc and rid roles | Anatoliy Atanasov | 2010-09-15 | 1 | -21/+44 |
| | |||||
* | s4/fsmo: Added python tests for schema master transfer op | Anatoliy Atanasov | 2010-09-10 | 1 | -0/+152 |