Move sal-netconf-connector to plugins/
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / schemas / user-notification3.yang
diff --git a/netconf/sal-netconf-connector/src/test/resources/schemas/user-notification3.yang b/netconf/sal-netconf-connector/src/test/resources/schemas/user-notification3.yang
deleted file mode 100644 (file)
index f04b3f5..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-module user-notification {
-    yang-version 1;
-    namespace "org:opendaylight:notification:test:ns:yang:user-notification";
-    prefix "user";
-
-    organization "Cisco Systems";
-    contact "Lukas Sedlak";
-    description "Test model for testing notifications";
-
-    revision "2016-07-08" {
-        description "Initial revision";
-    }
-
-    identity user-identity {
-        description "Identity of user incoming to Web Page";
-    }
-
-    identity public-user {
-        base user-identity;
-        description "Identity of random public non-registered user";
-    }
-
-    notification user-visited-page {
-        leaf incoming-user {
-            type identityref {
-                base "user-identity";
-            }
-        }
-
-        leaf ip-address {
-            type string;
-        }
-
-        leaf mac {
-            type string;
-        }
-
-        leaf browser-id {
-            type string;
-        }
-
-        leaf visiting-date {
-            type string;
-        }
-    }
-}
\ No newline at end of file