Skip to content

Commit

Permalink
Log if vnet_rgname is found
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Nov 20, 2024
1 parent fa32b93 commit dc54e08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions microsoft/testsuites/dpdk/dpdkutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,8 @@ def verify_dpdk_l3fwd_ntttcp_tcp(
)
# check if LISA was told to use a specific resource group for the vnet
resource_group_name = variables.get("vnet_resource_group", "")
if resource_group_name:
log.debug(f"Using RGname: {resource_group_name}")

# organize our nics by subnet.
# NOTE: we're ignoring the primary interfaces on each VM since we need it
Expand Down

0 comments on commit dc54e08

Please sign in to comment.