// If there are more than 4 hosts participating in the test, we
// want to have as many iterations as hosts. Otherwise we want
// to have 4 iterations in order to have meaningful test.
final int N = Math.max(4, testManager.getHostList().size());
ServiceDiscoveryManager sdm = testManager.getServiceDiscoveryManager();
// 1. START PROVISION MONITOR
logger.info("Starting Provision Monitor ...");
//ProvisionMonitor pm = testManager.startProvisionMonitor(-1);
testManager.startProvisionMonitor(-1);