netconf-pnp-simulator: normalized image reference 10/105810/4
authorebo <eliezio.oliveira@est.tech>
Fri, 10 Apr 2020 20:17:17 +0000 (21:17 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 14 Apr 2020 08:52:02 +0000 (08:52 +0000)
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>
test/mocks/netconf-pnp-simulator/engine/tests/settings.py
test/mocks/netconf-pnp-simulator/engine/tox.ini

index 749eb4c..716fdb7 100644 (file)
@@ -2,9 +2,7 @@ import os
 
 HOST = "127.0.0.1"
 # Set by tox-docker
-# Unexpectedly, tox-docker uses the repository prefix instead of the image name to define the
-# variable prefix.
-PORT = int(os.environ["LOCALHOST_830_TCP_PORT"])
+PORT = int(os.environ["NETCONF_PNP_SIMULATOR_830_TCP_PORT"])
 USERNAME = "netconf"
 KEY_FILENAME = "../config/ssh/id_rsa"
 
index c4ca5fb..4b0ac1e 100644 (file)
@@ -24,7 +24,7 @@ skipsdist = True
 [testenv]
 changedir = tests
 docker =
-  {env:CONTAINER_PUSH_REGISTRY}/{env:DOCKER_NAME}:{env:DOCKER_IMAGE_TAG}
+  netconf-pnp-simulator:latest
 
 deps =
   ncclient