[VOL-4166] verify compatibility between VERSION and referenced apps in VOLTHA-ONOS

Change-Id: Ie44fb0a4ac26dfd6a8fc5423265ff2337fd75e50
diff --git a/jjb/verify/voltha-onos.yaml b/jjb/verify/voltha-onos.yaml
index d85f8ef..f85cc9c 100644
--- a/jjb/verify/voltha-onos.yaml
+++ b/jjb/verify/voltha-onos.yaml
@@ -35,6 +35,11 @@
     jobs:
       - 'voltha-patch-test':
           extraHelmFlags: '--set global.image_tag=master --set onos-classic.image.tag=master'
+      # the unit test job will fail on all the branches that are not "master" as the "make test"
+      # target was not available
+      - 'make-unit-test':
+          unit-test-targets: 'test'
+          junit-allow-empty-results: true
 
 - job-group:
     name: 'publish-voltha-onos-jobs'