summaryrefslogtreecommitdiffstats
path: root/wintest/test-s4-howto.py
Commit message (Collapse)AuthorAgeFilesLines
* wintest: Give dcpromo more timeAndrew Bartlett2012-10-031-1/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Oct 3 16:04:44 CEST 2012 on sn-devel-104
* wintest: Give netdom join more time to completeAndrew Bartlett2012-10-031-1/+1
|
* wintest: bump version to 4.1Andrew Bartlett2012-10-031-1/+1
|
* wintest: Fix --use-ntvfs handlingAndrew Bartlett2012-09-121-1/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wintest: Rework support for the internal DNS serverAndrew Bartlett2012-09-121-15/+9
| | | | | | | | | | | We still have to run BIND, the change is if BIND is run to support our own zone, or if we forward to as well as to windows. This also adapts to the new defaults. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* wintest: make use of samba-tool domain provisionStefan Metzmacher2012-09-111-1/+3
| | | | metze
* wintest: enable dns forwarding for internal dnsBjörn Baumbach2012-06-211-1/+2
| | | | | | | | | | Internal DNS will forward dns requests to the original nameserver (specified in resolv.conf). Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Thu Jun 21 23:47:35 CEST 2012 on sn-devel-104
* wintest: set recursive queries for internal dnsBjörn Baumbach2012-06-211-1/+2
| | | | | | | Need dns recursive queries = yes, since host expects answers with RA-bit. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to select the dns backendBjörn Baumbach2012-06-211-11/+20
| | | | | | This is an option to use the internal dns. Signed-off-by: Kai Blin <kai@samba.org>
* wintest: set nameserver on a more general placeBjörn Baumbach2012-06-211-0/+2
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2012-06-211-1/+2
| | | | Signed-off-by: Kai Blin <kai@samba.org>
* wintest: use (renamed) smbclient4 tool as smbclientMichael Adam2012-05-311-1/+1
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu May 31 13:23:34 CEST 2012 on sn-devel-104
* wintest: introduce a variable to contain the (relative) path of smbclientMichael Adam2012-05-311-37/+44
|
* wintest: s3fs is now the default in provisionAndrew Bartlett2012-05-251-2/+1
|
* s4-wintest: --use-s3fs in wintestAndrew Bartlett2012-05-021-1/+2
|
* wintest: test demote of DCAndrew Bartlett2012-03-231-0/+3
|
* samba-tool: updated test suite to account for newuser changeGiampaolo Lauria2011-07-281-6/+6
| | | | | | | Updated test suite invocations of newuser to "user add" as the newuser functionality is now being moved to "user add" Signed-off-by: Andrew Tridgell <tridge@samba.org>
* samba-tool: fixed some more calls to samba_tool join to be 'domain join'Andrew Tridgell2011-07-211-5/+5
|
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
| | | | | | this matches the s3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wintest: added a "ipconfig /flushdns"Andrew Tridgell2011-03-291-0/+3
| | | | | | w2k3 doesn't flush its DNS cache on a dynamic update Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wintest: ensure we startup the w2k3 DC VMAndrew Tridgell2011-03-291-0/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* Add support for testing a Win2k3 domain memberAndrew Bartlett2011-02-171-0/+7
|
* s4-wintest Use top level build for wintestAndrew Bartlett2011-02-071-1/+1
|
* wintest Return debug info when dcpromo fails from the logAndrew Bartlett2011-02-021-1/+11
|
* Typos in wintestZahari Zahariev2010-12-161-1/+1
|
* wintest Add testing of kerberos connections to Windows members of an AD domainAndrew Bartlett2010-12-141-22/+24
| | | | | | | | | | | | | | | | | This improves the Samba3 wintest script to test against Windows7 and WinXP domain members, and Windows7 standalone servers. To do this, more of the samba4 script is put in common, and we splut up the starting of the VMs from the preperation of the VM. This also improves the nmblookup command parsing to cope with both the samba3 and samba4 nmblookup commands. A krb5.conf is now provided for both s3 and s4 tests. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Dec 14 01:54:46 CET 2010 on sn-devel-104
* wintest flush DNS on Windows clients to improve reliablityAndrew Bartlett2010-12-101-0/+2
| | | | | Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Dec 10 08:45:28 CET 2010 on sn-devel-104
* wintest Share more of the S4 test code with the s3 testAndrew Bartlett2010-12-101-245/+13
| | | | | | | | This allows us to run a private BIND in the S3 test, and allows the S3 test to join a freshly provisioned AD instance if the VM isn't already configured. Andrew Bartlett
* wintest Remove the password expiry as the first stepAndrew Bartlett2010-12-091-3/+3
| | | | | | | | | | This is particularly important before dcpromo, as the password will otherwise be expired in the new domain. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 9 13:33:00 CET 2010 on sn-devel-104
* wintest: use --add-ref for RODC replicationAndrew Tridgell2010-12-081-3/+18
| | | | | this forces the creation of the repsTo attribute, and allows more complete testing of RODC replication
* wintest: autodetect if named supports tkey-gssapi-keytabAndrew Tridgell2010-12-031-3/+25
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 08:48:52 CET 2010 on sn-devel-104
* wintest: put most of the main program login in wintest.pyAndrew Tridgell2010-12-031-46/+6
| | | | | | | this makes it easier to create new tests Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Dec 3 06:17:44 CET 2010 on sn-devel-104
* wintest: cope with w2k3 form of dcdiag outputAndrew Tridgell2010-12-011-2/+0
|
* wintest Move stopping of BIND into a new stepAndrew Bartlett2010-12-011-11/+31
| | | | | | | We must run this early, to ensure that BIND isn't alive to write to the zone file after provision has cleaned it up. Andrew Bartlett
* wintest: fixed formatting of wintest in emacs python modeAndrew Tridgell2010-12-011-1/+1
|
* wintest Wipe the BIND data directory just before we restart bindAndrew Bartlett2010-12-011-2/+5
| | | | | | | This will hopefully mean we don't end up with stale zone info in the new server. Andrew Bartlett
* wintest Add more retries and fix up RODC handling after auto-dcpromoAndrew Bartlett2010-12-011-16/+35
| | | | | | | The extra looping allows some time for the system to settle down while we connect to the server for the first time. Andrew Bartlett
* wintest Allow 'samba-tool newuser' to run a few times waiting for the RID SetAndrew Bartlett2010-12-011-1/+1
| | | | Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* wintest Make the new --vms option default to running all tests.Andrew Bartlett2010-12-011-1/+1
| | | | Andrew Bartlett
* wintest Add a function to shut down all the managed VMs at the startAndrew Bartlett2010-12-011-0/+9
| | | | | | | This helps ensure that old virtual machines don't interfer with a new test run. Andrew Bartlett
* wintest Add automatic dcpromo is the host isn't a DC yetAndrew Bartlett2010-12-011-3/+66
| | | | | | | This is slow, and requires an extra reboot, but should be consistent and reproducible. Andrew Bartlett
* wintest: cope with delays in w2k3 starting its DRS serverAndrew Tridgell2010-12-011-1/+1
| | | | | w2k3 brings up its DRS server quite a long time after its other services
* wintest: wait for the windows DC to register its DNS nameAndrew Tridgell2010-12-011-0/+3
| | | | | | | after a windows DC uses dcpromo to join our domain, it can take a while for it to register its DNS name Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wintest: added --vms optionAndrew Tridgell2010-12-011-9/+12
| | | | this allows you to run tests associated with a specified list of VMs
* wintest: cope with the heimdal version of kinitAndrew Tridgell2010-11-291-1/+2
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 29 08:49:36 CET 2010 on sn-devel-104
* wintest: cope with VMs sometimes not rebootingAndrew Tridgell2010-11-271-6/+3
| | | | | | | | | | | my w2k8 image occasionally gets stuck in the early stages of booting. This adds code to detect a failed reboot, in which case the VM is reset Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 02:42:19 CET 2010 on sn-devel-104
* wintest: avoid adding a blank line to resolv.conf on each runAndrew Tridgell2010-11-271-2/+1
| | | | | Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Nov 27 01:47:48 CET 2010 on sn-devel-104
* wintest: do an initial replication of CN=Configuration to transfer dnsHostnameAndrew Tridgell2010-11-261-0/+4
| | | | this fixes the drs replication in the dcpromo test
* wintest: fixed "rndc command" option in provisionAndrew Tridgell2010-11-261-5/+14
| | | | | | we need to point at the generated rndc.conf Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wintest: make IPv6 optional in wintestAndrew Tridgell2010-11-261-5/+12
| | | | we need some more work on IPv6 support in s4 before this works