Skip to content

Commit

Permalink
Test more interfaces on ot41 and ot42.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 17, 2024
1 parent c2e0d86 commit d1accda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions env-ot41.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# em2 is management, em3 and em4 have no link to switch
# em2 is management, not enough switch ports for em0 and em1
export MANAGEMENT_IF=em2
export SKIP_IF=em2,em3,em4
export SKIP_IF=em2,em0,em1
export NETLINK_LINE=1

# allow to manually run perform tests frag and splice on netlink hosts
Expand Down
6 changes: 3 additions & 3 deletions env-ot42.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# em4 is management, em5 is left over
export MANAGEMENT_IF=em4
export SKIP_IF=em4,em5
# igc2 is management, igc3 is left over
export MANAGEMENT_IF=igc2
export SKIP_IF=igc2,igc3
export NETLINK_LINE=2

# allow to manually run perform tests frag and splice on netlink hosts
Expand Down

0 comments on commit d1accda

Please sign in to comment.