aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-04-22 19:47:54 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-04-22 19:47:54 +0530
commit495a0c0df63839650a9efc74a23d409b3a91d8e4 (patch)
treeb675aae1b94da68b1ad59da425382e6e3babf693
parent779ef1afabeb37aa4338b084c73743462546486a (diff)
Add nexus10 in device map for lava submission
Change-Id: I5acd0c1dc65123b3b798dcf2f82b21e3c98688d6 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 6e34978..0d4fbd4 100755
--- a/build-scripts/post-build-lava.py
+++ b/build-scripts/post-build-lava.py
@@ -67,6 +67,9 @@ PRODUCT_MAP = {
"test_device_type": "aa9",
"test_stream": "/private/team/fujitsu/ci-LT-Fujitsu-working-tree/"
},
+ "aosp_manta": {
+ "test_device_type": "nexus10",
+ },
}
OPTION_SUFFIX = "_OPTION"