Fix pipeline error

This commit is contained in:
Suvendhu Hansa 2026-01-13 16:00:31 +05:30 committed by Vivek Kumar Dutta
parent b86e64ae69
commit d39873cef6
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

19
test/files/etc/board.json Normal file
View 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"
}
}