Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-23 | wintest Explian that this is my KVM/libvirt configuration | Andrew Bartlett | 1 | -1/+1 | |
2010-11-23 | wintest example configuration file for a KVM based wintest | Andrew Bartlett | 1 | -0/+59 | |
Andrew Bartlett | |||||
2010-11-23 | wintest Allow substitute to cope with objects like pexpect.EOF | Andrew Bartlett | 1 | -0/+3 | |
These are not strings, but may get passed into this function on the way to pexpect. Andrew Bartlett | |||||
2010-11-23 | wintest Set the virtual machine IP to match it's dynamic IP, but don't use DHCP | Andrew Bartlett | 2 | -11/+78 | |
The idea here is that the virtual machine stays on the address allocated by DHCP, but is configured statically. This avoids the need to manually set the address on the host, but avoids the host being instructed by DHCP not to do Dynamic DNS. Andrew Bartlett | |||||
2010-11-23 | wintest Force krb5.conf for BIND so we use the one generated for this test | Andrew Bartlett | 1 | -1/+1 | |
This avoids needing to set the krb5.conf for the whole host to match the test environment. Andrew Bartlett | |||||
2010-11-19 | wintest: the start of a S3 testing script for wintest | Andrew Tridgell | 1 | -0/+202 | |
this is just a skeleton at this stage. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Nov 19 06:03:55 CET 2010 on sn-devel-104 | |||||
2010-11-19 | wintest: added del_files, write_file and casefold | Andrew Tridgell | 2 | -12/+35 | |
2010-11-19 | wintest: move conf files to conf/ | Andrew Tridgell | 1 | -0/+0 | |
2010-11-19 | wintest: rename test-howto.py to test-s4-howto.py | Andrew Tridgell | 1 | -0/+0 | |
ready for test-s3.py | |||||
2010-11-19 | wintest: moved to top level | Andrew Tridgell | 3 | -0/+970 | |
the plan is to expand wintest to test a lot more of Samba against windows, including testing the Samba3 file server, winbind, nmbd etc |