aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-11-27 09:59:14 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2019-11-27 10:03:21 +0000
commita815185e013eda51a464aa0f91b36f17f025164a (patch)
tree45cb63a6e292a94f8e1a5c1dd07acbbb0d02085f /schneider-openembedded
parent672fc4973cb5584dddb9c54281cd4bba21c1a782 (diff)
se: fix lces2 edge tests
The TFTP/NFS boot needs to perform the password change, and it mounts with a read-only rootfs, so it can't run the LAVA overlay. Change-Id: Id564e45c73c2ef138b61162d91b4e82382125055 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rw-r--r--schneider-openembedded/lava-job-definitions/rzn1d/tftp-nfs-edge.yaml42
-rw-r--r--schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml1
2 files changed, 9 insertions, 34 deletions
diff --git a/schneider-openembedded/lava-job-definitions/rzn1d/tftp-nfs-edge.yaml b/schneider-openembedded/lava-job-definitions/rzn1d/tftp-nfs-edge.yaml
index 9ed2bdad..64a5630a 100644
--- a/schneider-openembedded/lava-job-definitions/rzn1d/tftp-nfs-edge.yaml
+++ b/schneider-openembedded/lava-job-definitions/rzn1d/tftp-nfs-edge.yaml
@@ -84,7 +84,15 @@ actions:
username: root
password_prompt: "Password:"
password: "P@ssword-1"
+ login_commands:
+ - P@ssword-1
+ - azertAZERT12345
+ - azertAZERT12345
+ - azertAZERT12345
prompts:
+ - "Current password: "
+ - "New password: "
+ - "Retype new password: "
- "root@rzn1-snarc:"
- test:
@@ -103,40 +111,6 @@ actions:
- command: ifconfig -a
- command: ping -c 3 github.com
-- 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
-
metadata:
machine: ${MACHINE}
manifest branch: ${MANIFEST_BRANCH}
diff --git a/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml b/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
index d896d20f..ad840218 100644
--- a/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
+++ b/schneider-openembedded/lava-job-definitions/rzn1d/ubi-edge.yaml
@@ -92,6 +92,7 @@ actions:
- command: udhcpc -i eth1 -n || udhcpc -i eth0 -n
- command: ifconfig -a
- command: ping -c 3 github.com
+ - command: docker run hello-world
metadata:
machine: ${MACHINE}