aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-10-15 11:15:48 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2013-10-15 11:16:18 +0100
commitb6d2155ec5f7c8424f5de4b1ce0a6b7db347272f (patch)
treed3f66003d79023ecf2e4cf776741ad335c6caaf0
parentec4e9defb917b13e5f4acac5854f776c974fc28e (diff)
removed dependency on launchpad
Change-Id: Ifc674d3f4ab0096f4b97af85be41e568941e47cb
-rw-r--r--ubuntu/leb-basic-graphics.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ubuntu/leb-basic-graphics.yaml b/ubuntu/leb-basic-graphics.yaml
index 699ad00a..72b9c00e 100644
--- a/ubuntu/leb-basic-graphics.yaml
+++ b/ubuntu/leb-basic-graphics.yaml
@@ -4,15 +4,16 @@ metadata:
description: "Test Linaro engineering builds basic graphics"
install:
- bzr-repos:
- - lp:~linaro-foundations/linaro-ubuntu/lava-test-basic-graphics
+ git-repos:
+ - http://git.linaro.org/git-ro/qa/test-definitions.git
deps:
- mesa-utils-extra
- ubuntu-desktop
run:
steps:
- - "cd lava-test-basic-graphics; sudo bash -x ./run-test.sh"
+ - cd ubuntu/scripts
+ - sudo bash -x ./basic-graphics-test.sh
parse:
pattern: "(?P<test_case_id>[a-zA-Z0-9_-]+):\\s(?P<result>\\w+)"