mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-01 19:37:54 +00:00
Merge pull request #313 from Telecominfraproject/WIFI-6061
- added empty open_flow in quali configuration
This commit is contained in:
2
.github/workflows/quali-basic-manual.yml
vendored
2
.github/workflows/quali-basic-manual.yml
vendored
@@ -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",
|
||||
|
||||
4
.github/workflows/quali.yml
vendored
4
.github/workflows/quali.yml
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user