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;
+  }
+}