X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=interfacemgr%2Finterfacemgr-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fvpnservice%2Finterfacemgr%2Ftest%2FTopologyStateInterfaceTest.java;h=6dfe373510c8c8e0764ad1e80fec21129f8b267f;hb=cbaac66def0c17775a133a8d1a481ec650380f75;hp=a2b6a9ec35f1bea0ee87b73a1788472323395cfc;hpb=8ffad40cc912379b7a6890d589627dce6892903c;p=vpnservice.git diff --git a/interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/TopologyStateInterfaceTest.java b/interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/TopologyStateInterfaceTest.java index a2b6a9ec..6dfe3735 100644 --- a/interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/TopologyStateInterfaceTest.java +++ b/interfacemgr/interfacemgr-impl/src/test/java/org/opendaylight/vpnservice/interfacemgr/test/TopologyStateInterfaceTest.java @@ -1,5 +1,9 @@ -/** - * Created by eranjsu on 28-Dec-15. +/* + * Copyright (c) 2015, 2016 Ericsson India Global Services Pvt Ltd. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * 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.vpnservice.interfacemgr.test; @@ -194,7 +198,7 @@ public class TopologyStateInterfaceTest { doReturn(Futures.immediateCheckedFuture(expectedInterface)).when(mockReadTx).read( LogicalDatastoreType.OPERATIONAL, interfaceStateIdentifier); updateHelper.updateTunnelState(dataBroker, newTerminationPoint, null); - + //verify InstanceIdentifier ifStateId = IfmUtil.buildStateInterfaceId(null);