summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2017-12-11 14:04:16 -0800
committerArthur She <arthur.she@linaro.org>2017-12-11 14:04:16 -0800
commitb305801053d8ba38abe274ad615bf500e4fe2851 (patch)
treef3b41cace8dc98fc94eaa1b07e4cefdff0965ddd
parente9467ab97ede44d9f92a4484f96b4472e7fef20e (diff)
robotframework-test.yaml
Specify specific versions of robotframework related packages.
-rw-r--r--openembedded/robotframework-test.yaml12
1 files changed, 7 insertions, 5 deletions
diff --git a/openembedded/robotframework-test.yaml b/openembedded/robotframework-test.yaml
index 7f5bf18..4d46e53 100644
--- a/openembedded/robotframework-test.yaml
+++ b/openembedded/robotframework-test.yaml
@@ -1,7 +1,7 @@
metadata:
format: Lava-Test Test Definition 1.0
- name: oe-smoke-tests-basic
- description: "Basic system test command for Linaro OpenEmbedded images"
+ name: robotframework-lxc
+ description: "Used for running Robotframework tests"
maintainer:
- arthur.she@linaro.org
os:
@@ -20,10 +20,12 @@ params:
run:
steps:
# Install Robot framework
- - lava-test-case install-robotframework --shell pip install robotframework
- - lava-test-case install-robotframework-extendedselenium2library --shell pip install robotframework-extendedselenium2library
- - lava-test-case install-robotframework-sshlibrary --shell pip install robotframework-sshlibrary
+ - lava-test-case install-robotframework --shell pip install robotframework==3.0.2
+ - lava-test-case install-robotframework-seleniumlibrary --shell pip install robotframework-seleniumlibrary==3.0.1
+ - 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
+ - lava-test-case install-python-pillow --shell pip install pillow
# Checkout Robot framework test cases
- lava-test-case checkout-robotfrmework-test-cases --shell git clone $RF_TEST_CASES_REPO
- ls