Integration test - Reenable MultisiteScenario 12/47012/3
authorMiroslav Toth <mirtoth@cisco.com>
Thu, 13 Oct 2016 09:26:53 +0000 (11:26 +0200)
committerMiroslav Toth <mirtoth@cisco.com>
Mon, 17 Oct 2016 12:23:11 +0000 (14:23 +0200)
Change-Id: I070b06d2117ee18cea322cef850ee2bad8f6cc0f
Signed-off-by: Miroslav Toth <mirtoth@cisco.com>
integrationtest/src/test/java/org/opendaylight/lispflowmapping/integrationtest/MappingServiceIntegrationTest.java

index f38708ddf52f43bb8daff820f03bb828464df754..735ad42a024b411212b7e67453da31cdabe04fce 100644 (file)
@@ -27,7 +27,6 @@ import javax.inject.Inject;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.opendaylight.controller.mdsal.it.base.AbstractMdsalTestBase;
@@ -406,7 +405,6 @@ public class MappingServiceIntegrationTest extends AbstractMdsalTestBase {
         testRepeatedSmr();
     }
 
-    @Ignore
     @Test
     public void testMultiSite() throws Exception {
         testMultiSiteScenarioA();
@@ -644,6 +642,7 @@ public class MappingServiceIntegrationTest extends AbstractMdsalTestBase {
      */
     public void testMultiSiteScenarioA() throws IOException {
         cleanUP();
+        ConfigIni.getInstance().setSmrRetryCount(1);
 
         final MultiSiteScenario multiSiteScenario = new MultiSiteScenario(mapService, lms);
         multiSiteScenario.setCommonAuthentication();