aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-11-26 10:25:14 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-11-26 10:25:32 +0000
commit905295f277676941c679c0a9f9c358ed04b8247d (patch)
tree8e3e9d3ac316b622b1d08a4bc064c8c1de6decc1 /schneider-openembedded
parentc945671ec098e976e3ec18e0324522a03e62821d (diff)
se: remove overlay from ubi-edge test
The rootfs is read-only, so the overlay doesn't work. Change-Id: I54322622503975dd3fc3f8018f21a1cceec13d76 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rw-r--r--schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml42
1 files changed, 4 insertions, 38 deletions
diff --git a/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml b/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
index b696c873..0c81b0c0 100644
--- a/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
+++ b/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
@@ -55,7 +55,7 @@ actions:
namespace: test
connection-namespace: dfu
timeout:
- minutes: 10
+ minutes: 20
method: u-boot
commands:
- run linux_bestla
@@ -74,43 +74,6 @@ actions:
- "New password: "
- "Retype new password: "
- "root@rzn1-snarc:"
- transfer_overlay:
- download_command: unset http_proxy ; udhcpc -i eth1 -n || udhcpc -i eth0 -n ; cd /tmp ; wget
- unpack_command: tar --touch -C / -xzf
-
-- test:
- namespace: test
- timeout:
- minutes: 5
- definitions:
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
- from: git
- path: lava-test-shell/smoke-tests-basic.yaml
- name: smoke-tests
- - path: automated/linux/meminfo/meminfo.yaml
- repository: https://git.linaro.org/qa/test-definitions.git
- history: false
- name: meminfo
- from: git
- branch: master
- - path: automated/linux/docker/docker.yaml
- repository: https://git.linaro.org/qa/test-definitions.git
- history: false
- name: docker-hello-world
- from: git
- branch: master
- parameters:
- IMAGE: "hello-world"
- SKIP_INSTALL: True
- - path: automated/linux/docker/docker.yaml
- repository: https://git.linaro.org/qa/test-definitions.git
- history: false
- name: docker
- from: git
- branch: master
- parameters:
- IMAGE: "arm32v7/ubuntu"
- SKIP_INSTALL: True
- test:
namespace: test
@@ -122,8 +85,11 @@ actions:
script:
- command: uname -a
- command: ps aux --sort -rss
+ - command: cat /proc/meminfo
- command: free -h
- command: ifconfig -a
+ - command: udhcpc -i eth1 -n || udhcpc -i eth0 -n
+ - command: ifconfig -a
- command: ping -c 3 github.com
metadata: