From 8b6f01ea1fb0d91b8f50a7e4d65aee37420a9e41 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 18 Sep 2014 21:38:22 -0500 Subject: [PATCH] Bug 1970: Disabling NetconfITSecureTest test Change-Id: Id937c37cd237ee4340a0e8e5bd63561d1e1afe21 Signed-off-by: Ed Warnicke --- .../controller/netconf/it/NetconfITSecureTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java index bc8efbe915..25251a9867 100644 --- a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java +++ b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/NetconfITSecureTest.java @@ -107,6 +107,7 @@ public class NetconfITSecureTest extends AbstractNetconfConfigTest { /** * Test all requests are handled properly and no mismatch occurs in listener */ + /* Disabled until fixed @Test(timeout = 5*60*1000) public void testSecureStress() throws Exception { final int requests = 10000; @@ -151,7 +152,7 @@ public class NetconfITSecureTest extends AbstractNetconfConfigTest { assertEquals(requests, responseCounter.get()); } } - + */ private NetconfMessage changeMessageId(final NetconfMessage getConfig, final int i) throws IOException, SAXException { String s = XmlUtil.toString(getConfig.getDocument(), false); s = s.replace("101", Integer.toString(i)); -- 2.36.6