commit | d3be2bf7f0366dba2ee36f738f14b5344c739837 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Fri Feb 07 17:02:21 2020 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Sat Feb 08 00:54:19 2020 +0000 |
tree | a511192e3862dafbd50d9b03b58cb69c2b1c0987 | |
parent | a54bab982e7a49aeb9d6cbe2d1c67ff7f1d34250 [diff] [blame] |
Save per-test container logs on test failure Change-Id: Ifc0c8793882fb0a1773cf46cfa6fe640b59cb21e
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index 3f9eda8..0769878 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -278,7 +278,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 -v container_log_dir:$WORKSPACE " ROBOT_FILE="Voltha_PODTests.robot" } steps {