As our automated test infrastructure grows, we have a need to automatically manage the test resources (servers, etc). Not manage updates to the systems but have an automatic (programmatic) way to reserve resources for use in the automated test runs and release resources when finished. I need to be able to to add items to the system, store meta data about them, reserve them, and release the resources when finished. Are there any such existing systems that manage resources this way that could be integrated with other programs? Target languages to interface with such as system are Java, or C# but if something else good exists in another language (or had some way to interface with it from other languages) I'd take a look at it too.
A:
Have you looked at Selenium Grid? It allows you requisition a cluster of servers for automated testing.. it even works with Amazon's cloud computing services.. http://selenium-grid.seleniumhq.org/
tim
2009-12-08 15:26:55
My resource management needs aren't web based, need to manage the servers, other equipment I have.
Jeremy Raymond
2009-12-08 16:30:58
A:
Looks like the answer is there isn't one and I need to roll my own.
Jeremy Raymond
2009-12-12 19:01:35