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

Capability for performing networked tests #17

Open pvandervelde opened 10 years ago

pvandervelde commented 10 years ago

Sherlock can currently start multiple environments (which may or may not be connected to the same network) but there are no facilities for synchronizing test steps, nor is there any way to provide the individual test environments with information about the other environments in the test. This limits the ability to test client - server applications or peer-2-peer applications.