Fixed error in ci_stage_3.groovy file
[osm/devops.git] / 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 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")