File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ jobs:
183
183
sudo killall -SIGINT MtlManager || true
184
184
185
185
- name : ' preparation: Create VFs'
186
+ working-directory : ' ${{ env.CONCURRENCY_GROUP }}/mtl'
186
187
run : |
187
188
sudo rmmod irdma || true
188
189
sudo ./script/nicctl.sh create_vf "${TEST_PF_PORT_P}" || true
@@ -201,13 +202,15 @@ jobs:
201
202
pipenv install -r requirements.txt
202
203
203
204
- name : ' preparation: Start MtlManager at background'
205
+ working-directory : ' ${{ env.CONCURRENCY_GROUP }}/mtl'
204
206
run : |
205
207
sudo MtlManager &
206
208
207
209
- name : ' execution: Run validation-bare-metal tests in virtual environment'
208
210
working-directory : ' ${{ env.CONCURRENCY_GROUP }}/mtl/tests/validation'
209
211
run : |
210
- sudo pipenv run pytest --topology_config=configs/topology_config.yaml --test_config=configs/test_config.yaml -m smoke --template=html/index.html --report=report.html
212
+ ln -s "./../../script" "./script" && \
213
+ sudo -E pipenv run pytest --topology_config=configs/topology_config.yaml --test_config=configs/test_config.yaml -m smoke --template=html/index.html --report=report.html
211
214
212
215
- name : " post-run: Upload report as an artifact"
213
216
id : upload-report
You can’t perform that action at this time.
0 commit comments