aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2014-06-12 10:33:47 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2014-06-12 10:33:47 +0530
commit76925dc7fafc6e13091faf6baffed36ff69c7b9f (patch)
tree9461026d7323aad8423a4c721c9484fdfdebe4af
parent439344425db8b931eaeb902c4c8880bae3caa7ad (diff)
Map juice build to FVP base models
Change-Id: I3e62e019e3630937fa97f54de33c6cf1455d6466 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-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 61633b9..dbc6cbc 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/",
},
+ "juice": {
+ "test_device_type": "rtsm_fvp_base-aemv8a",
+ },
"full_maguro": {
"test_device_type": "nexus",
},