summaryrefslogtreecommitdiff
path: root/android/cts-host.yaml
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-11-25 06:20:55 -0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2015-12-03 09:09:40 +0000
commit9d1e6672928b13ea1759c7f724bac4396b99d496 (patch)
treeaa481883cb3a98f905a55da53ead9f9c8b031acd /android/cts-host.yaml
parent0b4d7d6722dd97b59aa5931ee23bf3b86c9fe40d (diff)
Android: CTS: Use Pexpect for Fast Models
* On Fast Models, cts-tradefed will exit abnormally when pipe used. Use Pexpect as a work around. * Fix some pep8 issues. Change-Id: I38f1fd314fbc882d8fcce0c9a7213a3f8d7fd2c6 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'android/cts-host.yaml')
-rw-r--r--android/cts-host.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cts-host.yaml b/android/cts-host.yaml
index 2f4d1bc..ce412a3 100644
--- a/android/cts-host.yaml
+++ b/android/cts-host.yaml
@@ -18,7 +18,7 @@ install:
- ./common/scripts/install-deps.sh $DEPENDENCIES $JDK $JRE
params:
- DEPENDENCIES: "xz-utils python-lxml python-setuptools android-tools-adb android-tools-fastboot zip libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1-dev libc6-dev-i386 lib32gcc1"
+ DEPENDENCIES: "xz-utils python-lxml python-setuptools python-pexpect android-tools-adb android-tools-fastboot zip libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1-dev libc6-dev-i386 lib32gcc1"
JDK: "default-jdk"
JRE: "default-jre"
CTS_URL: "http://testdata.validation.linaro.org/cts/android-cts-5.0-armv8.zip"