- added empty open_flow in quali configuration

Signed-off-by: Sushant Bawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
sushant
2021-12-07 11:04:18 +05:30
committed by Sushant Bawiskar
parent 74555dce96
commit ff1b8db078
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,