aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
blob: 0c665c738102d529e80589a9bbe499405adb2e13 (plain)
1
2
3
4
5
6
7
8
import os

HOST = "127.0.0.1"
# Set by tox-docker
SSH_PORT = int(os.environ["NETCONF_PNP_SIMULATOR_830_TCP_PORT"])
TLS_PORT = int(os.environ["NETCONF_PNP_SIMULATOR_6513_TCP_PORT"])
USERNAME = "netconf"
SSH_KEY_FILENAME = "../config/ssh/id_rsa"