Add Kafka envs 45/119945/3
authorZebek Bogumil <bogumil.zebek@nokia.com>
Mon, 29 Mar 2021 05:38:36 +0000 (07:38 +0200)
committerZebek Bogumil <bogumil.zebek@nokia.com>
Mon, 29 Mar 2021 07:36:27 +0000 (09:36 +0200)
commit18c0838e23209d58881dc59a4ae24a2111883ac2
tree51d7ef3953667f2e00c733d53d91394b7818a1ce
parent0c3c63ccbe28a18f57b8341a73eca08a6ad832fc
Add Kafka envs

Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com>
Issue-ID: INT-1869
Change-Id: Id8f4d3061fc16e8cb2c16bf32058ec8527e4c6c3
23 files changed:
.gitignore
Dockerfile
docker-compose.yml
scripts/run-netconf-server-application.sh
scripts/set-up-netopeer.sh
src/python/netconf_change_listener_application.py
src/python/netconf_rest_application.py
src/python/netconf_server/netconf_app_configuration.py [new file with mode: 0644]
src/python/netconf_server/netconf_kafka_client.py [new file with mode: 0644]
src/python/requirements.txt
src/python/test-requirements.txt
src/python/tests/snippet/README.md [new file with mode: 0644]
src/python/tests/snippet/kafka_consumer.py [moved from src/python/tests/netconf_server/sysrepo_configuration/__init__.py with 71% similarity]
src/python/tests/snippet/kafka_producer.py [moved from src/python/tests/netconf_server/sysrepo_interface/__init__.py with 62% similarity]
src/python/tests/unit/__init__.py [moved from src/python/tests/netconf_server/__init__.py with 100% similarity]
src/python/tests/unit/sysrepo_configuration/__init__.py [new file with mode: 0644]
src/python/tests/unit/sysrepo_configuration/test_sysrepo_configuration_loader.py [moved from src/python/tests/netconf_server/sysrepo_configuration/test_sysrepo_configuration_loader.py with 100% similarity]
src/python/tests/unit/sysrepo_configuration/test_sysrepo_configuration_manager_.py [moved from src/python/tests/netconf_server/sysrepo_configuration/test_sysrepo_configuration_manager_.py with 100% similarity]
src/python/tests/unit/sysrepo_interface/__init__.py [new file with mode: 0644]
src/python/tests/unit/sysrepo_interface/test_config_change_subscriber.py [moved from src/python/tests/netconf_server/sysrepo_interface/test_config_change_subscriber.py with 100% similarity]
src/python/tests/unit/test_netconf_chang_listener.py [moved from src/python/tests/netconf_server/test_netconf_chang_listener.py with 100% similarity]
src/python/tests/unit/test_netconf_kafka_client.py [new file with mode: 0644]
src/python/tox.ini