test: add network template tests
This commit is contained in:
4
tests/network/test-static.pkrvars.hcl
Normal file
4
tests/network/test-static.pkrvars.hcl
Normal file
@@ -0,0 +1,4 @@
|
||||
vm_ip_address = "192.168.100.192"
|
||||
vm_ip_netmask = 24
|
||||
vm_ip_gateway = "192.168.100.1"
|
||||
vm_dns_list = ["192.168.100.3", "192.168.100.1"]
|
||||
Reference in New Issue
Block a user