xref: /openbmc/qemu/tests/qemu-iotests/207.out (revision 8a57a4be)
156ea7450SKevin Wolf=== Successful image creation (defaults) ===
256ea7450SKevin Wolf
3*8a57a4beSMax Reitz{"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}}}
4e21b5f34SMax Reitz{"return": {}}
5e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
6e21b5f34SMax Reitz{"return": {}}
756ea7450SKevin Wolf
800af1935SKevin Wolfimage: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
956ea7450SKevin Wolffile format: IMGFMT
1056ea7450SKevin Wolfvirtual size: 4.0M (4194304 bytes)
1156ea7450SKevin Wolf
1200af1935SKevin Wolf
1300af1935SKevin Wolfimage: TEST_IMG
1456ea7450SKevin Wolffile format: IMGFMT
1556ea7450SKevin Wolfvirtual size: 4.0M (4194304 bytes)
1656ea7450SKevin Wolf
1756ea7450SKevin Wolf=== Test host-key-check options ===
1856ea7450SKevin Wolf
19*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 8388608}}}
20e21b5f34SMax Reitz{"return": {}}
21e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
22e21b5f34SMax Reitz{"return": {}}
2356ea7450SKevin Wolf
2400af1935SKevin Wolfimage: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
2556ea7450SKevin Wolffile format: IMGFMT
2656ea7450SKevin Wolfvirtual size: 8.0M (8388608 bytes)
2756ea7450SKevin Wolf
28*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "known_hosts"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
29e21b5f34SMax Reitz{"return": {}}
30e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
31e21b5f34SMax Reitz{"return": {}}
3200af1935SKevin Wolf
3300af1935SKevin Wolfimage: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
3456ea7450SKevin Wolffile format: IMGFMT
3556ea7450SKevin Wolfvirtual size: 4.0M (4194304 bytes)
3656ea7450SKevin Wolf
37*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", "type": "md5"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 2097152}}}
38e21b5f34SMax Reitz{"return": {}}
3900af1935SKevin WolfJob failed: remote host key does not match host_key_check 'wrong'
40e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
41e21b5f34SMax Reitz{"return": {}}
4200af1935SKevin Wolf
43*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "type": "md5"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 8388608}}}
44e21b5f34SMax Reitz{"return": {}}
45e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
46e21b5f34SMax Reitz{"return": {}}
4700af1935SKevin Wolf
4800af1935SKevin Wolfimage: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
4956ea7450SKevin Wolffile format: IMGFMT
5056ea7450SKevin Wolfvirtual size: 8.0M (8388608 bytes)
5156ea7450SKevin Wolf
52*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "wrong", "mode": "hash", "type": "sha1"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 2097152}}}
53e21b5f34SMax Reitz{"return": {}}
5400af1935SKevin WolfJob failed: remote host key does not match host_key_check 'wrong'
55e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
56e21b5f34SMax Reitz{"return": {}}
5700af1935SKevin Wolf
58*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"hash": "HASH", "mode": "hash", "type": "sha1"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
59e21b5f34SMax Reitz{"return": {}}
60e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
61e21b5f34SMax Reitz{"return": {}}
6200af1935SKevin Wolf
6300af1935SKevin Wolfimage: json:{"driver": "IMGFMT", "file": {"server.host": "127.0.0.1", "server.port": "22", "driver": "ssh", "path": "TEST_IMG"}}
6456ea7450SKevin Wolffile format: IMGFMT
6556ea7450SKevin Wolfvirtual size: 4.0M (4194304 bytes)
6656ea7450SKevin Wolf
6756ea7450SKevin Wolf=== Invalid path and user ===
6856ea7450SKevin Wolf
69*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "/this/is/not/an/existing/path", "server": {"host": "127.0.0.1", "port": "22"}}, "size": 4194304}}}
70e21b5f34SMax Reitz{"return": {}}
7100af1935SKevin WolfJob failed: failed to open remote file '/this/is/not/an/existing/path': Failed opening remote file (libssh2 error code: -31)
72e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
73e21b5f34SMax Reitz{"return": {}}
7456ea7450SKevin Wolf
75*8a57a4beSMax Reitz{"execute": "blockdev-create", "arguments": {"job-id": "job0", "options": {"driver": "ssh", "location": {"host-key-check": {"mode": "none"}, "path": "TEST_DIR/PID-t.img", "server": {"host": "127.0.0.1", "port": "22"}, "user": "invalid user"}, "size": 4194304}}}
76e21b5f34SMax Reitz{"return": {}}
7700af1935SKevin WolfJob failed: failed to authenticate using publickey authentication and the identities held by your ssh-agent
78e21b5f34SMax Reitz{"execute": "job-dismiss", "arguments": {"id": "job0"}}
79e21b5f34SMax Reitz{"return": {}}
8000af1935SKevin Wolf
81