mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-20 04:44:52 +00:00
Fix advanced testbed config generation
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
4
.github/workflows/quali-advanced.yml
vendored
4
.github/workflows/quali-advanced.yml
vendored
@@ -137,8 +137,10 @@ jobs:
|
|||||||
${{ secrets.LAB_CONFIGURATION_JSON }}
|
${{ secrets.LAB_CONFIGURATION_JSON }}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
sed -i 's/basic/advanced/g' lab_info.json
|
||||||
|
|
||||||
DYN_CONFIG="$(python .quali/get_configuration.py --json ${{ steps.reservation.outputs.identifier }})"
|
DYN_CONFIG="$(python .quali/get_configuration.py --json ${{ steps.reservation.outputs.identifier }})"
|
||||||
jq ".CONFIGURATION.basic=$DYN_CONFIG" lab_info.json > lab_info.json.tmp && mv lab_info.json.tmp lab_info.json
|
jq ".CONFIGURATION.advanced=$DYN_CONFIG" lab_info.json > lab_info.json.tmp && mv lab_info.json.tmp lab_info.json
|
||||||
|
|
||||||
- name: run tests
|
- name: run tests
|
||||||
uses: ./.github/actions/run-tests
|
uses: ./.github/actions/run-tests
|
||||||
|
|||||||
Reference in New Issue
Block a user