Skip iso image import testing for now
Glance previously would fail to import ISO images because they could
not be converted by qemu-img. The proper behavior is to give them
special handling and leave them as ISOs without failing, so that
people can use things like web-download to ingest ISOs into glance.
However, the current test asserts that they fail (status=queued) so
we need to skip that case until glance fixes that feature and then we
can test it properly here.
Needed-By: https://review.opendev.org/c/openstack/glance/+/923676
Change-Id: Ia29d4ab7ab923c37db2779255958c4c4da8e8997
1 file changed