deb-mistral/mistral_tempest_tests/services
Ji zhaoxuan 08f186a6e1 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
..
v2 Add functional tests for event engine functions 2016-09-15 23:11:43 +12:00
__init__.py Initial layout for mistral tempest plugin. 2015-12-24 06:11:06 +00:00
base.py Python3 common patterns 2017-01-10 07:54:48 +00:00