diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-03-17 10:40:23 +0100 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-03-23 12:23:43 +0100 |
commit | 3b73097920be148bc82ce4a1c719cc42da8fc721 (patch) | |
tree | e535ef5119dfe6f9a55824560fe7a676f22f6459 /src/python/README.md | |
parent | 29c2b0edfb72940a8617207e3ee2aaeb9ac115ab (diff) |
Create python application for config change subscription.
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I690a188d155bed70f799ef1c6b947c9ecb1a5f47
Issue-ID: INT-1869
Diffstat (limited to 'src/python/README.md')
-rw-r--r-- | src/python/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/python/README.md b/src/python/README.md new file mode 100644 index 0000000..90906c6 --- /dev/null +++ b/src/python/README.md @@ -0,0 +1,17 @@ +# Netconf Server Python Application +This application is providing core Netconf Server capabilities. +It is started in detached mode on image startup. + +Application capabilities: + - Subscribing on config change per model. + - Models to subscribe to are loaded from configuration file, + provided as application parameter. + - When configuration of one of models change + information about change are logged + + +## Testing +Tox file with pytest are used fo testing. + +## Logging +Application prints logs on to the console and to file `/logs/netconf_saver.log` |