manila/contrib/tempest/tempest/api/share/admin
Valeriy Ponomaryov 8abe92efa9 py3: use six.string_types instead of basestring
six is the canonical compatibility library for supporting Python 2 and 3
in a single codebase.

The basestring was removed in Python 3 and we should use 'six.string_types'
instead of 'basestring' to make code compatible with py 2 and 3 as well.

Partially-implements blueprint py3-compatibility

Change-Id: Idb452afdc2a828089627e14f90c53f3967ceb2ad
2014-07-25 06:02:44 +00:00
..
__init__.py Update plugin for tempest 2014-02-27 19:43:10 +02:00
test_admin_actions.py Merge "Cleanup resources with tempest more reliably" 2014-06-19 07:16:05 +00:00
test_admin_actions_negative.py Merge "Cleanup resources with tempest more reliably" 2014-06-19 07:16:05 +00:00
test_multi_backend.py Cleanup resources with tempest more reliably 2014-06-13 19:20:40 +03:00
test_quotas.py Change get_client_with_isolated_creads() to *_creds() 2014-07-14 17:49:00 +00:00
test_quotas_negative.py Enabled hacking checks H305 and H307 2014-07-20 18:48:31 +02:00
test_services.py Refactored service-list filters 2014-04-22 05:45:19 -04:00
test_services_negative.py Fix tempest test's rare concurrent issue 2014-06-19 17:37:48 +03:00
test_share_servers.py py3: use six.string_types instead of basestring 2014-07-25 06:02:44 +00:00
test_share_servers_negative.py Add share-server-delete API 2014-07-15 14:13:57 +00:00
test_volume_types.py Add multibackend test suite for tempest plugin 2014-05-24 09:37:36 +03:00
test_volume_types_extra_specs.py Cleanup resources with tempest more reliably 2014-06-13 19:20:40 +03:00
test_volume_types_extra_specs_negative.py Cleanup resources with tempest more reliably 2014-06-13 19:20:40 +03:00
test_volume_types_negative.py Cleanup resources with tempest more reliably 2014-06-13 19:20:40 +03:00