2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

Merge branch 'master' of ssh://git.kea.isc.org/git/kea

This commit is contained in:
Tomek Mrugalski
2017-04-04 16:41:17 +02:00

View File

@@ -270,19 +270,19 @@ TEST_F(CtrlAgentCommandMgrTest, listCommands) {
};
/// Check that control command is successfully forwarded to the DHCPv4 server.
TEST_F(CtrlAgentCommandMgrTest, forwardToDHCPv4Server) {
TEST_F(CtrlAgentCommandMgrTest, DISABLED_forwardToDHCPv4Server) {
testForward(CtrlAgentCfgContext::TYPE_DHCP4, "dhcp4",
isc::config::CONTROL_RESULT_SUCCESS);
}
/// Check that control command is successfully forwarded to the DHCPv6 server.
TEST_F(CtrlAgentCommandMgrTest, forwardToDHCPv6Server) {
TEST_F(CtrlAgentCommandMgrTest, DISABLED_forwardToDHCPv6Server) {
testForward(CtrlAgentCfgContext::TYPE_DHCP6, "dhcp6",
isc::config::CONTROL_RESULT_SUCCESS);
}
/// Check that the same command is forwarded to multiple servers.
TEST_F(CtrlAgentCommandMgrTest, forwardToBothDHCPServers) {
TEST_F(CtrlAgentCommandMgrTest, DISABLED_forwardToBothDHCPServers) {
configureControlSocket(CtrlAgentCfgContext::TYPE_DHCP6);
testForward(CtrlAgentCfgContext::TYPE_DHCP4, "dhcp4,dhcp6",