[VOL-3454] New job for running traffic based tests on soak pod

Change-Id: Id4db775c66882e8190ddab4d184ecf0704757241
diff --git a/jjb/cord-test/voltha.yaml b/jjb/cord-test/voltha.yaml
index 9c2d5aa..c849b65 100644
--- a/jjb/cord-test/voltha.yaml
+++ b/jjb/cord-test/voltha.yaml
@@ -372,7 +372,7 @@
           branch: 'master'
           release: 'master'
           work-flow: 'DT'
-          name-extension: '_soak_func'
+          name-extension: '_DT_soak_Func'
           test-type: 'Functional'
           test-repo: 'voltha-system-tests'
           pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
@@ -387,12 +387,27 @@
           branch: 'master'
           release: 'master'
           work-flow: 'DT'
-          name-extension: '_soak_fail'
+          name-extension: '_DT_soak_Fail'
           test-type: 'Failure'
           test-repo: 'voltha-system-tests'
           pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
           time-trigger: "H H */3 * *"
 
+      # ONF Menlo Soak POD test job - voltha-master branch
+      # Run dataplane tests every three days
+      - 'build_voltha_pod_soak_test':
+          build-node: 'menlo-soak-pod'
+          config-pod: 'onf-soak-pod'
+          profile: '1T8GEM'
+          branch: 'master'
+          release: 'master'
+          work-flow: 'DT'
+          name-extension: '_DT_soak_DP'
+          test-type: 'Dataplane'
+          test-repo: 'voltha-system-tests'
+          pipeline-script: 'voltha-physical-soak-dt-tests.groovy'
+          time-trigger: "H H */3 * *"
+
       # Infosys pod with olt/onu - Default tech profile and timer based job
       - 'build_voltha_pod_release_timer':
           build-node: 'infosys-test-pod'