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

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

DEBUG = False