commit | 96c428fa7d410717e00ee06ac559033eef9eaf72 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Tue Dec 17 11:27:45 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Tue Dec 17 11:27:45 2019 -0700 |
tree | dddd0e0fe3bf8a918609e27ddc0d9cd16df6903c | |
parent | 51ba7e8112779bc8457e27b6ff08b64b76d2d856 [diff] |
Fix syntax Change-Id: I76c823ff001e2ead182aa0e75bda99d35186ba0c
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index 3d6f6b8..466bd48 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -277,7 +277,7 @@ stage('Run E2E Tests') { environment { ROBOT_CONFIG_FILE="${localDeploymentConfigFile}" - ROBOT_MISC_ARGS="{params.extraRobotArgs} --removekeywords wuks -d $WORKSPACE/RobotLogs" + ROBOT_MISC_ARGS="${params.extraRobotArgs} --removekeywords wuks -d $WORKSPACE/RobotLogs" ROBOT_FILE="Voltha_PODTests.robot" } steps {