Ruslan Kashapov | acfb207 | 2020-12-10 10:49:59 +0200 | [diff] [blame] | 1 | module test-module { |
2 | yang-version 1.1; | ||||
3 | |||||
4 | namespace "org:onap:cps:test:test-module"; | ||||
5 | revision "2020-02-02"; | ||||
6 | prefix "self"; | ||||
7 | |||||
8 | import missing-module { | ||||
9 | prefix "missing"; | ||||
10 | } | ||||
11 | |||||
12 | container self-container { | ||||
13 | uses "missing:missing-group"; | ||||
14 | } | ||||
15 | } |