diff options
author | ebo <eliezio.oliveira@est.tech> | 2020-04-19 01:33:21 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-20 07:11:26 +0000 |
commit | ee0c74e28de9552e683724264b101362c144694c (patch) | |
tree | 84aef9e38cbdd4c88e25f3bbbe6bff6af703fb20 /test/mocks/netconf-pnp-simulator/engine/tox.ini | |
parent | 93d2ff22d0c8c1bc1fc7a2ea5e5643c88a345667 (diff) |
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 <eliezio.oliveira@est.tech>
Diffstat (limited to 'test/mocks/netconf-pnp-simulator/engine/tox.ini')
-rw-r--r-- | test/mocks/netconf-pnp-simulator/engine/tox.ini | 2 |
1 files changed, 2 insertions, 0 deletions
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 |