summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run_device_tests.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/run_device_tests.py b/test/run_device_tests.py
index 5045009521..51df57f3f9 100755
--- a/test/run_device_tests.py
+++ b/test/run_device_tests.py
@@ -84,7 +84,11 @@ ALL_TESTS = {
'flash_write_protect':
TestConfig(name='flash_write_protect', image_to_use=ImageType.RO,
toggle_power=True),
- 'mpu':
+ 'mpu_ro':
+ TestConfig(name='mpu',
+ image_to_use=ImageType.RO,
+ finish_regexes=[DATA_ACCESS_VIOLATION_20000000_REGEX]),
+ 'mpu_rw':
TestConfig(name='mpu',
finish_regexes=[DATA_ACCESS_VIOLATION_20000000_REGEX]),
'mutex':