Skip to content

Commit

Permalink
Add network information to setupopts
Browse files Browse the repository at this point in the history
Adding more/required information for network setup to the test config
file.  For now, I use 192.168 to avoid collision with the 10.8* subnets
that cni uses.

Signed-off-by: Brent Baude <[email protected]>
  • Loading branch information
baude committed Oct 14, 2021
1 parent 6b8a197 commit 04ad5ff
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/test/config/setupopts.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@
"id":"53ce4390f2adb1681eb1a90ec8b48c49c015e0a8d336c197637e7f65e365fa9e",
"internal":false,
"ipv6_enabled":true,
"name":"defaultNetwork"
"name":"defaultNetwork",
"network_interface": "podman0",
"subnets": [
{
"gateway":"192.168.43.1",
"subnet": "192.168.43.0/24"
}
]
}
}
}

0 comments on commit 04ad5ff

Please sign in to comment.