Add command interface to ConfServ on 2nd port + tests
Implemented commands: - add_tag = add a new tag to configurations list for a given agent - rem_tag = remove a tag from configurations list for a given agent - dump_file = dump current state in memory of the configurations list either to a selected filepath or to same filename plus current date and time Planned (non-implemented) commands: - dump_db = dump current state in memory of the configurations list to the database, to be available only when using a DB as input
Showing
- README.md 20 additions, 19 deletionsREADME.md
- cfg/init.cfg 1 addition, 0 deletionscfg/init.cfg
- ecs_core/EcsConfigurationService.py 146 additions, 42 deletionsecs_core/EcsConfigurationService.py
- ecs_core/ecs_messages.py 57 additions, 0 deletionsecs_core/ecs_messages.py
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- tests/ConfClientTester.py 15 additions, 0 deletionstests/ConfClientTester.py
- tests/cfg/conf_serv_dumpcheck.json 47 additions, 0 deletionstests/cfg/conf_serv_dumpcheck.json
- tests/test_EcsConfServ.py 116 additions, 0 deletionstests/test_EcsConfServ.py
Loading
Please register or sign in to comment