- Create a VM
vmin namespacedefault. - Create a file
~/test.txtwith contenttest. - Create a VMBackup
default-vm-backupfor it. - Create a new namepsace
new-ns. - Create a VMRestore
restore-default-vm-backup-to-new-nsinnew-nsnamespace based on the VMBackupdefault-vm-backupto create a new VM.
Expected Results
- A new VM in
new-nsnamespace should be created. - It should have the file
~/test.txtwith contenttest.