iotests: Test case for wrong runtime option types
[qemu/kevin.git] / tests / qemu-iotests / 162.out
blob9bba72353a9b1337f87f47d7a8830656f63e31c3
1 QA output created by 162
3 === NBD ===
4 qemu-img: Could not open 'json:{"driver": "nbd", "host": 42}': Failed to connect socket: Invalid argument
5 qemu-img: Could not open 'json:{"driver": "nbd", "host": "does.not.exist.example.com", "port": 42}': address resolution failed for does.not.exist.example.com:42: Name or service not known
6 image: nbd+unix://?socket=42
8 === SSH ===
9 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": "0", "path": "/foo"}': Failed to connect socket: Connection refused
10 qemu-img: Could not open 'driver=ssh,host=localhost,port=0,path=/foo': Failed to connect socket: Connection refused
11 qemu-img: Could not open 'json:{"driver": "ssh", "host": "localhost", "port": 0.42, "path": "/foo"}': Parameter 'port' expects a number
12 qemu-img: Could not open 'driver=ssh,host=localhost,port=0.42,path=/foo': Parameter 'port' expects a number
14 === blkdebug ===
15 image: blkdebug:42:null-co://
17 *** done