mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
Merge pull request #359 from Telecominfraproject/wifi-6793
changed ap model
This commit is contained in:
4
.github/workflows/quali-advanced.yml
vendored
4
.github/workflows/quali-advanced.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
description: 'revision of the Open Wifi Helm chart'
|
description: 'revision of the Open Wifi Helm chart'
|
||||||
ap_models:
|
ap_models:
|
||||||
required: true
|
required: true
|
||||||
default: 'EAP102,cig_wf194c'
|
default: 'edgecore_eap102,cig_wf194c4'
|
||||||
description: 'the AP models to test'
|
description: 'the AP models to test'
|
||||||
ap_version:
|
ap_version:
|
||||||
required: true
|
required: true
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}")
|
echo ::set-output name=openwifi::$(echo "${{ github.event.inputs.openwifi_revision || 'main' }}")
|
||||||
echo ::set-output name=ap_models::$(echo "${{ github.event.inputs.ap_models || 'EAP102,cig_wf194c' }}")
|
echo ::set-output name=ap_models::$(echo "${{ github.event.inputs.ap_models || 'edgecore_eap102,cig_wf194c4' }}")
|
||||||
echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'next-latest' }}")
|
echo ::set-output name=ap_version::$(echo "${{ github.event.inputs.ap_version || 'next-latest' }}")
|
||||||
echo ::set-output name=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'advance' }}")
|
echo ::set-output name=marker_expression::$(echo "${{ github.event.inputs.marker_expression || 'advance' }}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user