Tempest Plugin for Mistral project
Go to file
Ji zhaoxuan 6805390a1d Python3 common patterns
Modify some codes in order to make them meet
the Python3 common pattern.
In this patch,I replace filter(lambda obj: test(obj),data)
with[obj for obj in data if test(obj)]

Change-Id: I68e76f91dc31aa0e00124c1eb76a0a1f0178cc44
2017-01-10 07:54:48 +00:00
mistral_tempest_tests Python3 common patterns 2017-01-10 07:54:48 +00:00