Clone VM and don’t select start after creation
Case 1
- Clone VM from Virtual Machine list and don’t select start after creation
Expected Results
- Machine should start if start VM after creation was checked
- Machine should match the origin machine
- in Config
- In YAML
- You should be able to connect to new VM via console
Case 2
- Clone VM with volume from Virtual Machine list and don’t select start after creation
Expected Results
- Before cloning machine create file run command
echo "123" > test.txt && sync
- Machine should start if start VM after creation was checked
- Machine should match the origin machine
- in Config
- In YAML
- You should be able to connect to new VM via console
- file
test.txt
should exist