mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-10 22:31:42 +00:00
- added empty open_flow in quali configuration
Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
committed by
Sushant Bawiskar
parent
74555dce96
commit
ff1b8db078
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