X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Feos-dom-akka%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Feos%2Fakka%2Fservice%2FClusterSingletonIntegrationTest.java;fp=opendaylight%2Fmd-sal%2Fsal-distributed-eos-native%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fakka%2Feos%2Fservice%2FClusterSingletonIntegrationTest.java;h=90bfb88b20ffaf91fcfd3db8ba5581e978d32d53;hp=bef43044607edab8e6eac9168fc25a35168c2afe;hb=3a526427c93dc44700ca476e57f0cea6eadfb2a7;hpb=0fbd72c0ceb5e3d143f3eafc70d12fc13ea9050d diff --git a/opendaylight/md-sal/sal-distributed-eos-native/src/test/java/org/opendaylight/controller/cluster/akka/eos/service/ClusterSingletonIntegrationTest.java b/opendaylight/md-sal/eos-dom-akka/src/test/java/org/opendaylight/controller/eos/akka/service/ClusterSingletonIntegrationTest.java similarity index 97% rename from opendaylight/md-sal/sal-distributed-eos-native/src/test/java/org/opendaylight/controller/cluster/akka/eos/service/ClusterSingletonIntegrationTest.java rename to opendaylight/md-sal/eos-dom-akka/src/test/java/org/opendaylight/controller/eos/akka/service/ClusterSingletonIntegrationTest.java index bef4304460..90bfb88b20 100644 --- a/opendaylight/md-sal/sal-distributed-eos-native/src/test/java/org/opendaylight/controller/cluster/akka/eos/service/ClusterSingletonIntegrationTest.java +++ b/opendaylight/md-sal/eos-dom-akka/src/test/java/org/opendaylight/controller/eos/akka/service/ClusterSingletonIntegrationTest.java @@ -5,7 +5,7 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ -package org.opendaylight.controller.cluster.akka.eos.service; +package org.opendaylight.controller.eos.akka.service; import static org.awaitility.Awaitility.await; import static org.junit.Assert.assertFalse; @@ -27,7 +27,7 @@ import org.awaitility.Awaitility; import org.junit.After; import org.junit.Before; import org.junit.Test; -import org.opendaylight.controller.cluster.akka.eos.AbstractNativeEosTest; +import org.opendaylight.controller.eos.akka.AbstractNativeEosTest; import org.opendaylight.mdsal.eos.dom.api.DOMEntityOwnershipService; import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonService; import org.opendaylight.mdsal.singleton.common.api.ClusterSingletonServiceRegistration; @@ -40,7 +40,7 @@ public class ClusterSingletonIntegrationTest extends AbstractNativeEosTest { private static final Logger LOG = LoggerFactory.getLogger(ClusterSingletonIntegrationTest.class); - private MockNativeEntityOwnershipService node1; + private AbstractNativeEosTest.MockNativeEntityOwnershipService node1; private MockNativeEntityOwnershipService node2; private MockNativeEntityOwnershipService node3;