You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- # Kernel installation path
- BZIMAGE_INSTALL=/srv/tftpd/boot/bzImage
- # Test VM hostname (for both virsh & debvm tests)
- TEST_VM_HOSTNAME=test
-
- # virsh test specific config
-
- # Test kernel installation path
- BZIMAGE_TEST=/srv/tftpd/boot/bzImageTest
- # virsh test vm name
- TEST_VM_NAME=test
- # test vm ifname
- TEST_VM_IFNAME=enp1s0
- # test vm ips
- TEST_VM_IPV4=10.0.2.42
- TEST_VM_IPV6=fe80::42
|