X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fnetconf%2Fnetconf-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fit%2FAbstractNetconfConfigTest.java;h=65810a6bdab8d840919e9f25b1d0961b499d0566;hb=e04d4f23ec7a8b275f06cf25cd45ce1c76e4703d;hp=bd931c33d0212858b615aed61d843e1e6f1744d9;hpb=1d639169d7afd590f4f756242031768e97d95b61;p=controller.git diff --git a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/AbstractNetconfConfigTest.java b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/AbstractNetconfConfigTest.java index bd931c33d0..65810a6bda 100644 --- a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/AbstractNetconfConfigTest.java +++ b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/AbstractNetconfConfigTest.java @@ -78,9 +78,11 @@ public abstract class AbstractNetconfConfigTest extends AbstractConfigTest { public static final String LOOPBACK_ADDRESS = "127.0.0.1"; public static final int SERVER_CONNECTION_TIMEOUT_MILLIS = 5000; - static ModuleFactory[] FACTORIES = { new TestImplModuleFactory(), - new DepTestImplModuleFactory(), new NetconfTestImplModuleFactory(), - new IdentityTestModuleFactory(), new MultipleDependenciesModuleFactory() }; + static ModuleFactory[] FACTORIES = {new TestImplModuleFactory(), + new DepTestImplModuleFactory(), + new NetconfTestImplModuleFactory(), + new IdentityTestModuleFactory(), + new MultipleDependenciesModuleFactory() }; private EventLoopGroup nettyThreadgroup; private HashedWheelTimer hashedWheelTimer; @@ -185,6 +187,7 @@ public abstract class AbstractNetconfConfigTest extends AbstractConfigTest { "/META-INF/yang/config-test.yang", "/META-INF/yang/config-test-impl.yang", "/META-INF/yang/test-types.yang", + "/META-INF/yang/test-groups.yang", "/META-INF/yang/ietf-inet-types.yang"); final Collection yangDependencies = new ArrayList<>();