commit | 85cda2ae011ec772c502dda6e49d07dcc874698d | [log] [tgz] |
---|---|---|
author | aPiecek <piecek@cesnet.cz> | Thu Oct 13 13:47:05 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Oct 18 08:45:35 2022 +0200 |
tree | fa7a38b034352a202c3eb1092a766a87d7594fae | |
parent | 4217459addf82c105dc24fa2ba394036d7aecb63 [diff] [blame] |
printer_tree TEST added tests for mount-point
diff --git a/tests/modules/yang/sm-mod.yang b/tests/modules/yang/sm-mod.yang new file mode 100644 index 0000000..8ac834e --- /dev/null +++ b/tests/modules/yang/sm-mod.yang
@@ -0,0 +1,9 @@ +module sm-mod { + yang-version 1.1; + namespace "urn:sm-mod"; + prefix "sm-mod"; + + import sm-modp { + prefix smp; + } +}