Add test jobs to voltha-openolt-adapter
Add all jobs for cordctl

Change-Id: I34d20ddcc34f7faf816f94754765f26b6a15c5e3
diff --git a/jjb/verify/cordctl.yaml b/jjb/verify/cordctl.yaml
new file mode 100644
index 0000000..480ad86
--- /dev/null
+++ b/jjb/verify/cordctl.yaml
@@ -0,0 +1,22 @@
+---
+# verification jobs for 'cordctl' repo
+
+- project:
+    name: cordctl
+    project: '{name}'
+
+    jobs:
+      - 'verify-cordctl-jobs':
+          branch-regexp: '{supported-branches-regexp}'
+
+- job-group:
+    name: 'verify-cordctl-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-collision-reject':
+          dependency-jobs: 'verify_cordctl_licensed'
+      - 'make-unit-test':
+          dest-gopath: "github.com/opencord"
+          unit-test-targets: 'lint test'
+          unit-test-keep-going: 'true'
+          dependency-jobs: 'verify_cordctl_tag-collision'