Fixed error in ci_stage_3.groovy file 26/11126/1
authoraguilard <e.dah.tid@telefonica.com>
Mon, 30 Aug 2021 08:16:31 +0000 (10:16 +0200)
committeraguilard <e.dah.tid@telefonica.com>
Mon, 30 Aug 2021 08:16:31 +0000 (10:16 +0200)
There was a typo in threshold variables.

Change-Id: Ib4cf608e0694e89f015212c6a011d4faa001d88c
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
jenkins/ci-pipelines/ci_stage_3.groovy

index 8804cee..967bd5d 100644 (file)
@@ -69,8 +69,8 @@ void run_robot_systest(String tagName,
                        String hostfile=null,
                        String jujuPassword=null,
                        String osmRSAfile=null,
                        String hostfile=null,
                        String jujuPassword=null,
                        String osmRSAfile=null,
-                       String passThreshold='0.0',
-                       String unstableThreshold='0.0') {
+                       String pass_th='0.0',
+                       String unstable_th='0.0') {
     tempdir = sh(returnStdout: true, script: 'mktemp -d').trim()
     if ( !envfile ) {
         sh(script: "touch ${tempdir}/env")
     tempdir = sh(returnStdout: true, script: 'mktemp -d').trim()
     if ( !envfile ) {
         sh(script: "touch ${tempdir}/env")