mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
cli: --network: Support driver_queues option
This commit is contained in:
@@ -450,6 +450,8 @@ class XMLParseTest(unittest.TestCase):
|
||||
check("type", "direct")
|
||||
check("source", "eth0.1")
|
||||
check("source_mode", "vepa", "bridge")
|
||||
check("driver_name", None, "vhost")
|
||||
check("driver_queues", None, 5)
|
||||
|
||||
virtualport = dev5.virtualport
|
||||
check = self._make_checker(virtualport)
|
||||
|
||||
Reference in New Issue
Block a user