aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/netconf-pnp-simulator/engine/tests/settings.py
blob: 749eb4cfd95b0c874acbe7a560dd224624f052e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"])
USERNAME = "netconf"
KEY_FILENAME = "../config/ssh/id_rsa"

DEBUG = False