Merge pull request #313 from Telecominfraproject/WIFI-6061

- added empty open_flow in quali configuration
This commit is contained in:
Shivam Thakur
2021-12-07 11:16:17 +05:30
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -159,6 +159,8 @@ jobs:
CONFIGURATION = {
"basic": $(python .quali/get_configuration.py ${{ steps.start.outputs.res_id }})
}
open_flow = {}
RADIUS_SERVER_DATA = {
"ip": "10.10.1.221",

View File

@@ -182,7 +182,9 @@ jobs:
CONFIGURATION = {
"basic": $(python .quali/get_configuration.py ${{ steps.start.outputs.res_id }})
}
open_flow = {}
RADIUS_SERVER_DATA = {
"ip": "10.10.1.221",
"port": 1812,