Introduce new ConfigCoreAgent to gather all interfaces to ConfServ
- Move Config request interface from EcsCoreAgent to new Agent - Add ConfServ Command interface in the new agent - Replace ConfClientTester with ConfigCoreAgent calls in test_EcsConfServ - Split load_configuration method in EcsCoreAgent in two parts - loading itself moved to new agent - filling of list of known agents + following them moved to new method, called only for Top agent (no master) - Related updates in test_EcsCoreAgent
parent
4a5ace7e
No related branches found
No related tags found
Showing
- ecs_core/ConfigCoreAgent.py 242 additions, 0 deletionsecs_core/ConfigCoreAgent.py
- ecs_core/EcsConfigurationService.py 8 additions, 5 deletionsecs_core/EcsConfigurationService.py
- ecs_core/EcsCoreAgent.py 35 additions, 54 deletionsecs_core/EcsCoreAgent.py
- tests/cfg/conf_serv_conf_client.json 7 additions, 0 deletionstests/cfg/conf_serv_conf_client.json
- tests/test_EcsConfServ.py 141 additions, 64 deletionstests/test_EcsConfServ.py
- tests/test_EcsCoreAgent.py 18 additions, 9 deletionstests/test_EcsCoreAgent.py
Loading
Please register or sign in to comment