X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Fimpl%2FBindingNormalizedCodecTest.java;h=e3af1cf2eb428b13587857a839f9b9fbeedcc3ff;hp=85d36210e349028cd840f254bd8093a2bc67bbe0;hb=HEAD;hpb=698468cfa4cdc7d5ff7dfe0639058fea3e5d7d5b diff --git a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/BindingNormalizedCodecTest.java b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/BindingNormalizedCodecTest.java deleted file mode 100644 index 85d36210e3..0000000000 --- a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/impl/BindingNormalizedCodecTest.java +++ /dev/null @@ -1,189 +0,0 @@ -/* - * Copyright (c) 2014, 2015 Cisco Systems, Inc. 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.controller.md.sal.binding.impl; - -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; - -import com.google.common.collect.ImmutableBiMap; -import com.google.common.collect.ImmutableMap; -import com.google.common.collect.ImmutableSet; -import com.google.common.collect.ImmutableSetMultimap; -import com.google.common.collect.SetMultimap; -import com.google.common.util.concurrent.Uninterruptibles; -import java.lang.reflect.Method; -import java.net.URI; -import java.util.Map; -import java.util.Set; -import java.util.concurrent.CountDownLatch; -import java.util.concurrent.TimeUnit; -import java.util.concurrent.atomic.AtomicReference; -import org.junit.Test; -import org.opendaylight.controller.md.sal.binding.test.AbstractSchemaAwareTest; -import org.opendaylight.mdsal.binding.dom.codec.impl.BindingNormalizedNodeCodecRegistry; -import org.opendaylight.mdsal.binding.generator.impl.GeneratedClassLoadingStrategy; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.TreeComplexUsesAugment; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.augment.rev140709.TreeLeafOnlyAugment; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.bi.ba.rpcservice.rev140701.OpendaylightTestRpcServiceService; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.Top; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelList; -import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.list.rev140701.two.level.list.TopLevelListKey; -import org.opendaylight.yangtools.yang.binding.InstanceIdentifier; -import org.opendaylight.yangtools.yang.common.QName; -import org.opendaylight.yangtools.yang.common.QNameModule; -import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier; -import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier; -import org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument; -import org.opendaylight.yangtools.yang.model.api.Module; -import org.opendaylight.yangtools.yang.model.api.SchemaContext; -import org.opendaylight.yangtools.yang.model.api.SchemaPath; -import org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext; - -public class BindingNormalizedCodecTest extends AbstractSchemaAwareTest { - - private static final TopLevelListKey TOP_FOO_KEY = new TopLevelListKey("foo"); - private static final InstanceIdentifier BA_TOP_LEVEL_LIST = InstanceIdentifier - .builder(Top.class).child(TopLevelList.class, TOP_FOO_KEY).build(); - private static final InstanceIdentifier BA_TREE_LEAF_ONLY = - BA_TOP_LEVEL_LIST.augmentation(TreeLeafOnlyAugment.class); - private static final InstanceIdentifier BA_TREE_COMPLEX_USES = - BA_TOP_LEVEL_LIST.augmentation(TreeComplexUsesAugment.class); - private static final QName SIMPLE_VALUE_QNAME = QName.create(TreeComplexUsesAugment.QNAME, "simple-value"); - private static final QName NAME_QNAME = QName.create(Top.QNAME, "name"); - private static final YangInstanceIdentifier BI_TOP_LEVEL_LIST = YangInstanceIdentifier.builder() - .node(Top.QNAME).node(TopLevelList.QNAME).nodeWithKey( - TopLevelList.QNAME, NAME_QNAME, TOP_FOO_KEY.getName()).build(); - - - private BindingToNormalizedNodeCodec codec; - private SchemaContext context; - - @Override - protected void setupWithSchema(final SchemaContext schemaContext) { - this.context = schemaContext; - final BindingNormalizedNodeCodecRegistry registry = new BindingNormalizedNodeCodecRegistry(); - this.codec = new BindingToNormalizedNodeCodec(GeneratedClassLoadingStrategy.getTCCLClassLoadingStrategy(), - registry, true); - } - - @Test - public void testComplexAugmentationSerialization() { - this.codec.onGlobalContextUpdated(this.context); - final PathArgument lastArg = this.codec.toYangInstanceIdentifier(BA_TREE_COMPLEX_USES).getLastPathArgument(); - assertTrue(lastArg instanceof AugmentationIdentifier); - } - - - @Test - public void testLeafOnlyAugmentationSerialization() { - this.codec.onGlobalContextUpdated(this.context); - final PathArgument leafOnlyLastArg = this.codec.toYangInstanceIdentifier(BA_TREE_LEAF_ONLY) - .getLastPathArgument(); - assertTrue(leafOnlyLastArg instanceof AugmentationIdentifier); - assertTrue(((AugmentationIdentifier) leafOnlyLastArg).getPossibleChildNames().contains(SIMPLE_VALUE_QNAME)); - } - - @Test - @SuppressWarnings("checkstyle:IllegalCatch") - public void testToYangInstanceIdentifierBlocking() { - this.codec.onGlobalContextUpdated(new EmptySchemaContext()); - - final CountDownLatch done = new CountDownLatch(1); - final AtomicReference yangId = new AtomicReference<>(); - final AtomicReference error = new AtomicReference<>(); - - new Thread(() -> { - try { - yangId.set(BindingNormalizedCodecTest.this.codec.toYangInstanceIdentifierBlocking(BA_TOP_LEVEL_LIST)); - } catch (RuntimeException e) { - error.set(e); - } finally { - done.countDown(); - } - }).start(); - - Uninterruptibles.sleepUninterruptibly(500, TimeUnit.MILLISECONDS); - this.codec.onGlobalContextUpdated(this.context); - - assertEquals("toYangInstanceIdentifierBlocking completed", true, - Uninterruptibles.awaitUninterruptibly(done, 3, TimeUnit.SECONDS)); - if (error.get() != null) { - throw error.get(); - } - - assertEquals("toYangInstanceIdentifierBlocking", BI_TOP_LEVEL_LIST, yangId.get()); - } - - @Test - public void testGetRpcMethodToSchemaPathWithNoInitialSchemaContext() { - testGetRpcMethodToSchemaPath(); - } - - @Test - public void testGetRpcMethodToSchemaPathBlocking() { - this.codec.onGlobalContextUpdated(new EmptySchemaContext()); - testGetRpcMethodToSchemaPath(); - } - - @SuppressWarnings("checkstyle:IllegalCatch") - private void testGetRpcMethodToSchemaPath() { - final CountDownLatch done = new CountDownLatch(1); - final AtomicReference> retMap = new AtomicReference<>(); - final AtomicReference error = new AtomicReference<>(); - new Thread(() -> { - try { - retMap.set(BindingNormalizedCodecTest.this.codec.getRpcMethodToSchemaPath( - OpendaylightTestRpcServiceService.class)); - } catch (RuntimeException e) { - error.set(e); - } finally { - done.countDown(); - } - }).start(); - - Uninterruptibles.sleepUninterruptibly(500, TimeUnit.MILLISECONDS); - this.codec.onGlobalContextUpdated(this.context); - - assertEquals("getRpcMethodToSchemaPath completed", true, - Uninterruptibles.awaitUninterruptibly(done, 3, TimeUnit.SECONDS)); - if (error.get() != null) { - throw error.get(); - } - - for (final Method method: retMap.get().keySet()) { - if (method.getName().equals("rockTheHouse")) { - return; - } - } - - fail("rockTheHouse RPC method not found"); - } - - static class EmptySchemaContext extends AbstractSchemaContext { - @Override - public Set getModules() { - return ImmutableSet.of(); - } - - @Override - protected Map getModuleMap() { - return ImmutableMap.of(); - } - - @Override - protected SetMultimap getNamespaceToModules() { - return ImmutableSetMultimap.of(); - } - - @Override - protected SetMultimap getNameToModules() { - return ImmutableSetMultimap.of(); - } - } -}