network/simulation: Add ExecAdapter capability to swarm simulations (#1503)
This commit is contained in:
@@ -134,7 +134,7 @@ var simServiceMap = map[string]simulation.ServiceFunc{
|
||||
}
|
||||
|
||||
func testSyncingViaGlobalSync(t *testing.T, chunkCount int, nodeCount int) {
|
||||
sim := simulation.New(simServiceMap)
|
||||
sim := simulation.NewInProc(simServiceMap)
|
||||
defer sim.Close()
|
||||
|
||||
log.Info("Initializing test config")
|
||||
|
Reference in New Issue
Block a user