summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2017-12-11 15:02:45 -0800
committerArthur She <arthur.she@linaro.org>2017-12-11 15:02:45 -0800
commit011653523d73ad0466e6173d1b8aaf07cc2dfa80 (patch)
treeabc8fda7015d437e7c2783bb8c488523d006f558
parentb305801053d8ba38abe274ad615bf500e4fe2851 (diff)
robotframework-test.yaml
install pytesseract
-rw-r--r--openembedded/robotframework-test.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/robotframework-test.yaml b/openembedded/robotframework-test.yaml
index 4d46e53..a5bed4a 100644
--- a/openembedded/robotframework-test.yaml
+++ b/openembedded/robotframework-test.yaml
@@ -25,7 +25,9 @@ run:
- lava-test-case install-robotframework-angularjs --shell pip install robotframework-angularjs==0.0.6
- lava-test-case install-robotframework-sshlibrary --shell pip install robotframework-sshlibrary==2.1.2
- lava-test-case install-robotframework-appiumlib --shell pip install robotframework-appiumlibrary
+ # For OCR
- lava-test-case install-python-pillow --shell pip install pillow
+ - lava-test-case install-pytesseract --shell pip install pytesseract
# Checkout Robot framework test cases
- lava-test-case checkout-robotfrmework-test-cases --shell git clone $RF_TEST_CASES_REPO
- ls