netconf-pnp-simulator: enable NETCONF send/recv message logging 07/105907/6
authorebo <eliezio.oliveira@est.tech>
Sat, 11 Apr 2020 00:34:47 +0000 (01:34 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 15 Apr 2020 10:46:07 +0000 (10:46 +0000)
commit398c9b251dc910c4cffc4fc5a3c2b8b221980c91
treefa7df466e1a0f4a028445f58992686005e5c80f9
parent09e87eeadf879bbaa5237a34db1583861097925c
netconf-pnp-simulator: enable NETCONF send/recv message logging

to aid troubleshooting integration with OpenDaylight

- Add more integration tests
- Defaults to generic subscriber

Issue-ID: INT-1516
Change-Id: Ib5bbf4cdbba6cdfee901f6c07dfa195a21cd8bbb
Signed-off-by: ebo <eliezio.oliveira@est.tech>
20 files changed:
test/mocks/netconf-pnp-simulator/docs/README.rst
test/mocks/netconf-pnp-simulator/engine/Dockerfile
test/mocks/netconf-pnp-simulator/engine/common.sh
test/mocks/netconf-pnp-simulator/engine/config/modules/.gitkeep [deleted file]
test/mocks/netconf-pnp-simulator/engine/config/modules/turing-machine/startup.xml [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/config/modules/turing-machine/turing-machine.yang [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/configure-modules.sh
test/mocks/netconf-pnp-simulator/engine/container-tag.yaml
test/mocks/netconf-pnp-simulator/engine/generic_subscriber.py [new file with mode: 0755]
test/mocks/netconf-pnp-simulator/engine/patches/libnetconf2/04-io-log.patch [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/reconfigure-ssh.sh
test/mocks/netconf-pnp-simulator/engine/reconfigure-tls.sh
test/mocks/netconf-pnp-simulator/engine/templates/ietf-keystore.xml [moved from test/mocks/netconf-pnp-simulator/engine/templates/load_server_certs.xml with 100% similarity]
test/mocks/netconf-pnp-simulator/engine/templates/ietf-netconf-server.xml [moved from test/mocks/netconf-pnp-simulator/engine/templates/tls_listen.xml with 100% similarity]
test/mocks/netconf-pnp-simulator/engine/templates/ietf-system.xml [moved from test/mocks/netconf-pnp-simulator/engine/templates/load_auth_pubkey.xml with 100% similarity]
test/mocks/netconf-pnp-simulator/engine/tests/nctest.py
test/mocks/netconf-pnp-simulator/engine/tests/settings.py
test/mocks/netconf-pnp-simulator/engine/tests/test_basic_operations.py
test/mocks/netconf-pnp-simulator/engine/tests/test_turing_machine.py [new file with mode: 0644]
test/mocks/netconf-pnp-simulator/engine/tox.ini