Skip to content

Commit 24dc06e

Browse files
committed
test: Update LiveUpdate integration test config
1 parent a292dea commit 24dc06e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"net" : [
3-
["10.0.0.49", "255.255.255.0", "10.0.0.1"]
3+
{
4+
"iface": 0,
5+
"config": "static",
6+
"address": "10.0.0.49",
7+
"netmask": "255.255.255.0",
8+
"gateway": "10.0.0.1"
9+
}
410
]
511
}

0 commit comments

Comments
 (0)