[py35] Fixes to get more tempest tests working
tempest/api/compute/admin/test_networks.py:
tempest/api/compute/admin/test_servers.py
tempest/api/volume/admin/v2/test_backends_capabilities.py:
* map returns an iterator, we need to wrap it in a list() or
switch to list comprehension.
tempest/api/compute/images/test_images_oneserver.py:
* use bytes+decode to get consistent result in both py27 and py35
tempest/api/volume/admin/test_volumes_backup.py:
tempest/api/volume/test_volumes_backup.py
* even if volume_feature_enabled.backup is enabled, without swift
all the tests fail, so let's skip on this condition.
Change-Id: Ia486ffcf3868f9ed04d29208e2a58fda3664d895
6 files changed