Add import for netconf-node-optional
[netconf.git] / netconf / sal-netconf-connector / src / test / java / org / opendaylight / netconf / sal / connect / netconf / sal / NetconfDeviceTopologyAdapterTest.java
index acc16d985c49cb551a216440951b0abe3f9132e0..39c7a26ed5697cd19c0159df18c982ebab7d0cd2 100644 (file)
@@ -76,7 +76,7 @@ public class NetconfDeviceTopologyAdapterTest {
         SCHEMA_CONTEXT = YangParserTestUtils.parseYangResources(NetconfDeviceTopologyAdapterTest.class,
             "/schemas/network-topology@2013-10-21.yang", "/schemas/ietf-inet-types@2013-07-15.yang",
             "/schemas/yang-ext.yang", "/schemas/netconf-node-topology.yang",
-            "/schemas/network-topology-augment-test@2016-08-08.yang");
+            "/schemas/network-topology-augment-test@2016-08-08.yang", "/schemas/netconf-node-optional.yang");
     }
 
     @AfterClass