pvandervelde / Sherlock

Sherlock provides a means to schedule and automatically execute tests in an controlled virtual machine environment.
http://pvandervelde.github.io/Sherlock
Apache License 2.0
2 stars 0 forks source link

Create test environment on-the-fly from disk image #54

Open pvandervelde opened 10 years ago

pvandervelde commented 10 years ago

Allow users to provide disk images (or other means of defining a machine) which can be used as a template for the creation of new machines (probably VM's). That way Sherlock could create a new machine, run the test on it and then either discard (test passed) or store the disk (test failed) for later investigation.