Remove cloud-init/network-config file from tests
- not used in oscap.sh test at all - causes VM in libvirt.sh test to acquire a different IP address instead of the hard-coded one inside the test, which causes SSH to fail - not used anywhere else
This commit is contained in:
parent
c0c4ecd937
commit
83cec26a5a
3 changed files with 1 additions and 17 deletions
|
|
@ -1,14 +0,0 @@
|
|||
network:
|
||||
version: 2
|
||||
renderer: NetworkManager
|
||||
ethernets:
|
||||
eth0:
|
||||
dhcpv4: false
|
||||
dhcpv6: false
|
||||
addresses:
|
||||
- 192.168.122.50/24
|
||||
gateway4: 192.168.122.1
|
||||
nameservers:
|
||||
addresses:
|
||||
- 1.1.1.1
|
||||
- 8.8.8.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue