Merge "Add hacking for code style checks"

This commit is contained in:
Jenkins 2017-03-16 14:45:41 +00:00 committed by Gerrit Code Review
commit fd41c0d375
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
import six
from oslo_concurrency.fixture import lockutils
from tempest.lib import decorators
from tempest import test
@ -94,7 +96,7 @@ class TaskTypesTestsV2(base.TestCase):
self.assertEqual(200, resp.status)
bt = body['tasks']
ll = [[v for k, v in d.iteritems() if 'type' in k] for d in bt]
ll = [[v for k, v in six.iteritems(d) if 'type' in k] for d in bt]
types_list = [item for sublist in ll for item in sublist]
self.assertIn(