[VOL-3693] Jenkins job for the DMI tests

Change-Id: I5c93f895ae7467c98451ea0d7baef633846d2ff5
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 096085f..db74ad7 100644
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -7,6 +7,8 @@
     project-name: '{name}'
     manualBranch: ''
     olts: 1
+    onus: 1
+    pons: 1
     withAlarms: true
     make-target-failtest: bbsim-failurescenarios
     make-target-errortest: bbsim-errorscenarios
@@ -64,6 +66,15 @@
           time-trigger: "H H/12 * * *"
 
       - 'voltha-periodic-test':
+          name: 'periodic-voltha-test-DMI'
+          pipeline-script: 'voltha-DMI-bbsim-tests.groovy'
+          build-node: 'qct-pod4-node2'
+          make-target: voltha-dmi-hw-management-test
+          withAlarms: false
+          code-branch: 'master'
+          time-trigger: "H H/12 * * *"
+
+      - 'voltha-periodic-test':
           name: 'periodic-voltha-test-bbsim-2.6'
           pipeline-script: 'voltha-nightly-tests-bbsim.groovy'
           build-node: 'qct-pod4-node2'