Skip to content

Commit 44d6b14

Browse files
authored
Merge pull request avocado-framework#4216 from leidwang/issue4050
unattended_install: Add viosock driver path
2 parents e35c524 + 5c1ba54 commit 44d6b14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

virttest/tests/unattended_install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def __init__(self, test, params, vm):
206206
"virtio_viofs_path",
207207
"virtio_fwcfg_path",
208208
"virtio_viomem_path",
209+
"virtio_viosock_path",
209210
"virtio_oemsetup_id",
210211
"virtio_network_installer_path",
211212
"virtio_balloon_installer_path",
@@ -623,6 +624,7 @@ def answer_windows_xml(self, answer_path):
623624
self.virtio_viofs_path,
624625
self.virtio_fwcfg_path,
625626
self.virtio_viomem_path,
627+
self.virtio_viosock_path,
626628
]
627629

628630
# XXX: Force to replace the drive letter which loaded the

0 commit comments

Comments
 (0)