aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-01-25 13:01:48 +0000
committerNeil Williams <neil.williams@linaro.org>2018-01-25 13:01:48 +0000
commit23cef967e045267d61cf15489e90617b377b0b67 (patch)
tree21444de31fbabbf3f7742bf5ae944bcb6297c370
parentda1c1ca7c2d99a97af17fd55550e8e06bfd1193a (diff)
Panda AEP no longer available in staging
Change-Id: I882cb8057bb7c5aee3603ecebc5b8d1c1048110a
-rw-r--r--panda-lxc-aep.yaml30
-rw-r--r--release/panda-lxc-aep.yaml128
2 files changed, 12 insertions, 146 deletions
diff --git a/panda-lxc-aep.yaml b/panda-lxc-aep.yaml
index ddfbe5a..1d76425 100644
--- a/panda-lxc-aep.yaml
+++ b/panda-lxc-aep.yaml
@@ -1,6 +1,6 @@
device_type: panda
-job_name: LXC and panda
+job_name: panda AEP data retrieval
timeouts:
job:
@@ -17,7 +17,8 @@ tags:
metadata:
source: https://git.linaro.org/lava-team/refactoring.git
- path: panda-lxc-aep.yaml
+ path: release/panda-lxc-aep.yaml
+ lava.series: release-testing
build-readme: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/debian-armmp-armhf-readme.html
build-console: https://ci.linaro.org/view/lava-ci/job/lava-debian-armmp-armhf/4/console
build-script: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/armmp-nfs.sh
@@ -91,26 +92,19 @@ actions:
- repository:
metadata:
format: Lava-Test Test Definition 1.0
- name: network
- description: "Check for ARM probe inside LXC."
+ name: probe
+ description: "check probe path"
os:
- debian
scope:
- functional
- install:
- deps:
- - net-tools
- - usbutils
run:
steps:
- - ip a
- - ifconfig
- - ls -lR /dev/
+ # this path is specific to staging with device tag arm-energy-probe - the test case will fail elsewhere.
- lava-test-case usbserial --shell ls -l /dev/serial/by-id/usb-NXP_SEMICOND_ARM_Energy_Probe_S_NO44440001-if00
- - lsusb
from: inline
- name: network
- path: inline/network.yaml
+ name: find-probe
+ path: inline/find-probe.yaml
- test:
namespace: testdevice
@@ -125,9 +119,9 @@ actions:
- test:
namespace: probe
timeout:
- minutes: 5
+ minutes: 10
definitions:
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
+ - repository: https://git.linaro.org/lava-team/refactoring.git
from: git
- path: lava-test-shell/smoke-tests-basic.yaml
- name: smoke-tests-probe
+ path: testdefs/arm-probe.yaml
+ name: arm-probe
diff --git a/release/panda-lxc-aep.yaml b/release/panda-lxc-aep.yaml
deleted file mode 100644
index aa7d9f4..0000000
--- a/release/panda-lxc-aep.yaml
+++ /dev/null
@@ -1,128 +0,0 @@
-device_type: panda
-
-job_name: panda AEP data retrieval
-
-timeouts:
- job:
- minutes: 15
- action:
- minutes: 5
- connection:
- minutes: 3
-priority: medium
-visibility: public
-
-tags:
- - arm-energy-probe
-
-metadata:
- source: https://git.linaro.org/lava-team/refactoring.git
- path: release/panda-lxc-aep.yaml
- lava.series: release-testing
- build-readme: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/debian-armmp-armhf-readme.html
- build-console: https://ci.linaro.org/view/lava-ci/job/lava-debian-armmp-armhf/4/console
- build-script: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/armmp-nfs.sh
-
-protocols:
- lava-lxc:
- name: lxc-aep-test
- template: debian
- distribution: debian
- release: jessie
- arch: amd64
- mirror: http://mirror.bytemark.co.uk/debian
-
-actions:
-- deploy:
- namespace: probe
- timeout:
- minutes: 5
- to: lxc
- packages:
- - usbutils
- - procps
- - lsb-release
- - util-linux
- os: debian
-
-- boot:
- namespace: probe
- prompts:
- - 'root@(.*):/#'
- timeout:
- minutes: 5
- method: lxc
-
-- deploy:
- namespace: testdevice
- timeout:
- minutes: 3
- to: tftp
- kernel:
- url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/vmlinuz
- type: zimage
- ramdisk:
- url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/initramfs.cpio.gz
- compression: gz
- # the bootloader needs a u-boot header on the modified ramdisk
- add-header: u-boot
- modules:
- url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/modules.tar.gz
- compression: gz
- # despite this being a Debian initramfs, it is not a complete Debian rootfs, so use oe compatibility
- os: oe
- dtb:
- url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/jessie/armhf/4/dtbs/omap4-panda.dtb
-
-- boot:
- namespace: testdevice
- method: u-boot
- commands: ramdisk
- prompts:
- # escape the brackets to ensure that the prompt does not match
- # kernel debug lines which may mention initramfs
- - '\(initramfs\)'
- timeout:
- minutes: 3
-
-- test:
- namespace: probe
- timeout:
- minutes: 5
- definitions:
- - repository:
- metadata:
- format: Lava-Test Test Definition 1.0
- name: probe
- description: "check probe path"
- os:
- - debian
- scope:
- - functional
- run:
- steps:
- # this path is specific to staging with device tag arm-energy-probe - the test case will fail elsewhere.
- - lava-test-case usbserial --shell ls -l /dev/serial/by-id/usb-NXP_SEMICOND_ARM_Energy_Probe_S_NO44440001-if00
- from: inline
- name: find-probe
- path: inline/find-probe.yaml
-
-- test:
- namespace: testdevice
- 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-panda
-
-- test:
- namespace: probe
- timeout:
- minutes: 10
- definitions:
- - repository: https://git.linaro.org/lava-team/refactoring.git
- from: git
- path: testdefs/arm-probe.yaml
- name: arm-probe