Automated installation framework

From: Nikolai Kirsebom (nikolai.kirsebom.NOJUNK_at_siemens.no)
Date: 04/30/04


Date: Fri, 30 Apr 2004 09:04:11 +0200

Does anyone know of an 'automated installation framework' written in
Python / accessible from Python ?

Could it be an idea to use the unittest module as a framework for
making such a system, using the 'setup-action' to make precondition
testing, 'run' to do the actual installation and the 'teardown-action'
to do verification.

Opinions are appreciated.

In our case, the target system is (multi-machine) Windows.

Nikolai



Relevant Pages