aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/netconf-pnp-simulator/engine/tests/settings.py')
-rw-r--r--test/mocks/netconf-pnp-simulator/engine/tests/settings.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/mocks/netconf-pnp-simulator/engine/tests/settings.py b/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
index 124e333cd..0c665c738 100644
--- a/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
+++ b/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
@@ -2,6 +2,7 @@ import os
HOST = "127.0.0.1"
# Set by tox-docker
-PORT = int(os.environ["NETCONF_PNP_SIMULATOR_830_TCP_PORT"])
+SSH_PORT = int(os.environ["NETCONF_PNP_SIMULATOR_830_TCP_PORT"])
+TLS_PORT = int(os.environ["NETCONF_PNP_SIMULATOR_6513_TCP_PORT"])
USERNAME = "netconf"
-KEY_FILENAME = "../config/ssh/id_rsa"
+SSH_KEY_FILENAME = "../config/ssh/id_rsa"