File tree Expand file tree Collapse file tree 2 files changed +25
-27
lines changed Expand file tree Collapse file tree 2 files changed +25
-27
lines changed Original file line number Diff line number Diff line change 8
8
results:
9
9
location: /home/cros/lava
10
10
definitions:
11
- - from: inline
12
- name: blktests
13
- path: inline/blktests.yaml
14
- repository:
15
- metadata:
16
- format: Lava-Test Test Definition 1.0
17
- name: cros-tast
18
- run:
19
- steps:
20
- - apt-get update
21
- - apt-get install -y sshpass
22
- - sshpass -p 'DougIsHero' ssh -T -o StrictHostKeyChecking=no doug@$(lava-target-ip) "cd nvidia-blktest && mkdir -p mnt && sudo ./orchestrator.py orchestrator.yml {{ node.id }} {{ api_config.name }} {{ rootfs }}"
23
- - lava-test-case ping_loopback --shell sshpass -p 'DougIsHero' ssh -o StrictHostKeyChecking=no doug@$(lava-target-ip) "ping -c 5 127.0.0.1"
24
- - lava-test-case nvme_056_tcp_ddp --shell sshpass -p 'DougIsHero' ssh -o StrictHostKeyChecking=no doug@$(lava-target-ip) "grep 'pass' nvidia-blktest/nvme_056_tcp_ddp.test"
25
- - sshpass -p 'DougIsHero' ssh -T -o StrictHostKeyChecking=no doug@$(lava-target-ip) "sync && sudo systemctl poweroff"
26
- - sleep 10
27
-
28
-
11
+ - from: inline
12
+ name: blktests
13
+ path: inline/blktests.yaml
14
+ repository:
15
+ metadata:
16
+ format: Lava-Test Test Definition 1.0
17
+ name: cros-tast
18
+ run:
19
+ steps:
20
+ - apt-get update
21
+ - apt-get install -y sshpass
22
+ - sshpass -p 'DougIsHero' ssh -T -o StrictHostKeyChecking=no doug@$(lava-target-ip) "cd nvidia-blktest && mkdir -p mnt && sudo ./orchestrator.py orchestrator.yml {{ node.id }} {{ api_config.name }} {{ rootfs }}"
23
+ - lava-test-case ping_loopback --shell sshpass -p 'DougIsHero' ssh -o StrictHostKeyChecking=no doug@$(lava-target-ip) "ping -c 5 127.0.0.1"
24
+ - lava-test-case nvme_056_tcp_ddp --shell sshpass -p 'DougIsHero' ssh -o StrictHostKeyChecking=no doug@$(lava-target-ip) "grep 'pass' nvidia-blktest/nvme_056_tcp_ddp.test"
25
+ - sshpass -p 'DougIsHero' ssh -T -o StrictHostKeyChecking=no doug@$(lava-target-ip) "sync && sudo systemctl poweroff"
26
+ - sleep 10
Original file line number Diff line number Diff line change 3
3
timeout:
4
4
minutes: {{ job_timeout|default(15) }}
5
5
definitions:
6
- - repository: https://github.com/kernelci/test-definitions
7
- from: git
8
- revision: kernelci.org
9
- path: automated/linux/ltp/ltp.yaml
10
- name: {{ node.name }}
11
- parameters:
12
- TST_CMDFILES: "{{ tst_cmdfiles|default('') }}"
13
- SKIP_INSTALL: "{{ skip_install }}"
14
- SKIPFILE: {{ skipfile }}
6
+ - repository: https://github.com/kernelci/test-definitions
7
+ from: git
8
+ revision: kernelci.org
9
+ path: automated/linux/ltp/ltp.yaml
10
+ name: {{ node.name }}
11
+ parameters:
12
+ TST_CMDFILES: "{{ tst_cmdfiles|default('') }}"
13
+ SKIP_INSTALL: "{{ skip_install }}"
14
+ SKIPFILE: {{ skipfile }}
You can’t perform that action at this time.
0 commit comments