Added powerCycleOlt param as input to test suite for ATT, DT and TT
Change-Id: I94269babedec6188e5f84f7fd9f49926d5a856d4
diff --git a/jjb/voltha-test/voltha-certification.yaml b/jjb/voltha-test/voltha-certification.yaml
index 3f69ec5..f4802d8 100644
--- a/jjb/voltha-test/voltha-certification.yaml
+++ b/jjb/voltha-test/voltha-certification.yaml
@@ -10,6 +10,7 @@
with-kind: false
power-switch: False
+ power-cycle-olt: False
work-flow: 'ATT'
in-band-management: false
num-of-openonu: 1
diff --git a/jjb/voltha-test/voltha-nightly-jobs.yaml b/jjb/voltha-test/voltha-nightly-jobs.yaml
index 0d07a91..626e393 100644
--- a/jjb/voltha-test/voltha-nightly-jobs.yaml
+++ b/jjb/voltha-test/voltha-nightly-jobs.yaml
@@ -387,6 +387,11 @@
default: '{power-switch}'
description: "Indicate whether POD has power switch to reboot ONUs/OLT remotely"
+ - bool:
+ name: powerCycleOlt
+ default: '{power-cycle-olt}'
+ description: "Indicate whether to reboot OLT through power switch"
+
- string:
name: oltAdapterAppLabel
default: '{oltAdapterAppLabel}'
@@ -514,6 +519,11 @@
default: '{power-switch}'
description: "Indicate whether POD has power switch to reboot ONUs/OLT remotely"
+ - bool:
+ name: powerCycleOlt
+ default: '{power-cycle-olt}'
+ description: "Indicate whether to reboot OLT through power switch"
+
- string:
name: oltAdapterAppLabel
default: '{oltAdapterAppLabel}'
@@ -646,6 +656,11 @@
description: "Indicate whether POD has power switch to reboot ONUs/OLT remotely"
- bool:
+ name: powerCycleOlt
+ default: '{power-cycle-olt}'
+ description: "Indicate whether to reboot OLT through power switch"
+
+ - bool:
name: enableMultiUni
default: '{enableMultiUni}'
description: "Enables the Multi UNI feature"
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 51a6afd..c091a4e 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -10,6 +10,7 @@
with-kind: false
power-switch: False
+ power-cycle-olt: False
work-flow: 'ATT'
in-band-management: false
num-of-openonu: '1'
@@ -73,6 +74,7 @@
release: 'master'
branch: 'master'
power-switch: True
+ power-cycle-olt: True
test-repo: 'voltha-system-tests'
profile: 'Default'
@@ -126,6 +128,7 @@
name-extension: '_TT'
work-flow: 'TT'
power-switch: True
+ power-cycle-olt: True
pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
test-repo: 'voltha-system-tests'
profile: 'TP'
@@ -189,6 +192,7 @@
name-extension: '_TT'
work-flow: 'TT'
power-switch: True
+ power-cycle-olt: True
pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy'
test-repo: 'voltha-system-tests'
profile: 'TP'
@@ -216,6 +220,7 @@
test-repo: 'voltha-system-tests'
profile: '1T4GEM'
power-switch: True
+ power-cycle-olt: True
# Menlo pod with olt/onu - master branch, Default tech profile and timer based job
- 'build_voltha_pod_release_timer':
@@ -244,6 +249,7 @@
profile: '1T8GEM'
pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy'
power-switch: True
+ power-cycle-olt: True
# Menlo pod with olt/onu - released branch, Default tech profile and timer based job
- 'build_voltha_pod_release_timer':