commit | fd89652f9cac90501590080a61de73aaa6afb1e2 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Fri Aug 04 13:30:48 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Aug 04 13:30:48 2023 -0400 |
tree | 76ffd1b7f4626225b5556583fd9bc88ff895ab80 | |
parent | 54dec09ada853f4a010d46c9756a7a9bed9178e3 [diff] [blame] |
Fixed varname case Change-Id: I2ee76cb96c1f8a91873f4a9f7a26d75c6460cd50
diff --git a/jjb/pipeline/voltha/master/bbsim-tests.groovy b/jjb/pipeline/voltha/master/bbsim-tests.groovy index 611c948..c8307bf 100644 --- a/jjb/pipeline/voltha/master/bbsim-tests.groovy +++ b/jjb/pipeline/voltha/master/bbsim-tests.groovy
@@ -261,7 +261,7 @@ } // if (teardown) } // stage('Deploy Voltha') - stage("Run test ${testTarget} on workflow ${workFlow}") + stage("Run test ${testTarget} on workflow ${workflow}") { sh """ echo -e "\n** Monitor using mem_consumption.py ?"