mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 18:12:34 +00:00
11 lines
219 B
Python
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
|
|
}
|