Skip to content

Commit 42819ff

Browse files
committed
[#1350] Fix system test
1 parent 40e256c commit 42819ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/system/tests/test_config_review.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,9 @@ def test_get_ha_pair_mt_config_review_reports(server_service: Server, ha_pair_se
113113
}
114114

115115
assert "ha_mt_presence" not in issue_reports
116-
assert "ha_dedicated_ports" in issue_reports
116+
# The HA configurations have the dedicated ports set for
117+
# compatibility with Kea 2.7.0 and above. The prior versions
118+
# accepted overlapping ports in Kea CA and DHCP daemons and
119+
# fallback to communication over the Kea CA. Kea 2.7.0 and above
120+
# reject to start if the ports overlap.
121+
assert "ha_dedicated_ports" not in issue_reports

0 commit comments

Comments
 (0)