aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream/submit_for_testing.py
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2017-11-03 07:45:45 -0500
committerKumar Gala <kumar.gala@linaro.org>2017-11-03 07:47:33 -0500
commit87a53b629076517b074f8e01ca354b83501a2d05 (patch)
treeffe6ed35cee7d69adbc55cf4b196f40e90617073 /zephyr-upstream/submit_for_testing.py
parentaf3b7a813ce3fae826f35fdf949a50a52dcf2f5f (diff)
zephyr-upstream: exclude mqtt_publisher and mqtt_subscriber tests
The mqtt_publisher and mqtt_subscriber tests require a server to connect to, so we disable these tests for now since we don't have that setup. Change-Id: Idf9b917375adb427b1f07aad6ca4f62a5fc9f5b0 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'zephyr-upstream/submit_for_testing.py')
-rw-r--r--zephyr-upstream/submit_for_testing.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr-upstream/submit_for_testing.py b/zephyr-upstream/submit_for_testing.py
index 789d736a58..9d43c781e4 100644
--- a/zephyr-upstream/submit_for_testing.py
+++ b/zephyr-upstream/submit_for_testing.py
@@ -10,6 +10,10 @@ except ImportError:
from urlparse import urlsplit
excluded_tests = [
+# Exclude mqtt_publisher/mqtt_subscriber - need a server running to connect to
+ 'tests/net/lib/mqtt_publisher/test/zephyr.bin',
+ 'tests/net/lib/mqtt_publisher/test_tls/zephyr.bin',
+ 'tests/net/lib/mqtt_subscriber/test/zephyr.bin',
# Exclude adc_simple as the test is specific to Arduino 101 board.
'tests/drivers/adc/adc_simple/test/zephyr.bin',
'tests/drivers/spi_test/test/zephyr.bin',