Restore backup create new vm in another namespace

  1. Create a VM vm in namespace default.
  2. Create a file ~/test.txt with content test.
  3. Create a VMBackup default-vm-backup for it.
  4. Create a new namepsace new-ns.
  5. Create a VMRestore restore-default-vm-backup-to-new-ns in new-ns namespace based on the VMBackup default-vm-backup to create a new VM.

Expected Results

  1. A new VM in new-ns namespace should be created.
  2. It should have the file ~/test.txt with content test.