diff options
author | ebo <eliezio.oliveira@est.tech> | 2020-03-01 23:41:37 +0000 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-04 07:39:01 +0000 |
commit | 080e04538cbaff52dc46c0b3208b9f60f3479ba7 (patch) | |
tree | 741a3030db7a39887416eec377820d56514ceb3f /test/mocks/netconf-pnp-simulator/modules | |
parent | 76c43bfd668d4f112a3845c631459643e405304a (diff) |
Fixed the SSH configuration of user 'netconf'
The actual SSH configuration is stored in Sysrepo and not as ordinary
~netconf/.ssh files.
Issue-ID: INT-1124
Change-Id: I7e16e09a20ac6f2d52c8958550603935b6790283
Signed-off-by: ebo <eliezio.oliveira@est.tech>
Diffstat (limited to 'test/mocks/netconf-pnp-simulator/modules')
-rw-r--r-- | test/mocks/netconf-pnp-simulator/modules/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml b/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml index ac0304380..8176e3b95 100644 --- a/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml +++ b/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml @@ -2,7 +2,7 @@ version: '3' services: netconf-pnp-simulator: - image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.0 + image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.1 container_name: netconf-pnp-simulator restart: always ports: |