Skip to content

Commit

Permalink
Fix boards.yaml.example format
Browse files Browse the repository at this point in the history
Fix errors/warning reported by yamllint

Signed-off-by: Corentin LABBE <[email protected]>
  • Loading branch information
montjoie committed Nov 25, 2022
1 parent 6bc052a commit 8ef18e4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions boards.yaml.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
masters:
- name: master1
host: local
users:
- name: admin
token: longrandomtokenadmin
password: admin
superuser: yes
staff: yes
- name: admin
token: longrandomtokenadmin
password: admin
superuser: true
staff: true
slaves:
- name: lab-slave-0
host: local
Expand All @@ -18,7 +19,7 @@ boards:
- name: qemu-02
type: qemu
slave: lab-slave-0
kvm: True
kvm: true
- name: meson-gxl-s905x-libretech-cc-01
type: meson-gxl-s905x-libretech-cc
slave: lab-slave-0
Expand All @@ -34,8 +35,8 @@ boards:
type: meson-gxbb-nanopi-k2
slave: lab-slave-0
custom_option:
- 'set bootloader_prompt = "nanopi-k2#"'
- "set interrupt_prompt = 'nanopi'"
- 'set bootloader_prompt = "nanopi-k2#"'
- "set interrupt_prompt = 'nanopi'"
uboot_ipaddr: 192.168.66.201
pdu_generic:
hard_reset_command: /usr/local/bin/acme-cli -s 192.168.66.2 reset 3
Expand Down

0 comments on commit 8ef18e4

Please sign in to comment.