On 9/9/19 6:09 AM, Max Reitz wrote:
> On 29.07.19 23:35, John Snow wrote:
>> This will add supported_protocols and unsupported_protocols to all of
>> iotests.main, iotests.script_main, and iotests.script_initialize.
>>
>> Signed-off-by: John Snow <js...@redhat.com>
>> ---
>> tests/qemu-iotests/207 | 4 ++--
>> tests/qemu-iotests/210 | 4 ++--
>> tests/qemu-iotests/211 | 4 ++--
>> tests/qemu-iotests/212 | 4 ++--
>> tests/qemu-iotests/213 | 4 ++--
>> tests/qemu-iotests/iotests.py | 5 ++++-
>> 6 files changed, 14 insertions(+), 11 deletions(-)
>
> Hm... Most of the other script-style tests that do not pass
> supported_protocols yet should probably do so, actually. I’m fairly
> certain most of them actually only support 'file'.
Sounds like a follow-up patch.
I guess the protocol information patch you talked about is not at
origin/master yet. Can you point me to it if I need to rebase on top of it?
My V3 still applies cleanly to master and appears to be correct.
--js