Skip to content

Commit

Permalink
ci: embedded test: install test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joergho committed Jun 18, 2024
1 parent 2a1ce24 commit 26a07de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/templates/job_filesystem_embedded_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ parameters:
default: {}
- name: image
type: string
default: deployment-image
default: gnuradio-image
- name: flash_image
type: boolean
default: true
- name: image_ext
type: string
default: wic.xz
default: sdimg.bz2
- name: tests
type: object
default:
Expand Down Expand Up @@ -127,6 +127,7 @@ jobs:
- ${{ each test in parameters.tests }}:
- script: |
source $(labgrid-venv)/bin/activate
pip install -r $(Build.SourcesDirectory)/ettus-rts/labgrid/tests/requirements.txt
export PYTEST_ADDOPTS="--color=yes"
if [ "${{ test }}" = "test_mender" ]; then
additional_args="--mender=$(MenderPath)"
Expand Down

0 comments on commit 26a07de

Please sign in to comment.