Add InstancesDir to test configuration for instance management

This commit is contained in:
2025-10-27 18:38:23 +01:00
parent 08c47a16a0
commit b1fc1d2dc8

View File

@@ -175,6 +175,7 @@ func createTestManager() manager.InstanceManager {
Instances: config.InstancesConfig{ Instances: config.InstancesConfig{
PortRange: [2]int{8000, 9000}, PortRange: [2]int{8000, 9000},
LogsDir: "/tmp/test", LogsDir: "/tmp/test",
InstancesDir: "/tmp/test",
MaxInstances: 10, MaxInstances: 10,
MaxRunningInstances: 10, MaxRunningInstances: 10,
DefaultAutoRestart: true, DefaultAutoRestart: true,