Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protocols:
- lava-multinode:
- roles:
- node1:
- device_type: ssh
- context:
- arch: x86
- count: 1
- tags:
- - tag1
- node2:
- device_type: ssh
- context:
- arch: x86
- count: 2
- tags:
- - tag2
- timeout:
- minutes: 6
- job_name: python-test-suite
- timeouts:
- job:
- minutes: 10
- action:
- minutes: 5
- connection:
- minutes: 2
- priority: medium
- visibility: public
- actions:
- - deploy:
- role:
- - node1
- timeout:
- minutes: 5
- to: ssh
- os: debian
- - deploy:
- role:
- - node2
- timeout:
- minutes: 5
- to: ssh
- os: debian
- - boot:
- timeout:
- minutes: 10
- role:
- - node1
- method: ssh
- connection: ssh
- failure_retry: 2
- prompts:
- - 'root@onkar:~#'
- - boot:
- timeout:
- minutes: 10
- role:
- - node2
- method: ssh
- connection: ssh
- failure_retry: 2
- prompts:
- - 'root@onkar:~#'
- - test:
- role:
- - node1
- timeout:
- minutes: 10
- definitions:
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
- from: git
- path: lava-test-shell/multi-node/multinode01.yaml
- name: multinode-basic
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
- from: git
- path: lava-test-shell/smoke-tests-basic.yaml
- name: smoke-tests
- - test:
- role:
- - node2
- timeout:
- minutes: 10
- definitions:
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
- from: git
- path: lava-test-shell/multi-node/multinode01.yaml
- name: multinode-basic
- - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
- from: git
- path: lava-test-shell
- name: smoke-tests
Add Comment
Please, Sign In to add comment