WinTest

From SambaWiki
Revision as of 23:14, 1 December 2010 by AndrewTridgell (talk | contribs) (basic wintest info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Testing against Windows with wintest

wintest is a framework for testing Samba against Windows virtual machines. It aims to provide a reliable, repeatable test system that any Samba developer can setup.

The core of wintest is based on pexpect, a python expect system that provides a flexible way of controlling command line tools.

Some background information on wintest is available in this blog post