Same as !141 (merged) but for more tests, config files need to be generated for the config-set command, but if we send them over, the server won't load the old files as expected, but the new ones.
On master branch:
E AssertionError: Invalid yiaddr received value: 192.168.50.50 but expected: 192.168.50.5.
tests/protosupport/v4/srv_msg.py:210: AssertionError
tests/dhcpv4/kea_only/control_channel/test_command_control_socket.py::test_control_channel_socket_after_restart_load_config_file
E AssertionError: Invalid DHCP6OptIA_NA[3] option, received addr: 2001:db8:1::1, but expected 3000::1
tests/protosupport/v6/srv_msg.py:921: AssertionError
tests/dhcpv6/kea_only/control_channel/test_command_control_http.py::test_control_channel_http_after_restart_load_config_file
E AssertionError: Invalid DHCP6OptIA_NA[3] option, received addr: 2001:db8:1::1, but expected 3000::1
tests/protosupport/v6/srv_msg.py:921: AssertionError
tests/dhcpv6/kea_only/control_channel/test_command_control_socket.py::test_control_channel_socket_after_restart_load_config_file
On control-channel branch, they pass.