Add make µONOS integration in tests.json

Change-Id: I026a8daefb07b9570cf9a05ce66991142dfd0d41
diff --git a/TestON/JenkinsFile/dependencies/tests.json b/TestON/JenkinsFile/dependencies/tests.json
index c3a9153..12443e8 100644
--- a/TestON/JenkinsFile/dependencies/tests.json
+++ b/TestON/JenkinsFile/dependencies/tests.json
@@ -1448,5 +1448,12 @@
         ],
         "category": "USECASE",
         "supportedBranches": [ "all" ]
+    },
+    "MOmakeIntegration":  {
+        "wikiName": "Micro ONOS Integration Tests"
+        "schedules" : [
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
     }
 }