commit | e4a5bcc0978bf166dec0a19fbeabc2d152ff5313 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Mar 16 12:43:03 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Mar 16 12:43:03 2020 -0700 |
tree | 4d5e480dc054d279b6e4395b8247f428faa9554e | |
parent | 9f84ce485ef5329f5e055ed0ab0383524112821a [diff] |
fix config file in Functional stage Change-Id: I3e696a04d4f6e0206dc389edfd699e9b4a448460
diff --git a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy index 26f0abc..98f4edb 100644 --- a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy
@@ -77,7 +77,7 @@ stage('Functional 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" }