[VOL-3454] fix issues in dt soak tests
Change-Id: Ie41ca4c1caf7803e50a09879c049a25e085cd6e5
diff --git a/jjb/pipeline/voltha-physical-soak-dt-tests.groovy b/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
index 6250c52..fc5b775 100644
--- a/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
+++ b/jjb/pipeline/voltha-physical-soak-dt-tests.groovy
@@ -99,7 +99,7 @@
stage('Functional Tests') {
environment {
ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
- ROBOT_FILE="Voltha_PODTests.robot"
+ ROBOT_FILE="Voltha_DT_PODTests.robot"
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/FunctionalTests"
}
steps {
@@ -124,7 +124,7 @@
stage('Failure/Recovery Tests') {
environment {
ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
- ROBOT_FILE="Voltha_FailureScenarios.robot"
+ ROBOT_FILE="Voltha_DT_FailureScenarios.robot"
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/FailureScenarios"
}
steps {
@@ -145,7 +145,7 @@
stage('Dataplane Tests') {
environment {
ROBOT_CONFIG_FILE="$WORKSPACE/${configBaseDir}/${configDeploymentDir}/${configFileName}-DT.yaml"
- ROBOT_FILE="Voltha_PODTests.robot"
+ ROBOT_FILE="Voltha_DT_PODTests.robot"
ROBOT_LOGS_DIR="$WORKSPACE/RobotLogs/DataplaneTests"
}
steps {