]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Remove readahead and timeout from ssh tests
authorJonathon Jongsma <jjongsma@redhat.com>
Fri, 19 Jan 2024 21:18:21 +0000 (15:18 -0600)
committerJonathon Jongsma <jjongsma@redhat.com>
Wed, 24 Jan 2024 13:45:34 +0000 (07:45 -0600)
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>
tests/qemuxmlconfdata/disk-network-ssh-key.xml
tests/qemuxmlconfdata/disk-network-ssh-password.xml
tests/qemuxmlconfdata/disk-network-ssh.xml

index 6328a9b7ef35b9161fca5071d40503d8aee7dc9f..1277a9b3cffda9de3e1719f25523f02b088762f1 100644 (file)
@@ -17,8 +17,6 @@
       <driver name='qemu' type='raw'/>
       <source protocol='ssh' name='test1.img'>
         <host name='example.org' port='2222'/>
-        <timeout seconds='1234'/>
-        <readahead size='1024'/>
         <identity username='myuser' agentsock='/path/to/agent/socket'/>
         <knownHosts path="/path/to/ssh_known_hosts1"/>
       </source>
@@ -28,8 +26,6 @@
       <driver name='qemu' type='raw'/>
       <source protocol='ssh' name='test2.img'>
         <host name='example.org' port='2222'/>
-        <timeout seconds='1234'/>
-        <readahead size='1024'/>
         <identity username='myuser2' keyfile='/path/to/id_rsa'/>
         <knownHosts path="/path/to/ssh_known_hosts2"/>
       </source>
index bdb4cf6e35eabd96674ecc0386d28532acee575a..1ba0cb094cec5740de82ce1e08798fda3b31c20b 100644 (file)
@@ -17,8 +17,6 @@
       <driver name='qemu' type='raw'/>
       <source protocol='ssh' name='test2.img'>
         <host name='example.org' port='2222'/>
-        <timeout seconds='1234'/>
-        <readahead size='1024'/>
         <auth username='testuser'>
           <secret type='iscsi' usage='mycluster_myname'/>
         </auth>
index a3aeca0c997deba0fff55fd21c6887c6bf590365..f5956fcc6f6f5536b2c321124974cff44ea73acd 100644 (file)
@@ -17,8 +17,6 @@
       <driver name='qemu' type='raw'/>
       <source protocol='ssh' name='test.img'>
         <host name='example.org' port='2222'/>
-        <timeout seconds='1234'/>
-        <readahead size='1024'/>
         <knownHosts path="/path/to/ssh_known_hosts"/>
       </source>
       <target dev='vda' bus='virtio'/>