diff options
author | gummar <raj.gumma@est.tech> | 2019-11-12 11:26:31 +0000 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2019-11-27 07:06:26 +0000 |
commit | be1df2cdc3e8f2b16cd007dcdb59c8093024a0a3 (patch) | |
tree | 06caea01f4087aa163cd91bb7f78cf094dcb3f13 | |
parent | 983e15f3d8278b7f233af668e4013706cd046373 (diff) |
PNF Simulator/Netconf Simulator docker compose to use devel tag
Issue-ID: INT-1320
Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: Iadc7a6bebef9302ae711a3227789f603f19270cd
-rw-r--r-- | test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml index 201f7c4de..ebacb4f1b 100644 --- a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml +++ b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml @@ -39,7 +39,7 @@ services: - netopeer netopeer: - image: sysrepo/sysrepo-netopeer2:latest + image: sysrepo/sysrepo-netopeer2:devel ports: - "830:830" - "5002:5002" |