Update quali.yml

This commit is contained in:
Shivam Thakur
2022-01-18 15:45:06 +05:30
committed by GitHub
parent 9b0fa6fb50
commit 5d3104fba0

View File

@@ -183,6 +183,24 @@ jobs:
"password": "password",
"pk_password": "whatever"
}
DYNAMIC_VLAN_RADIUS_SERVER_DATA = {
"ip": "3.20.165.131",
"port": 1812,
"secret": "testing123",
"user": "user",
"password": "password",
"pk_password": "whatever"
}
DYNAMIC_VLAN_RADIUS_ACCOUNTING_DATA = {
"ip": "3.20.165.131",
"port": 1813,
"secret": "testing123",
"user": "user",
"password": "password",
"pk_password": "whatever"
}
PASSPOINT_RADIUS_SERVER_DATA = {
"ip": "52.234.179.191",