- Create a VM
vm
in namespacedefault
. - Create a file
~/test.txt
with contenttest
. - Create a VMBackup
default-vm-backup
for it. - Create a new namepsace
new-ns
. - Create a VMRestore
restore-default-vm-backup-to-new-ns
innew-ns
namespace based on the VMBackupdefault-vm-backup
to create a new VM.
Expected Results
- A new VM in
new-ns
namespace should be created. - It should have the file
~/test.txt
with contenttest
.