removing clustering-test-app tool from integration/test repo
[integration/test.git] / tools / odl-mdsal-clustering-tests / clustering-test-app / model / src / main / yang / car-people.yang
diff --git a/tools/odl-mdsal-clustering-tests/clustering-test-app/model/src/main/yang/car-people.yang b/tools/odl-mdsal-clustering-tests/clustering-test-app/model/src/main/yang/car-people.yang
deleted file mode 100644 (file)
index 8997246..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-module car-people {
-
-    yang-version 1;
-
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car-people";
-
-    prefix car;
-
-         import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; }
-         import car { prefix "c"; revision-date 2014-08-18; }
-         import people { prefix "people"; revision-date 2014-08-18; }
-
-    organization "Netconf Central";
-
-    contact
-      "Harman Singh <harmasin@cisco.com>";
-
-    description
-      "YANG model for car for test application";
-
-    revision "2014-08-18" {
-      description
-        "Clustering sample app";
-    }
-
-    container car-people {
-      description
-       "Top-level container for all people car map";
-
-      list car-person {
-        key "car-id person-id";
-        description "A mapping of cars and people.";
-        leaf car-id {
-          type c:car-id;
-        }
-
-        leaf person-id {
-          type people:person-id;
-        }
-      }
-    }
-}
\ No newline at end of file