Skip to content

Commit

Permalink
Fix configure_kea_dhcp6_server fixture for IPv4 (#17656)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit b1ed2ac)
  • Loading branch information
Gauravtalreja1 authored and web-flow committed Feb 24, 2025
1 parent 1b55d4d commit 7bd5403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest_fixtures/component/provision_pxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ def configure_kea_dhcp6_server():
).execute()
yield kea_host
Broker(workflow='remove-vm', source_vm=kea_host.name).execute()
else:
yield None


@pytest.fixture
Expand Down

0 comments on commit 7bd5403

Please sign in to comment.