Merge "Using unencrypted tech profile for ATT radisys"
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 239bf0f..e932e93 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -399,6 +399,31 @@
power-switch: True
pipeline-script: 'voltha-dt-physical-functional-tests.groovy'
+ # Certification (Radisys) pod with olt/onu - master versions timer based job , two OLTs
+ - 'build_voltha_pod_release_timer':
+ build-node: 'menlo-certification-pod'
+ config-pod: 'menlo-certification-pod-radisys-gpon'
+ disable-job: true
+ reinstall-olt: false
+ work-flow: 'ATT'
+ profile: '1T4GEM'
+ num-of-onos: '3'
+ num-of-atomix: '3'
+ time: '7'
+
+ # Certification (Radisys) POD test job - master versions: uses tech profile on voltha branch
+ - 'build_voltha_pod_test':
+ build-node: 'menlo-certification-pod'
+ config-pod: 'menlo-certification-pod-radisys-gpon'
+ disable-job: true
+ release: 'master'
+ branch: 'master'
+ work-flow: 'ATT'
+ test-repo: 'voltha-system-tests'
+ profile: '1T4GEM'
+ power-switch: True
+ pipeline-script: 'voltha-physical-functional-tests.groovy'
+
# Certification (Radisys) pod with olt/onu - master versions timer based job , two OLTs
- 'build_voltha_pod_release_timer':
build-node: 'menlo-certification-pod'
@@ -406,7 +431,7 @@
disable-job: false
reinstall-olt: false
work-flow: 'ATT'
- profile: '1T4GEM'
+ profile: '1T4GEM-unencrypted'
num-of-onos: '3'
num-of-atomix: '3'
time: '7'
@@ -420,7 +445,7 @@
branch: 'master'
work-flow: 'ATT'
test-repo: 'voltha-system-tests'
- profile: '1T4GEM'
+ profile: '1T4GEM-unencrypted'
power-switch: True
pipeline-script: 'voltha-physical-functional-tests.groovy'