aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-11-20 10:58:26 +0000
committerLinaro Code Review <review@review.linaro.org>2014-11-20 10:58:26 +0000
commit292b89d1e4c28eff025ea2716498709531ceac37 (patch)
treef55d828dd39b75785760f39cf2a8cdbefa4f8da0
parentb0f596318b390a5b3e9ce242112629fcc68e303f (diff)
parent7970b7a0fdc948914c207b5ab2b63e3b9fc50c5c (diff)
Merge "Add support for fvp build type"
-rwxr-xr-xbuild-scripts/post-build-lava.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build-scripts/post-build-lava.py b/build-scripts/post-build-lava.py
index ad88824..524e13c 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -42,6 +42,9 @@ PRODUCT_MAP = {
"test_device_type": "wg",
"test_stream": "/private/team/wg/wg-private/",
},
+ "fvp": {
+ "test_device_type": "rtsm_fvp_base-aemv8a",
+ },
"juice": {
"test_device_type": "rtsm_fvp_base-aemv8a",
},