Skip to content

Commit

Permalink
Management interface has changed on ot19 ot41.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluhm committed Jan 22, 2024
1 parent bfa5834 commit 103ec37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions env-ot19.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# em8 is management, em8 and em9 are onboard and not tested
# em4, em5 and em12, em13 belong to quad port, em18 is tripple port
export MANAGEMENT_IF=em8
export SKIP_IF=em8,em9,em4,em5,em12,em13,em18
# em18 is management, em18 is tripple port
# em8 and em9 are onboard
# em4, em5 and em12, em13 belong to quad port
export MANAGEMENT_IF=em18
export SKIP_IF=em18
export NETLINK_LINE=3

# allow to manually run perform tests frag and splice on netlink hosts
Expand Down
6 changes: 3 additions & 3 deletions env-ot41.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# em2 is management, not enough switch ports for em0 and em1
export MANAGEMENT_IF=em2
export SKIP_IF=em2,em0,em1
# em4 is management, not enough switch ports for em2 and em3
export MANAGEMENT_IF=em4
export SKIP_IF=em4,em2,em3
export NETLINK_LINE=1

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

0 comments on commit 103ec37

Please sign in to comment.