Migrate code to Magnesium SR1 67/90067/6
authorDonald Hunter <donaldh@cisco.com>
Fri, 29 May 2020 10:00:32 +0000 (11:00 +0100)
committerDonald Hunter <donaldh@cisco.com>
Tue, 23 Jun 2020 15:06:32 +0000 (16:06 +0100)
commita4d5096322cc75df8550fe9edbcd3da83a0f0a2f
tree2b50e1a427ebd242f2d48a3f718469f2e1a2639f
parent2b14f19142ba2cd39174d7788d1c216e4fe39ac3
Migrate code to Magnesium SR1

Temporary disable checkstyle and spotbugs until they are all resolved.
Resolve Long -> Uint32 changes.
Resolve immutable collection issues
Remove problematic mocking in tests.

Change-Id: I49ee729c0fb1c64c4e3fa15f5b28fed0dd0efeb8
Signed-off-by: Donald Hunter <donaldh@cisco.com>
Signed-off-by: santanude <santanu.de@xoriant.com>
Signed-off-by: Donald Hunter <donaldh@cisco.com>
44 files changed:
artifacts/pom.xml
cisco-xr-driver/pom.xml
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/TopologyDataHandler.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/BandwidthProfileHelper.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/InterfaceHelper.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/util/MtuUtils.java
cisco-xr-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/helper/AttachmentCircuitHelper.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/helper/InterfaceHelperTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/common/util/MtuUtilsTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnBridgeDomainActivatorTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnLocalConnectionActivatorTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnP2pConnectionActivatorTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/activator/L2vpnTestUtils.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/helper/AttachmentCircuitHelperTest.java
cisco-xr-driver/src/test/java/org/opendaylight/unimgr/mef/nrp/cisco/xr/l2vpn/helper/PseudowireHelperTest.java
cisco-xrmodels/pom.xml
features/features4-unimgr/pom.xml
features/odl-unimgr-cisco-xr-driver/pom.xml
features/odl-unimgr-legato-api/pom.xml
features/odl-unimgr-rest/pom.xml
features/odl-unimgr-template-driver/pom.xml
features/odl-unimgr/pom.xml
features/pom.xml
impl/pom.xml
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/common/NrpDao.java
impl/src/main/java/org/opendaylight/unimgr/mef/nrp/impl/ActivationDriverRepoServiceImpl.java
impl/src/test/java/org/opendaylight/unimgr/utils/MdsalUtilsTest.java
it/pom.xml
karaf/pom.xml
legato-api/pom.xml
legato-api/src/main/java/org/opendaylight/unimgr/mef/legato/dao/EVCDao.java
legato-api/src/main/java/org/opendaylight/unimgr/mef/legato/util/LegatoUtils.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EpLanIntegrationTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EpLineIntegrationTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EpTreeIntegrationTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EvcDataTreeChangeListenerTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EvcUnitTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EvpLanIntegrationTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EvpLineIntegrationTest.java
legato-api/src/test/java/org/opendaylight/unimgr/mef/legato/evc/EvpTreeIntegrationTest.java
nrp-api/pom.xml
pom.xml
template-driver/pom.xml
template-driver/src/main/java/org/opendaylight/unimgr/mef/nrp/template/tapi/TopologyDataHandler.java