Merge "update script to run all suites on master"
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy
index fe8dd1f..51eb413 100644
--- a/jjb/pipeline/voltha-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -88,9 +88,6 @@
}
stage('Failure/Recovery Tests') {
- when {
- expression { params.released }
- }
environment {
ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
ROBOT_FILE="Voltha_FailureScenarios.robot"
@@ -112,9 +109,6 @@
}
stage('Error Scenario Tests') {
- when {
- expression { params.released }
- }
environment {
ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml"
ROBOT_FILE="Voltha_ErrorScenarios.robot"