Files
wlan-testing/tests/configuration_data.py
2021-03-18 04:31:49 +05:30

11 lines
219 B
Python

"""
A set of constants describing AP profiles
"""
APNOS_CREDENTIAL_DATA = {
'jumphost_ip': "192.168.200.80",
'jumphost_username': "lanforge",
'jumphost_password': "lanforge",
'jumphost_port': 22
}