commit | 0793b6f9984f9ada150988a63ccb1bb7652b9fd3 | [log] [tgz] |
---|---|---|
author | Mahir Gunyel <mahir.gunyel@netsia.com> | Thu Nov 30 14:52:27 2023 -0800 |
committer | Mahir Gunyel <mahir.gunyel@netsia.com> | Thu Nov 30 15:02:05 2023 -0800 |
tree | 4dd26e8343a15e307baaae61cec8d87f46ed9b31 | |
parent | b1894ee4a62a43ce622536df0ff6f918ef878ac5 [diff] |
[VOL-5214]:make 'Multi-Tcont Tests' optional in TT tests Change-Id: Iefa275262817aac621690561e05958f1f6d75aaa
diff --git a/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy index c92d747..dec9265 100644 --- a/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy
@@ -179,6 +179,11 @@ } stage('Multi-Tcont Tests') { + when { + expression { + return params.runMultiTcontTests + } + } environment { ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-TT.yaml" ROBOT_FILE="Voltha_TT_MultiTcontTests.robot"