mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-27 17:37:17 +01:00
Fix pipeline error
This commit is contained in:
parent
b86e64ae69
commit
d39873cef6
1 changed files with 19 additions and 0 deletions
19
test/files/etc/board.json
Normal file
19
test/files/etc/board.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"model": {
|
||||||
|
"id": "genexis,e650-r0",
|
||||||
|
"name": "Test-env"
|
||||||
|
},
|
||||||
|
"network": {
|
||||||
|
"lan": {
|
||||||
|
},
|
||||||
|
"wan": {
|
||||||
|
"device": "eth0",
|
||||||
|
"protocol": "static"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"system": {
|
||||||
|
"label_macaddr": "aa:bb:cc:00:00:00",
|
||||||
|
"hostname": "Test-Env",
|
||||||
|
"timezone": "CET-1CEST,M3.5.0,M10.5.0/3"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue