aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft/lava-job-definitions/devices/x15
blob: c9ed9a8edb9150aa4f369a0e06e57fd0b47cf615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{% extends "lkft-fastboot.jinja2" %}

{# libhugetlbfs_word_size variable is required for libhugetlbfs.yaml test template #}
{% set libhuggetlbfs_word_size = 32 %}
{% block device_type %}x15{% endblock %}

{# set proper skip file for LTP #}
{% set ltp_skipfile = "skipfile-lkft-x15" %}

{% block deploy_target %}
- deploy:
    timeout:
      minutes: 25
    to: fastboot
    namespace: target
    connection: lxc
    images:
      userdata:
        url: {{SYSTEM_URL}}
        compression: gz
        apply-overlay: true
    os: oe
{% endblock deploy_target %}

{% block boot_target %}
- boot:
    namespace: target
    auto_login:
      login_prompt: 'am57xx-evm login:'
      username: root
    prompts:
    - 'root@am57xx-evm:'
    commands:
    - run findfdt
    - setenv console ttyS2,115200n8
    - setenv mmcdev 1
    - "setenv bootpart 1:f"
    - run mmcboot
    timeout:
      minutes: 15
    method: u-boot
{% endblock boot_target %}

{% block test_target %}
- test:
    namespace: target
    timeout:
      minutes: 60
    definitions:
{% endblock test_target %}