Message ID | 1278498738-2622-1-git-send-email-mgoldish@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py index 603576f..e631a3a 100755 --- a/client/tests/kvm/kvm_vm.py +++ b/client/tests/kvm/kvm_vm.py @@ -432,7 +432,7 @@ class VM: qemu_cmd += add_floppy(help, floppy) tftp = params.get("tftp") - if tftp and nic_params.get("nic_mode") == "user": + if tftp: tftp = kvm_utils.get_path(root_dir, tftp) qemu_cmd += add_tftp(help, tftp)