aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/engine/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2021-04-19[INT] Fix netconf-pnp-simulator Python dependencies versionajay_dp0011-4/+4
Issue-ID: INT-1908 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Idada3c2a16406f7aa3fcf84c7771a86e0dfda5e2
2021-03-04Fix Integration-netconf-pnp-simulator-docker-merge-master jenkins buildajay_dp0011-1/+1
Issue-ID: INT-1877 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Iaff5b0cce3e26c2f8ab487af1532a6ce697995a7
2020-04-20netconf-pnp-simulator: fix sysrepod crash on TLS reconfigebo1-0/+2
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>
2020-04-15netconf-pnp-simulator: enable NETCONF send/recv message loggingebo1-2/+7
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>
2020-04-14netconf-pnp-simulator: normalized image referenceebo1-1/+1
Required change for the forthcoming fix on tox execution in ci-management/jjb/integration/integration-docker.yaml Issue-ID: INT-1124 Change-Id: I70c3351e5cf691a9eaeb7b49ec276d825016e0fa Signed-off-by: ebo <eliezio.oliveira@est.tech>
2020-03-11netconf-pnp-simulator: make PYTHONPATH always globally definedebo1-0/+32
Add IT using ncclient and tox Issue-ID: INT-1124 Change-Id: I560d4fd2468ac93f8ead36062b2e316821af8d07 Signed-off-by: ebo <eliezio.oliveira@est.tech>