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/tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/mocks/netconf-pnp-simulator/engine/tox.ini') diff --git a/test/mocks/netconf-pnp-simulator/engine/tox.ini b/test/mocks/netconf-pnp-simulator/engine/tox.ini index 20870cf5e..2ad8a166e 100644 --- a/test/mocks/netconf-pnp-simulator/engine/tox.ini +++ b/test/mocks/netconf-pnp-simulator/engine/tox.ini @@ -29,6 +29,8 @@ docker = deps = pytest + docker + lxml ncclient commands = pytest -v -- cgit 1.2.3-korg