Bug 5615 - Netconf connector update overwriting existing topology data
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / schemas / network-topology-augment-test@2016-08-08.yang
1 module network-topology-network-topology-augment-test  {
2
3     namespace "urn:TBD:params:xml:ns:yang:network-topology-augment-test";
4     import yang-ext { prefix ext; revision-date "2013-07-09";}
5
6     import network-topology{
7              prefix "nt";
8              revision-date 2013-10-21;
9     }
10     prefix "ntat";
11
12     description
13         "This module defines test model for the topology of a network with augmented node";
14
15     revision 2016-08-08;
16
17     augment /nt:network-topology/nt:topology/nt:node {
18              leaf test-id {
19                  type uint16;
20              }
21              leaf test-name {
22                      type string;
23              }
24      }
25
26 }