Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- device_type: mix-type
- job_name: test
- timeouts:
- job:
- minutes: 30
- action:
- minutes: 20
- connection:
- minutes: 5
- priority: medium
- visibility: public
- protocols:
- lava-lxc:
- name: mix
- template: debian
- distribution: debian
- release: stretch
- actions:
- - deploy:
- namespace: tlxc
- timeout:
- minutes: 5
- to: lxc
- packages:
- - wget
- - unzip
- - usbutils
- - iputils-ping
- os: ubuntu
- - boot:
- namespace: tlxc
- prompts:
- - 'root@(.*):'
- - 'mix: '
- timeout:
- minutes: 5
- method: lxc
- - test:
- namespace: tlxc
- timeout:
- minutes: 10
- definitions:
- - from: inline
- repository:
- metadata:
- format: Lava-Test Test Definition 1.0
- name: check-devices
- description: "LXC dev list"
- run:
- steps:
- - ping -c 3 10.77.60.50
- - lsusb
- name: lxc-dev-inline
- path: inline/lxc-dev.yaml
- - command:
- name: switch_mode
- - deploy:
- namespace: target
- timeout:
- minutes: 20
- to: flasher
- images:
- flash_dir:
- url: file:///home/image.tar.gz
- - boot:
- namespace: target
- timeout:
- minutes: 20
- method: minimal
- prompts:
- - '~ #'
- - 'home #'
- - 'lava #'
- auto_login:
- login_prompt: 'device login'
- username: root
- - test:
- namespace: target
- timeout:
- minutes: 10
- definitions:
- - from: inline
- repository:
- metadata:
- format: Lava-Test Test Definition 1.0
- name: test-mix
- description: "test"
- run:
- steps:
- - echo "TEST"
- name: test-dev-inline
- path: inline/test-dev.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement