We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to thoroughly test a VM configuration where there are no usbHostDev entries
Also test case where usbHostDev entries exist but none are currently present:
virt-compose start example_vm1 ... Warning: Could not locate device -> name: usb-FTDI_TTL232R-3V3_FTF50XXM Warning: Continuing without device Warning: Could not locate device -> name: usb-FTDI_TTL232R_FTDPY3VD Warning: Continuing without device Info: Creating udev rules file: /etc/udev/rules.d/90-virt-compose-example_vm1.rules virt-compose shutdown example_vm1 ... Info: Removing udev rules file: /etc/udev/rules.d/90-virt-compose-example_vm1.rules rm: cannot remove '/etc/udev/rules.d/90-virt-compose-example_vm1.rules': No such file or directory Error: Failed to remove /etc/udev/rules.d/90-virt-compose-example_vm1.rules
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to thoroughly test a VM configuration where there are no usbHostDev entries
Also test case where usbHostDev entries exist but none are currently present:
The text was updated successfully, but these errors were encountered: