aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft/lava-job-definitions/devices/hi6220-hikey
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded-lkft/lava-job-definitions/devices/hi6220-hikey')
-rw-r--r--openembedded-lkft/lava-job-definitions/devices/hi6220-hikey36
1 files changed, 12 insertions, 24 deletions
diff --git a/openembedded-lkft/lava-job-definitions/devices/hi6220-hikey b/openembedded-lkft/lava-job-definitions/devices/hi6220-hikey
index 2c7780d564..a4f5496fd7 100644
--- a/openembedded-lkft/lava-job-definitions/devices/hi6220-hikey
+++ b/openembedded-lkft/lava-job-definitions/devices/hi6220-hikey
@@ -7,36 +7,30 @@
timeout:
minutes: 15
to: fastboot
- namespace: target
- connection: lxc
+ docker:
+ image: linaro/kir
images:
ptable:
- url: lxc:///ptable-linux-8g.img
+ url: downloads://ptable-linux-8g.img
reboot: hard-reset
boot:
- url: lxc:///boot.img
+ url: downloads://boot.img
reboot: hard-reset
system:
- url: lxc:///rpb-console-image-lkft.rootfs.img
+ url: downloads://rpb-console-image-lkft.rootfs.img
apply-overlay: true
os: oe
- protocols:
- lava-lxc:
- - action: fastboot-deploy
- request: pre-power-command
- timeout:
- minutes: 2
+- command:
+ name: pre_os_command
+- command:
+ name: pre_power_command
{% endblock deploy_target %}
{% block boot_target %}
- boot:
- namespace: target
auto_login:
login_prompt: 'login:'
- username: linaro
- login_commands:
- # Become super user to run tests
- - su
+ username: root
prompts:
- 'hikey:~'
- 'hikey:/home/linaro#'
@@ -44,14 +38,8 @@
timeout:
minutes: 10
method: grub
- commands: installed
- protocols:
- lava-lxc:
- # other action could be boot-fastboot
- - action: grub-sequence-action
- request: pre-os-command
- timeout:
- minutes: 2
+- command:
+ name: pre_os_command
{% endblock boot_target %}
{% block test_target %}