libvirt/tests/vmx2xmldata/ethernet-other.vmx
Michal Privoznik d080338594 tests: Drop vmx2xml- prefix for vmx2xml test cases
These XMLs live in a separate directory, there's no need for them
to have a special prefix in addition. Dinding proper file based on
vmx2xmltest.c is also needlessly complicated.

The steps used for mass rename are similar to v4.0.0-rc1~186.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
2021-08-19 13:28:03 +02:00

10 lines
276 B
Plaintext

config.version = "8"
virtualHW.version = "4"
ethernet0.present = "true"
ethernet0.networkName = "VM Network"
ethernet0.connectionType = "bridged"
ethernet0.checkMACAddress = "false"
ethernet0.addressType = "static"
ethernet0.address = "00:12:34:56:78:90"
displayName = "test"