Refactor MO Run System Test Script

Change-Id: I21b2d1852acf3e07433307aed0616bf848d5fb72
diff --git a/TestON/JenkinsFile/dependencies/tests.json b/TestON/JenkinsFile/dependencies/tests.json
index f23c026..14720ad 100644
--- a/TestON/JenkinsFile/dependencies/tests.json
+++ b/TestON/JenkinsFile/dependencies/tests.json
@@ -1449,6 +1449,18 @@
         "category": "USECASE",
         "supportedBranches": [ "all" ]
     },
+    "MOmakeBuild":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
     "MOmakeIntegration":  {
         "wikiName": "Micro ONOS Integration Tests",
         "schedules" : [
@@ -1460,5 +1472,101 @@
         ],
         "category": "MO",
         "supportedBranches": [ "all" ]
+    },
+    "MOmakeCoverage":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeDeps":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeImages":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeKind":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeLicense_check":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeLinters":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeONOS-Test-Runner-Docker":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
+    },
+    "MOmakeTest":  {
+        "wikiName": "Micro ONOS Integration Tests",
+        "schedules" : [
+            {
+                "branch": "master",
+                "day": "everyday",
+                "nodeLabel": "micro-onos"
+            }
+        ],
+        "category": "MO",
+        "supportedBranches": [ "all" ]
     }
 }