hw/arm/virt: Add virt-3.1 machine type
[qemu/ar7.git] / tests / qemu-iotests / 207.out
blob078b7e63cb24518c6536adaf8639da4d9d856454
1 === Successful image creation (defaults) ===
3 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 4194304}}}
4 {u'return': {}}
5 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
6 {u'return': {}}
8 image: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
9 file format: IMGFMT
10 virtual size: 4.0M (4194304 bytes)
13 image: TEST_IMG
14 file format: IMGFMT
15 virtual size: 4.0M (4194304 bytes)
17 === Test host-key-check options ===
19 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'mode': 'none'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 8388608}}}
20 {u'return': {}}
21 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
22 {u'return': {}}
24 image: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
25 file format: IMGFMT
26 virtual size: 8.0M (8388608 bytes)
28 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'mode': 'known_hosts'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 4194304}}}
29 {u'return': {}}
30 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
31 {u'return': {}}
33 image: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
34 file format: IMGFMT
35 virtual size: 4.0M (4194304 bytes)
37 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'hash': 'wrong', 'type': 'md5', 'mode': 'hash'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 2097152}}}
38 {u'return': {}}
39 Job failed: remote host key does not match host_key_check 'wrong'
40 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
41 {u'return': {}}
43 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'hash': HASH, 'type': 'md5', 'mode': 'hash'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 8388608}}}
44 {u'return': {}}
45 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
46 {u'return': {}}
48 image: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
49 file format: IMGFMT
50 virtual size: 8.0M (8388608 bytes)
52 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'hash': 'wrong', 'type': 'sha1', 'mode': 'hash'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 2097152}}}
53 {u'return': {}}
54 Job failed: remote host key does not match host_key_check 'wrong'
55 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
56 {u'return': {}}
58 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'hash': HASH, 'type': 'sha1', 'mode': 'hash'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 4194304}}}
59 {u'return': {}}
60 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
61 {u'return': {}}
63 image: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
64 file format: IMGFMT
65 virtual size: 4.0M (4194304 bytes)
67 === Invalid path and user ===
69 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': '/this/is/not/an/existing/path', 'host-key-check': {'mode': 'none'}, 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 4194304}}}
70 {u'return': {}}
71 Job failed: failed to open remote file '/this/is/not/an/existing/path': Failed opening remote file (libssh2 error code: -31)
72 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
73 {u'return': {}}
75 {'execute': 'blockdev-create', 'arguments': {'job_id': 'job0', 'options': {'driver': 'ssh', 'location': {'path': 'TEST_DIR/PID-t.img', 'host-key-check': {'mode': 'none'}, 'user': 'invalid user', 'server': {'host': '127.0.0.1', 'port': '22'}}, 'size': 4194304}}}
76 {u'return': {}}
77 Job failed: failed to authenticate using publickey authentication and the identities held by your ssh-agent
78 {'execute': 'job-dismiss', 'arguments': {'id': 'job0'}}
79 {u'return': {}}