commit | 1541da823db11a41164bbb216d326d5622569401 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri May 15 09:41:38 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Fri May 15 09:41:38 2020 -0700 |
tree | ad40b2b4745d99c9392596ddb049dbc55091af1c | |
parent | cfbe743b18f50d2dbfdf9182b1f10d1ebdc6c54d [diff] |
VOL-3061 Fix typo in config file name Change-Id: Ia3368aa59a437ba3b630b553b057193044d015bb
diff --git a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy index a576bc0..b03f9e2 100644 --- a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy
@@ -135,7 +135,7 @@ stage('Dataplane Tests') { environment { - ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}.yaml" + ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml" ROBOT_FILE="Voltha_DT_PODTests.robot" ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/dt-workflow/DataplaneTests" }