Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-06 | wintest: Try harder to recover from apparent failure to dcpromo | Andrew Bartlett | 1 | -1/+12 | |
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-10-03 | wintest: Give netdom join more time to complete | Andrew Bartlett | 1 | -1/+1 | |
2012-09-12 | wintest: Rework support for the internal DNS server | Andrew Bartlett | 1 | -20/+36 | |
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> | |||||
2012-09-12 | wintest: try to fix settings for the internal dns server | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2012-09-12 | s4 dns: use the internal DNS server per default | Kai Blin | 1 | -3/+3 | |
2012-06-21 | wintest: enable dns forwarding for internal dns | Björn Baumbach | 1 | -0/+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 | |||||
2012-06-21 | wintest: get original nameserver for forwarding on a more general place | Björn Baumbach | 1 | -5/+5 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: extend get_is_dc function with additional expectations | Björn Baumbach | 1 | -1/+1 | |
Windows Server 2003 r2 answers "wintest2k3 is not a DC." Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: check netcats exitstatus instead of output | Björn Baumbach | 1 | -2/+5 | |
There are many netcat implementations with different output messages. Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: set recursive queries for internal dns | Björn Baumbach | 1 | -0/+3 | |
Need dns recursive queries = yes, since host expects answers with RA-bit. Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: add option to select the dns backend | Björn Baumbach | 1 | -0/+14 | |
This is an option to use the internal dns. Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: set nameserver on a more general place | Björn Baumbach | 1 | -2/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-06-21 | wintest: add option to use ntvfs instead of s3fs | Björn Baumbach | 1 | -0/+6 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-31 | wintest: introduce a variable to contain the (relative) path of smbclient | Michael Adam | 1 | -2/+3 | |
2012-02-17 | wintest: give host longer to register the SRV record | Andrew Bartlett | 1 | -1/+1 | |
2012-02-17 | wintest: use net rpc to put authenticated users into TelentClients if we need to | Andrew Bartlett | 1 | -0/+13 | |
2012-02-17 | wintest: Allow Windows VM to have no default route | Andrew Bartlett | 1 | -3/+4 | |
2012-02-16 | wintest: Give the Windows VM a little more time to start back up | Andrew Bartlett | 1 | -1/+1 | |
2012-02-16 | wintest: Cope with nc not timing out even when -w 1 is specified | Andrew Bartlett | 1 | -2/+16 | |
2012-02-16 | wintest: Allow access denied when turning off the firewall | Andrew Bartlett | 1 | -2/+2 | |
2012-02-16 | wintest: Retry joining the domain a few times | Andrew Bartlett | 1 | -4/+12 | |
2012-02-16 | wintest: connect to correct hostname in test_net_use | Andrew Bartlett | 1 | -2/+2 | |
2011-04-07 | wintest Allow setting of the firewall to fail | Andrew Bartlett | 1 | -1/+1 | |
This is also required to allow a telnet connection as non-admin. Andrew Bartlett | |||||
2011-04-07 | s3-wintest Add test of 'net use' against the Samba3 member | Andrew Bartlett | 1 | -0/+7 | |
2011-04-07 | wintest Allow changing the telnet settings to fail, we might not be admin | Andrew Bartlett | 1 | -1/+1 | |
This allows us to test logging in as non-admin users over telnet | |||||
2011-03-29 | wintest: fixed syntax highlighting with emacs | Andrew Tridgell | 1 | -1/+1 | |
2011-02-22 | python: use os.environ[] instead of os.putenv() | Andrew Tridgell | 1 | -2/+2 | |
using os.putenv() causes too much confusion, as it doesn't update os.getenv() Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-17 | wintest upper case the --vms paramter arguments to wintest.py | Andrew Bartlett | 1 | -1/+4 | |
This makes it easier to specify | |||||
2010-12-16 | Typos in wintest | Zahari Zahariev | 1 | -2/+2 | |
2010-12-14 | wintest Add testing of kerberos connections to Windows members of an AD domain | Andrew Bartlett | 1 | -3/+42 | |
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 | |||||
2010-12-10 | wintest Share more of the S4 test code with the s3 test | Andrew Bartlett | 1 | -0/+239 | |
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 | |||||
2010-12-09 | wintest Remove the password expiry as the first step | Andrew Bartlett | 1 | -1/+10 | |
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 | |||||
2010-12-03 | wintest: put most of the main program login in wintest.py | Andrew Tridgell | 1 | -0/+47 | |
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 | |||||
2010-12-01 | wintest: cope with w2k3 form of dcdiag output | Andrew Tridgell | 1 | -2/+6 | |
2010-12-01 | wintest: make command matching case insensitive by default | Andrew Tridgell | 1 | -2/+5 | |
the new BASEDN changes break the RODC join otherwise Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 1 06:54:13 CET 2010 on sn-devel-104 | |||||
2010-12-01 | wintest Another way to work out if a Windows machine is a DC | Andrew Bartlett | 1 | -2/+15 | |
it's not perfect (may fail on member servers) but it's picks up the difference between standalone and DC OK. Andrew Bartlett | |||||
2010-12-01 | wintest Make the new --vms option default to running all tests. | Andrew Bartlett | 1 | -1/+2 | |
Andrew Bartlett | |||||
2010-12-01 | wintest Set WIN_LCREALM and WIN_BASEDN automatically | Andrew Bartlett | 1 | -1/+7 | |
Also this uppper cases WIN_REALM, to avoid this being sensitive based on the configuration file. Andrew Bartlett | |||||
2010-12-01 | wintest Add a function to shut down all the managed VMs at the start | Andrew Bartlett | 1 | -0/+8 | |
This helps ensure that old virtual machines don't interfer with a new test run. Andrew Bartlett | |||||
2010-12-01 | wintest Add automatic dcpromo is the host isn't a DC yet | Andrew Bartlett | 1 | -0/+10 | |
This is slow, and requires an extra reboot, but should be consistent and reproducible. Andrew Bartlett | |||||
2010-12-01 | wintest: fixed casefold handling in expect calls | Andrew Tridgell | 1 | -1/+6 | |
2010-12-01 | wintest: make expect calls case insensitive by default | Andrew Tridgell | 1 | -7/+10 | |
2010-12-01 | wintest: added --vms option | Andrew Tridgell | 1 | -0/+12 | |
this allows you to run tests associated with a specified list of VMs | |||||
2010-11-29 | wintest: cope with the heimdal version of kinit | Andrew Tridgell | 1 | -4/+6 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Nov 29 08:49:36 CET 2010 on sn-devel-104 | |||||
2010-11-27 | wintest: cope with VMs sometimes not rebooting | Andrew Tridgell | 1 | -1/+28 | |
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 | |||||
2010-11-27 | wintest: handle missing firewall commands | Andrew Tridgell | 1 | -1/+3 | |
my w2k3 box doesn't have these firewall commands | |||||
2010-11-24 | wintest: added an IPv6 address, and use fully qualified hostname | Andrew Tridgell | 1 | -6/+13 | |
this also makes the resolv.conf handling more robust Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 24 11:34:30 CET 2010 on sn-devel-104 | |||||
2010-11-24 | wintest: remove reliance on hostname in /etc/hosts | Andrew Tridgell | 1 | -0/+3 | |
- don't setwinvars() in test code - use fully qualified names where possible - don't delete named and rndc config | |||||
2010-11-24 | wintest: fixed interface handling and DNS forwarding | Andrew Tridgell | 1 | -4/+36 | |
- allow for _IP vars on VMs - resolve IPs using nmblookup - forward DNS requests for windows domains | |||||
2010-11-23 | wintest: tidyups and new conf variables | Andrew Tridgell | 1 | -10/+6 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 23 13:01:10 CET 2010 on sn-devel-104 |