]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Disable forwarding tests until fix for hangs is applied.
authorMarcin Siodelski <marcin@isc.org>
Tue, 4 Apr 2017 14:37:58 +0000 (16:37 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 4 Apr 2017 14:37:58 +0000 (16:37 +0200)
Okayed on Jabber.

src/bin/agent/tests/ca_command_mgr_unittests.cc

index b318bfaba45ed4a44f422dc0f2efb64fac32f8d0..717a0c18a049dcbb49d1cefe8b6f7d63427609cf 100644 (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",