commit | a64d9e78629f409c7f4bf575496a92f723ffd244 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@opennetworking.org> | Mon Dec 09 15:16:06 2019 -0700 |
committer | Andy Bavier <andy@opennetworking.org> | Wed Dec 11 15:41:42 2019 +0000 |
tree | cd55fd4216845f86a8f5fb1f12284bcba51fbc67 | |
parent | a685a8998dbf083242df09e88c5e747b34791f87 [diff] [blame] |
VOL-1670 Skip tests tagged 'bbsim' when running on hardware Change-Id: Ie4c7b4cb1db6a4782740c5720233ed435235902d
diff --git a/jjb/pipeline/voltha-physical-build-and-tests.groovy b/jjb/pipeline/voltha-physical-build-and-tests.groovy index c8fed3a..641d15b 100644 --- a/jjb/pipeline/voltha-physical-build-and-tests.groovy +++ b/jjb/pipeline/voltha-physical-build-and-tests.groovy
@@ -265,7 +265,7 @@ stage('Run E2E Tests') { environment { ROBOT_CONFIG_FILE="${localDeploymentConfigFile}" - ROBOT_MISC_ARGS="--removekeywords wuks -d $WORKSPACE/RobotLogs" + ROBOT_MISC_ARGS="--removekeywords wuks -e bbsim -d $WORKSPACE/RobotLogs" ROBOT_FILE="Voltha_PODTests.robot" } steps {