Skip to content

Commit

Permalink
Update validation-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mionsz authored Feb 11, 2025
1 parent 0824f17 commit fb0adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: 'preparation: Binding network adapter'
run: |
sudo ./script/nicctl.sh create_vf "${TEST_PF_PORT_P}" || true
sudo ./script/nicctl.sh create_tvf "${TEST_PF_PORT_P}" || true
sudo ./dpdk/usertools/dpdk-devbind.py -b vfio-pci "${TEST_DMA_PORT_P}" || true
sudo ./dpdk/usertools/dpdk-devbind.py -b vfio-pci "${TEST_DMA_PORT_R}" || true
Expand Down

0 comments on commit fb0adae

Please sign in to comment.