Skip to content

Commit

Permalink
[6.17.z] Fix configure_kea_dhcp6_server fixture for IPv4 (#17662)
Browse files Browse the repository at this point in the history
Fix configure_kea_dhcp6_server fixture for IPv4 (#17656)

Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit b1ed2ac)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Feb 24, 2025
1 parent 1b55d4d commit 5c1b2db
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 5c1b2db

Please sign in to comment.