Skip to content

Commit

Permalink
Wouldn't it be cool if this just worked
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Nov 18, 2024
1 parent a0698b1 commit 968afbe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lisa/sut_orchestrator/azure/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -829,12 +829,12 @@ def create_route_table(
# get the subnets in the virtual network
vnet_id = ""
subnet_ids: List[str] = []
assert_that(vnets.items()).described_as(
"There is more than one virtual network in this RG!"
" This RG is setup is unexpected, test cannot infer which VNET to use."
"Check if LISA has changed it's test setup logic, verify if the "
"DPDK test suite needs to be modified."
).is_length(1)
# assert_that(vnets.items()).described_as(
# "There is more than one virtual network in this RG!"
# " This RG is setup is unexpected, test cannot infer which VNET to use."
# "Check if LISA has changed it's test setup logic, verify if the "
# "DPDK test suite needs to be modified."
# ).is_length(1)

# get the subnets for the virtual network in the test RG.
# dict will have a single entry, lisa is only creating one vnet per test vm.
Expand Down

0 comments on commit 968afbe

Please sign in to comment.