From ee0c74e28de9552e683724264b101362c144694c Mon Sep 17 00:00:00 2001 From: ebo Date: Sun, 19 Apr 2020 01:33:21 +0100 Subject: netconf-pnp-simulator: fix sysrepod crash on TLS reconfig The crash was caused by: - the '--permanent' option while updating the ietf-keystore by sysrepocfg - missing some Yang modules on sysrepo installation Other changes: 1. Added TLS integration tests, including reconfiguration 2. reconfigure-*.sh are now synchronous, only returnig after restart is completed Issue-ID: INT-1516 Change-Id: Iddc03fc968aaab60931596045437ba0c78448b08 Signed-off-by: ebo --- test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README (limited to 'test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README') diff --git a/test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README b/test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README new file mode 100644 index 000000000..725b6b69b --- /dev/null +++ b/test/mocks/netconf-pnp-simulator/engine/tests/data/tls_initial/README @@ -0,0 +1,2 @@ +The files 'ca.pem', 'server_key.pem', and 'server_cert.pem' were copied from +../../../config/tls directory. -- cgit 1.2.3-korg