Add NETCONF PNF Simulator Engine 77/102577/1
authorebo <eliezio.oliveira@est.tech>
Thu, 27 Feb 2020 14:04:23 +0000 (14:04 +0000)
committerebo <eliezio.oliveira@est.tech>
Fri, 28 Feb 2020 11:28:56 +0000 (11:28 +0000)
commit3ecb7b39473c5ea6835fcbdd57b91acb74781a52
tree29ca00e16f35cf418a95ce0b3644b79164432b83
parent9babb59ffd0e65b1e4acdb13f4b25205ae1bfdda
Add NETCONF PNF Simulator Engine

Issue-ID: INT-1124
Signed-off-by: ebo <eliezio.oliveira@est.tech>
Change-Id: Ifb50a749992cbd662d579e1cb861bd8f55b3f808
23 files changed:
test/mocks/netconf-pnp-simulator/README.md [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/docs/README.md [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/data.json [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/docker-compose.yml [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/model.yang [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/docs/examples/mynetconf/subscriber.py [new file with mode: 0755]
test/mocks/netconf-pnp-simulator/docs/images/Architecture.png [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/Dockerfile [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/LICENSE [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/modules/.gitkeep [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/tls/load_server_certs.xml [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/tls/server_key.pem [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/tls/server_key.pem.pub [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/tls/tls_listen.xml [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/container-tag.yaml [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/entrypoint.sh [new file with mode: 0755]
test/mocks/netconf-pnp-simulator/engine/patches/Netopeer2/01-fix-grep-count.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/patches/libnetconf2/01-configurable-PYTHON_MODULE_PATH.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/patches/libnetconf2/02-fix-missing-include-dir.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/patches/libnetconf2/03-fix-missing-pthread_rwlockattr_setkind_np.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/patches/libyang/01-configurable-PYTHON_MODULE_PATH.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/patches/sysrepo/01-configurable-PYTHON_MODULE_PATH.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/supervisord.conf [new file with mode: 0644]