test: add network template tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
d-i netcfg/choose_interface select eth0
|
||||
d-i netcfg/disable_autoconfig boolean true
|
||||
d-i netcfg/get_ipaddress string 192.168.100.192
|
||||
d-i netcfg/get_netmask string 255.255.255.0
|
||||
d-i netcfg/get_gateway string 192.168.100.1
|
||||
d-i netcfg/get_nameservers string 192.168.100.3 192.168.100.1
|
||||
d-i netcfg/confirm_static boolean true
|
||||
Reference in New Issue
Block a user