tests: Remove readahead and timeout from ssh tests

These values are currently unsupported for ssh disks, and in fact aren't
even parsed for ssh disks. So while this didn't result in any test
errors, we can remove them from the test input files.

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Jonathon Jongsma 2024-01-19 15:18:21 -06:00
parent 95c843eae3
commit 873eec32d5
3 changed files with 0 additions and 8 deletions

View File

@ -17,8 +17,6 @@
<driver name='qemu' type='raw'/> <driver name='qemu' type='raw'/>
<source protocol='ssh' name='test1.img'> <source protocol='ssh' name='test1.img'>
<host name='example.org' port='2222'/> <host name='example.org' port='2222'/>
<timeout seconds='1234'/>
<readahead size='1024'/>
<identity username='myuser' agentsock='/path/to/agent/socket'/> <identity username='myuser' agentsock='/path/to/agent/socket'/>
<knownHosts path="/path/to/ssh_known_hosts1"/> <knownHosts path="/path/to/ssh_known_hosts1"/>
</source> </source>
@ -28,8 +26,6 @@
<driver name='qemu' type='raw'/> <driver name='qemu' type='raw'/>
<source protocol='ssh' name='test2.img'> <source protocol='ssh' name='test2.img'>
<host name='example.org' port='2222'/> <host name='example.org' port='2222'/>
<timeout seconds='1234'/>
<readahead size='1024'/>
<identity username='myuser2' keyfile='/path/to/id_rsa'/> <identity username='myuser2' keyfile='/path/to/id_rsa'/>
<knownHosts path="/path/to/ssh_known_hosts2"/> <knownHosts path="/path/to/ssh_known_hosts2"/>
</source> </source>

View File

@ -17,8 +17,6 @@
<driver name='qemu' type='raw'/> <driver name='qemu' type='raw'/>
<source protocol='ssh' name='test2.img'> <source protocol='ssh' name='test2.img'>
<host name='example.org' port='2222'/> <host name='example.org' port='2222'/>
<timeout seconds='1234'/>
<readahead size='1024'/>
<auth username='testuser'> <auth username='testuser'>
<secret type='iscsi' usage='mycluster_myname'/> <secret type='iscsi' usage='mycluster_myname'/>
</auth> </auth>

View File

@ -17,8 +17,6 @@
<driver name='qemu' type='raw'/> <driver name='qemu' type='raw'/>
<source protocol='ssh' name='test.img'> <source protocol='ssh' name='test.img'>
<host name='example.org' port='2222'/> <host name='example.org' port='2222'/>
<timeout seconds='1234'/>
<readahead size='1024'/>
<knownHosts path="/path/to/ssh_known_hosts"/> <knownHosts path="/path/to/ssh_known_hosts"/>
</source> </source>
<target dev='vda' bus='virtio'/> <target dev='vda' bus='virtio'/>